markdownpad2功能集合

作者: zukgit 分类: MarkdownPad2 发布时间: 2018-11-19 17:23

1. \packages\apps\Settings

1.1. AbnormalRingerConditionBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/AbnormalRingerConditionBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1.1. getActions()


public CharSequence[] getActions()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence[]" ,"getActions", "")); 

1.1.2. onPrimaryClick()


public void onPrimaryClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrimaryClick", "")); 

1.1.3. onActionClick(int index)


public void onActionClick(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActionClick", "int index")); 

1.2. AbstractBluetoothA2dpPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/AbstractBluetoothA2dpPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.2.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.2.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.2.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.2.4. onBluetoothServiceConnected(BluetoothA2dp bluetoothA2dp)


public void onBluetoothServiceConnected(BluetoothA2dp bluetoothA2dp)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBluetoothServiceConnected", "BluetoothA2dp bluetoothA2dp")); 

1.2.5. onBluetoothCodecUpdated()


public void onBluetoothCodecUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBluetoothCodecUpdated", "")); 

1.2.6. onBluetoothServiceDisconnected()


public void onBluetoothServiceDisconnected()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBluetoothServiceDisconnected", "")); 

1.2.7. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.2.8. getListValues()


protected abstract String[] getListValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListValues", "")); 

1.2.9. getListSummaries()


protected abstract String[] getListSummaries()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListSummaries", "")); 

1.2.10. writeConfigurationValues(Object newValue)


protected abstract void writeConfigurationValues(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeConfigurationValues", "Object newValue")); 

1.2.11. getCurrentA2dpSettingIndex(BluetoothCodecConfig config)


protected abstract int getCurrentA2dpSettingIndex(BluetoothCodecConfig config)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCurrentA2dpSettingIndex", "BluetoothCodecConfig config")); 

1.2.12. getDefaultIndex()


protected abstract int getDefaultIndex()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultIndex", "")); 

1.2.13. setCodecConfigPreference(BluetoothDevice device,BluetoothCodecConfig config)


void setCodecConfigPreference(BluetoothDevice device, BluetoothCodecConfig config)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCodecConfigPreference", "BluetoothDevice device,BluetoothCodecConfig config")); 

1.2.14. getCodecConfig(BluetoothDevice device)


BluetoothCodecConfig getCodecConfig(BluetoothDevice device)

methodList.add(new ZMethod(mZAndroidAPPClass,"BluetoothCodecConfig" ,"getCodecConfig", "BluetoothDevice device")); 

1.3. AbstractZenModeAutomaticRulePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/AbstractZenModeAutomaticRulePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.3.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.3.2. getDefaultRuleIds()


private static List getDefaultRuleIds()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getDefaultRuleIds", "")); 

1.3.3. getZenModeRules()


private Set> getZenModeRules()

methodList.add(new ZMethod(mZAndroidAPPClass,"Set>" ,"getZenModeRules", "")); 

1.3.4. showNameRuleDialog(final ZenRuleInfo ri,Fragment parent)


protected void showNameRuleDialog(final ZenRuleInfo ri, Fragment parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showNameRuleDialog", "final ZenRuleInfo ri,Fragment parent")); 

1.3.5. sortedRules()


protected Map.Entry[] sortedRules()

methodList.add(new ZMethod(mZAndroidAPPClass,"Map.Entry[]" ,"sortedRules", "")); 

1.3.6. getRuleIntent(String settingsAction,ComponentName configurationActivity,String ruleId)


protected static Intent getRuleIntent(String settingsAction, ComponentName configurationActivity, String ruleId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getRuleIntent", "String settingsAction,ComponentName configurationActivity,String ruleId")); 

1.3.7. getRuleInfo(PackageManager pm,ServiceInfo si)


public static ZenRuleInfo getRuleInfo(PackageManager pm, ServiceInfo si)

methodList.add(new ZMethod(mZAndroidAPPClass,"ZenRuleInfo" ,"getRuleInfo", "PackageManager pm,ServiceInfo si")); 

1.3.8. getSettingsActivity(ServiceInfo si)


protected static ComponentName getSettingsActivity(ServiceInfo si)

methodList.add(new ZMethod(mZAndroidAPPClass,"ComponentName" ,"getSettingsActivity", "ServiceInfo si")); 

1.4. AbstractZenModePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/AbstractZenModePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.4.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.4.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.4.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.4.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.4.5. getPolicy()


protected NotificationManager.Policy getPolicy()

methodList.add(new ZMethod(mZAndroidAPPClass,"NotificationManager.Policy" ,"getPolicy", "")); 

1.4.6. getZenModeConfig()


protected ZenModeConfig getZenModeConfig()

methodList.add(new ZMethod(mZAndroidAPPClass,"ZenModeConfig" ,"getZenModeConfig", "")); 

1.4.7. getZenMode()


protected int getZenMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getZenMode", "")); 

1.4.8. getZenDuration()


protected int getZenDuration()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getZenDuration", "")); 

1.4.9. getNextAlarm(Context context)


private static long getNextAlarm(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getNextAlarm", "Context context")); 

1.5. AccessibilityServiceWarning.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilityServiceWarning.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.5.1. createCapabilitiesDialog(Activity parentActivity,AccessibilityServiceInfo info,DialogInterface.OnClickListener listener)


public static Dialog createCapabilitiesDialog(Activity parentActivity, AccessibilityServiceInfo info, DialogInterface.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"createCapabilitiesDialog", "Activity parentActivity,AccessibilityServiceInfo info,DialogInterface.OnClickListener listener")); 

1.5.2. isFullDiskEncrypted()


private static boolean isFullDiskEncrypted()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFullDiskEncrypted", "")); 

1.5.3. createEnableDialogContentView(Context context,AccessibilityServiceInfo info)


private static View createEnableDialogContentView(Context context, AccessibilityServiceInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"createEnableDialogContentView", "Context context,AccessibilityServiceInfo info")); 

1.5.4. getServiceName(Context context,AccessibilityServiceInfo info)


private static CharSequence getServiceName(Context context, AccessibilityServiceInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getServiceName", "Context context,AccessibilityServiceInfo info")); 

1.6. AccessibilitySettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilitySettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.6.1. isColorTransformAccelerated(Context context)


public static boolean isColorTransformAccelerated(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isColorTransformAccelerated", "Context context")); 

1.6.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.6.3. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.6.4. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.6.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.6.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.6.7. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.6.8. handleLongPressTimeoutPreferenceChange(String stringValue)


private void handleLongPressTimeoutPreferenceChange(String stringValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleLongPressTimeoutPreferenceChange", "String stringValue")); 

1.6.9. handleToggleInversionPreferenceChange(boolean checked)


private void handleToggleInversionPreferenceChange(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleToggleInversionPreferenceChange", "boolean checked")); 

1.6.10. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.6.11. getServiceSummary(Context context,AccessibilityServiceInfo info,boolean serviceEnabled)


public static CharSequence getServiceSummary(Context context, AccessibilityServiceInfo info, boolean serviceEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getServiceSummary", "Context context,AccessibilityServiceInfo info,boolean serviceEnabled")); 

1.6.12. handleToggleTextContrastPreferenceClick()


private void handleToggleTextContrastPreferenceClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleToggleTextContrastPreferenceClick", "")); 

1.6.13. handleTogglePowerButtonEndsCallPreferenceClick()


private void handleTogglePowerButtonEndsCallPreferenceClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleTogglePowerButtonEndsCallPreferenceClick", "")); 

1.6.14. handleLockScreenRotationPreferenceClick()


private void handleLockScreenRotationPreferenceClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleLockScreenRotationPreferenceClick", "")); 

1.6.15. handleToggleLargePointerIconPreferenceClick()


private void handleToggleLargePointerIconPreferenceClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleToggleLargePointerIconPreferenceClick", "")); 

1.6.16. handleToggleDisableAnimations()


private void handleToggleDisableAnimations()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleToggleDisableAnimations", "")); 

1.6.17. handleToggleMasterMonoPreferenceClick()


private void handleToggleMasterMonoPreferenceClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleToggleMasterMonoPreferenceClick", "")); 

1.6.18. initializeAllPreferences()


private void initializeAllPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeAllPreferences", "")); 

1.6.19. updateAllPreferences()


private void updateAllPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAllPreferences", "")); 

1.6.20. updateServicePreferences()


protected void updateServicePreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateServicePreferences", "")); 

1.6.21. initializePreBundledServicesMapFromArray(String categoryKey,int key)


private void initializePreBundledServicesMapFromArray(String categoryKey, int key)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializePreBundledServicesMapFromArray", "String categoryKey,int key")); 

1.6.22. updateSystemPreferences()


protected void updateSystemPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSystemPreferences", "")); 

1.6.23. updateMagnificationSummary(Preference pref)


private void updateMagnificationSummary(Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateMagnificationSummary", "Preference pref")); 

1.6.24. updateFeatureSummary(String prefKey,Preference pref)


private void updateFeatureSummary(String prefKey, Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateFeatureSummary", "String prefKey,Preference pref")); 

1.6.25. updateAutoclickSummary(Preference pref)


private void updateAutoclickSummary(Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAutoclickSummary", "Preference pref")); 

1.6.26. updateFontSizeSummary(Preference pref)


private void updateFontSizeSummary(Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateFontSizeSummary", "Preference pref")); 

1.6.27. updateVibrationSummary(Preference pref)


void updateVibrationSummary(Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateVibrationSummary", "Preference pref")); 

1.6.28. getVibrationSummary(Context context,@VibrationIntensity int intensity)


private String getVibrationSummary(Context context, @VibrationIntensity int intensity)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVibrationSummary", "Context context,@VibrationIntensity int intensity")); 

1.6.29. updateLockScreenRotationCheckbox()


private void updateLockScreenRotationCheckbox()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLockScreenRotationCheckbox", "")); 

1.6.30. updateDisableAnimationsToggle()


private void updateDisableAnimationsToggle()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDisableAnimationsToggle", "")); 

1.6.31. updateMasterMono()


private void updateMasterMono()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateMasterMono", "")); 

1.6.32. updateAccessibilityShortcut(Preference preference)


private void updateAccessibilityShortcut(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAccessibilityShortcut", "Preference preference")); 

1.6.33. configureMagnificationPreferenceIfNeeded(Preference preference)


private static void configureMagnificationPreferenceIfNeeded(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"configureMagnificationPreferenceIfNeeded", "Preference preference")); 

1.7. AccessibilitySettingsForSetupWizard.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilitySettingsForSetupWizard.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.7.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.7.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.7.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.7.4. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.7.5. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.7.6. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.7.7. findService(String packageName,String serviceName)


private AccessibilityServiceInfo findService(String packageName, String serviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"AccessibilityServiceInfo" ,"findService", "String packageName,String serviceName")); 

1.7.8. updateAccessibilityServicePreference(Preference preference,AccessibilityServiceInfo info)


private void updateAccessibilityServicePreference(Preference preference, AccessibilityServiceInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAccessibilityServicePreference", "Preference preference,AccessibilityServiceInfo info")); 

1.7.9. configureMagnificationPreferenceIfNeeded(Preference preference)


private static void configureMagnificationPreferenceIfNeeded(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"configureMagnificationPreferenceIfNeeded", "Preference preference")); 

1.8. AccessibilitySettingsForSetupWizardActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilitySettingsForSetupWizardActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.8.1. onCreate(Bundle savedState)


protected void onCreate(Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedState")); 

1.8.2. onSaveInstanceState(Bundle savedState)


protected void onSaveInstanceState(Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle savedState")); 

1.8.3. onRestoreInstanceState(Bundle savedState)


protected void onRestoreInstanceState(Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Bundle savedState")); 

1.8.4. onCreateOptionsMenu(Menu menu)


public boolean onCreateOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onCreateOptionsMenu", "Menu menu")); 

1.8.5. onNavigateUp()


public boolean onNavigateUp()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onNavigateUp", "")); 

1.8.6. onPreferenceStartFragment(PreferenceFragment caller,Preference pref)


public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceStartFragment", "PreferenceFragment caller,Preference pref")); 

1.9. AccessibilityShortcutPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilityShortcutPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.9.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.9.2. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.9.3. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.9.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.9.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.9.6. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.9.7. onInstallSwitchBarToggleSwitch()


protected void onInstallSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInstallSwitchBarToggleSwitch", "")); 

1.9.8. onPreferenceToggled(String preferenceKey,boolean enabled)


protected void onPreferenceToggled(String preferenceKey, boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPreferenceToggled", "String preferenceKey,boolean enabled")); 

1.9.9. updatePreferences()


private void updatePreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferences", "")); 

1.9.10. getServiceName(Context context)


public static CharSequence getServiceName(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getServiceName", "Context context")); 

1.9.11. getServiceInfo(Context context)


private static AccessibilityServiceInfo getServiceInfo(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"AccessibilityServiceInfo" ,"getServiceInfo", "Context context")); 

1.9.12. shortcutFeatureAvailable(Context context)


private static boolean shortcutFeatureAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shortcutFeatureAvailable", "Context context")); 

1.9.13. getShortcutComponent(Context context)


private static ComponentName getShortcutComponent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"ComponentName" ,"getShortcutComponent", "Context context")); 

1.10. AccessibilitySlicePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilitySlicePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.10.1. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.10.2. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.10.3. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.10.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.10.5. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.10.6. getAccessibilityServiceInfo()


private AccessibilityServiceInfo getAccessibilityServiceInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"AccessibilityServiceInfo" ,"getAccessibilityServiceInfo", "")); 

1.11. AccessiblePreferenceCategory.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/AccessiblePreferenceCategory.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.11.1. setContentDescription(String contentDescription)


public void setContentDescription(String contentDescription)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setContentDescription", "String contentDescription")); 

1.11.2. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.12. AccountDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.12.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.12.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.12.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.12.4. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.12.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.13. AccountDetailDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountDetailDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.13.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.13.2. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.13.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.13.4. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.13.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.13.6. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.13.7. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.13.8. displayTile(Tile tile)


protected boolean displayTile(Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"displayTile", "Tile tile")); 

1.13.9. updateUi()


void updateUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUi", "")); 

1.14. AccountFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.15. AccountFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.15.1. getAccountType()


public String getAccountType()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getAccountType", "")); 

1.15.2. getAccounts(Context context)


public Account[] getAccounts(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Account[]" ,"getAccounts", "Context context")); 

1.16. AccountHeaderPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountHeaderPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.16.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.16.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.16.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.16.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.17. AccountPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.17.1. getAccount()


public Account getAccount()

methodList.add(new ZMethod(mZAndroidAPPClass,"Account" ,"getAccount", "")); 

1.17.2. getAuthorities()


public ArrayList getAuthorities()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayList" ,"getAuthorities", "")); 

1.17.3. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.17.4. setSyncStatus(int status,boolean updateSummary)


public void setSyncStatus(int status, boolean updateSummary)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSyncStatus", "int status,boolean updateSummary")); 

1.17.5. getSyncStatusMessage(int status)


private int getSyncStatusMessage(int status)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSyncStatusMessage", "int status")); 

1.17.6. getSyncStatusIcon(int status)


private int getSyncStatusIcon(int status)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSyncStatusIcon", "int status")); 

1.17.7. getSyncContentDescription(int status)


private String getSyncContentDescription(int status)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSyncContentDescription", "int status")); 

1.18. AccountPreferenceBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.18.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.18.2. onAccountsUpdate(UserHandle userHandle)


public void onAccountsUpdate(UserHandle userHandle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAccountsUpdate", "UserHandle userHandle")); 

1.18.3. onAuthDescriptionsUpdated()


protected void onAuthDescriptionsUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAuthDescriptionsUpdated", "")); 

1.18.4. onSyncStateUpdated()


protected void onSyncStateUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSyncStateUpdated", "")); 

1.18.5. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.18.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.18.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.18.8. updateAuthDescriptions()


public void updateAuthDescriptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAuthDescriptions", "")); 

1.18.9. getDrawableForType(final String accountType)


protected Drawable getDrawableForType(final String accountType)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getDrawableForType", "final String accountType")); 

1.18.10. getLabelForType(final String accountType)


protected CharSequence getLabelForType(final String accountType)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getLabelForType", "final String accountType")); 

1.18.11. formatSyncDate(Date date)


protected String formatSyncDate(Date date)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"formatSyncDate", "Date date")); 

1.19. AccountPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.19.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.19.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.19.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.19.4. updateRawDataToIndex(List rawData)


public void updateRawDataToIndex(List rawData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateRawDataToIndex", "List rawData")); 

1.19.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.19.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.19.7. onAccountsUpdate(UserHandle userHandle)


public void onAccountsUpdate(UserHandle userHandle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAccountsUpdate", "UserHandle userHandle")); 

1.19.8. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.19.9. updateUi()


private void updateUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUi", "")); 

1.19.10. updateProfileUi(final UserInfo userInfo)


private void updateProfileUi(final UserInfo userInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateProfileUi", "final UserInfo userInfo")); 

1.19.11. newAddAccountPreference()


private RestrictedPreference newAddAccountPreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"RestrictedPreference" ,"newAddAccountPreference", "")); 

1.19.12. newRemoveWorkProfilePreference()


private RestrictedPreference newRemoveWorkProfilePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"RestrictedPreference" ,"newRemoveWorkProfilePreference", "")); 

1.19.13. newManagedProfileSettings()


private Preference newManagedProfileSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"newManagedProfileSettings", "")); 

1.19.14. getWorkGroupSummary(Context context,UserInfo userInfo)


private String getWorkGroupSummary(Context context, UserInfo userInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getWorkGroupSummary", "Context context,UserInfo userInfo")); 

1.19.15. cleanUpPreferences()


void cleanUpPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cleanUpPreferences", "")); 

1.19.16. listenToAccountUpdates()


private void listenToAccountUpdates()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"listenToAccountUpdates", "")); 

1.19.17. stopListeningToAccountUpdates()


private void stopListeningToAccountUpdates()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopListeningToAccountUpdates", "")); 

1.19.18. updateAccountTypes(ProfileData profileData)


private void updateAccountTypes(ProfileData profileData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAccountTypes", "ProfileData profileData")); 

1.19.19. getAccountTypePreferences(AuthenticatorHelper helper,UserHandle userHandle,ArrayMap preferenceToRemove)


private ArrayList getAccountTypePreferences(AuthenticatorHelper helper, UserHandle userHandle, ArrayMap preferenceToRemove)

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayList" ,"getAccountTypePreferences", "AuthenticatorHelper helper,UserHandle userHandle,ArrayMap preferenceToRemove")); 

1.19.20. accountTypeHasAnyRequestedAuthorities(AuthenticatorHelper helper,String accountType)


private boolean accountTypeHasAnyRequestedAuthorities(AuthenticatorHelper helper, String accountType)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"accountTypeHasAnyRequestedAuthorities", "AuthenticatorHelper helper,String accountType")); 

1.19.21. isSingleProfile()


private boolean isSingleProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSingleProfile", "")); 

1.20. AccountRestrictionHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountRestrictionHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.20.1. enforceRestrictionOnPreference(RestrictedPreference preference,String userRestriction,@UserIdInt int userId)


public void enforceRestrictionOnPreference(RestrictedPreference preference, String userRestriction, @UserIdInt int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enforceRestrictionOnPreference", "RestrictedPreference preference,String userRestriction,@UserIdInt int userId")); 

1.20.2. hasBaseUserRestriction(String userRestriction,@UserIdInt int userId)


public boolean hasBaseUserRestriction(String userRestriction, @UserIdInt int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasBaseUserRestriction", "String userRestriction,@UserIdInt int userId")); 

1.20.3. createAccessiblePreferenceCategory(Context context)


public AccessiblePreferenceCategory createAccessiblePreferenceCategory(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"AccessiblePreferenceCategory" ,"createAccessiblePreferenceCategory", "Context context")); 

1.20.4. showAccount(String[] authorities,ArrayList auths)


public static boolean showAccount(String[] authorities, ArrayList auths)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"showAccount", "String[] authorities,ArrayList auths")); 

1.21. AccountSyncPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountSyncPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.21.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.21.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.21.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.21.4. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.21.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.21.6. onAccountsUpdate(UserHandle userHandle)


public void onAccountsUpdate(UserHandle userHandle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAccountsUpdate", "UserHandle userHandle")); 

1.21.7. init(Account account,UserHandle userHandle)


public void init(Account account, UserHandle userHandle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "Account account,UserHandle userHandle")); 

1.21.8. updateSummary(Preference preference)


void updateSummary(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "Preference preference")); 

1.22. AccountSyncSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountSyncSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.22.1. onCreateDialog(final int id)


public Dialog onCreateDialog(final int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "final int id")); 

1.22.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.22.3. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.22.4. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.22.5. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.22.6. initializeUi(final View rootView)


protected void initializeUi(final View rootView)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeUi", "final View rootView")); 

1.22.7. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.22.8. setAccessibilityTitle()


private void setAccessibilityTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAccessibilityTitle", "")); 

1.22.9. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.22.10. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.22.11. addSyncStateSwitch(Account account,String authority,String packageName,int uid)


private void addSyncStateSwitch(Account account, String authority, String packageName, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addSyncStateSwitch", "Account account,String authority,String packageName,int uid")); 

1.22.12. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.22.13. onPrepareOptionsMenu(Menu menu)


public void onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareOptionsMenu", "Menu menu")); 

1.22.14. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.22.15. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.22.16. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.22.17. requestAccountAccessIfNeeded(String packageName)


private boolean requestAccountAccessIfNeeded(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"requestAccountAccessIfNeeded", "String packageName")); 

1.22.18. startSyncForEnabledProviders()


private void startSyncForEnabledProviders()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startSyncForEnabledProviders", "")); 

1.22.19. cancelSyncForEnabledProviders()


private void cancelSyncForEnabledProviders()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cancelSyncForEnabledProviders", "")); 

1.22.20. requestOrCancelSyncForEnabledProviders(boolean startSync)


private void requestOrCancelSyncForEnabledProviders(boolean startSync)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"requestOrCancelSyncForEnabledProviders", "boolean startSync")); 

1.22.21. requestOrCancelSync(Account account,String authority,boolean flag)


private void requestOrCancelSync(Account account, String authority, boolean flag)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"requestOrCancelSync", "Account account,String authority,boolean flag")); 

1.22.22. isSyncing(List currentSyncs,Account account,String authority)


private boolean isSyncing(List currentSyncs, Account account, String authority)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSyncing", "List currentSyncs,Account account,String authority")); 

1.22.23. onSyncStateUpdated()


protected void onSyncStateUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSyncStateUpdated", "")); 

1.22.24. setFeedsState()


private void setFeedsState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFeedsState", "")); 

1.22.25. onAccountsUpdate(final UserHandle userHandle)


public void onAccountsUpdate(final UserHandle userHandle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAccountsUpdate", "final UserHandle userHandle")); 

1.22.26. accountExists(Account account)


private boolean accountExists(Account account)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"accountExists", "Account account")); 

1.22.27. updateAccountSwitches()


private void updateAccountSwitches()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAccountSwitches", "")); 

1.22.28. onAuthDescriptionsUpdated()


protected void onAuthDescriptionsUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAuthDescriptionsUpdated", "")); 

1.22.29. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.23. AccountTypePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountTypePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.23.1. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.23.2. buildKey(Account account)


public static String buildKey(Account account)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"buildKey", "Account account")); 

1.23.3. getTitle()


public CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.23.4. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.24. AccountTypePreferenceLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AccountTypePreferenceLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.24.1. addPreferencesForType(final String accountType,PreferenceScreen parent)


public PreferenceScreen addPreferencesForType(final String accountType, PreferenceScreen parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"PreferenceScreen" ,"addPreferencesForType", "final String accountType,PreferenceScreen parent")); 

1.24.2. updatePreferenceIntents(PreferenceGroup prefs,final String acccountType,Account account)


public void updatePreferenceIntents(PreferenceGroup prefs, final String acccountType, Account account)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferenceIntents", "PreferenceGroup prefs,final String acccountType,Account account")); 

1.24.3. isSafeIntent(PackageManager pm,Intent intent,String acccountType)


private boolean isSafeIntent(PackageManager pm, Intent intent, String acccountType)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSafeIntent", "PackageManager pm,Intent intent,String acccountType")); 

1.25. ActionBarShadowController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ActionBarShadowController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.25.1. attachToRecyclerView(Activity activity,Lifecycle lifecycle,RecyclerView recyclerView)


public static ActionBarShadowController attachToRecyclerView(Activity activity, Lifecycle lifecycle, RecyclerView recyclerView)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionBarShadowController" ,"attachToRecyclerView", "Activity activity,Lifecycle lifecycle,RecyclerView recyclerView")); 

1.25.2. attachToRecyclerView(View anchorView,Lifecycle lifecycle,RecyclerView recyclerView)


public static ActionBarShadowController attachToRecyclerView(View anchorView, Lifecycle lifecycle, RecyclerView recyclerView)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionBarShadowController" ,"attachToRecyclerView", "View anchorView,Lifecycle lifecycle,RecyclerView recyclerView")); 

1.25.3. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.25.4. detachScrollWatcher()


private void detachScrollWatcher()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"detachScrollWatcher", "")); 

1.25.5. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.25.6. attachScrollWatcher()


private void attachScrollWatcher()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"attachScrollWatcher", "")); 

1.26. ActionButtonPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ActionButtonPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.26.1. init()


private void init()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "")); 

1.26.2. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.26.3. setButton1Text(@StringRes int textResId)


public ActionButtonPreference setButton1Text(@StringRes int textResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionButtonPreference" ,"setButton1Text", "@StringRes int textResId")); 

1.26.4. setButton1Enabled(boolean isEnabled)


public ActionButtonPreference setButton1Enabled(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionButtonPreference" ,"setButton1Enabled", "boolean isEnabled")); 

1.26.5. setButton2Text(@StringRes int textResId)


public ActionButtonPreference setButton2Text(@StringRes int textResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionButtonPreference" ,"setButton2Text", "@StringRes int textResId")); 

1.26.6. setButton2Enabled(boolean isEnabled)


public ActionButtonPreference setButton2Enabled(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionButtonPreference" ,"setButton2Enabled", "boolean isEnabled")); 

1.26.7. setButton1OnClickListener(View.OnClickListener listener)


public ActionButtonPreference setButton1OnClickListener(View.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionButtonPreference" ,"setButton1OnClickListener", "View.OnClickListener listener")); 

1.26.8. setButton2OnClickListener(View.OnClickListener listener)


public ActionButtonPreference setButton2OnClickListener(View.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionButtonPreference" ,"setButton2OnClickListener", "View.OnClickListener listener")); 

1.26.9. setButton1Positive(boolean isPositive)


public ActionButtonPreference setButton1Positive(boolean isPositive)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionButtonPreference" ,"setButton1Positive", "boolean isPositive")); 

1.26.10. setButton2Positive(boolean isPositive)


public ActionButtonPreference setButton2Positive(boolean isPositive)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionButtonPreference" ,"setButton2Positive", "boolean isPositive")); 

1.26.11. setButton1Visible(boolean isPositive)


public ActionButtonPreference setButton1Visible(boolean isPositive)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionButtonPreference" ,"setButton1Visible", "boolean isPositive")); 

1.26.12. setButton2Visible(boolean isPositive)


public ActionButtonPreference setButton2Visible(boolean isPositive)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActionButtonPreference" ,"setButton2Visible", "boolean isPositive")); 

1.27. ActionDisabledByAdminDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/ActionDisabledByAdminDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.27.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.27.2. onNewIntent(Intent intent)


public void onNewIntent(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNewIntent", "Intent intent")); 

1.27.3. getAdminDetailsFromIntent(Intent intent)


EnforcedAdmin getAdminDetailsFromIntent(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"EnforcedAdmin" ,"getAdminDetailsFromIntent", "Intent intent")); 

1.27.4. getRestrictionFromIntent(Intent intent)


String getRestrictionFromIntent(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getRestrictionFromIntent", "Intent intent")); 

1.27.5. onDismiss(DialogInterface dialog)


public void onDismiss(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialog")); 

1.28. ActionDisabledByAdminDialogHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/ActionDisabledByAdminDialogHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.28.1. prepareDialogBuilder(String restriction,EnforcedAdmin enforcedAdmin)


public AlertDialog.Builder prepareDialogBuilder(String restriction, EnforcedAdmin enforcedAdmin)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog.Builder" ,"prepareDialogBuilder", "String restriction,EnforcedAdmin enforcedAdmin")); 

1.28.2. updateDialog(String restriction,EnforcedAdmin admin)


public void updateDialog(String restriction, EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDialog", "String restriction,EnforcedAdmin admin")); 

1.28.3. initializeDialogViews(View root,ComponentName admin,int userId,String restriction)


private void initializeDialogViews(View root, ComponentName admin, int userId, String restriction)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeDialogViews", "View root,ComponentName admin,int userId,String restriction")); 

1.28.4. setAdminSupportTitle(View root,String restriction)


void setAdminSupportTitle(View root, String restriction)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAdminSupportTitle", "View root,String restriction")); 

1.28.5. setAdminSupportDetails(final Activity activity,final View root,final EnforcedAdmin enforcedAdmin)


void setAdminSupportDetails(final Activity activity, final View root, final EnforcedAdmin enforcedAdmin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAdminSupportDetails", "final Activity activity,final View root,final EnforcedAdmin enforcedAdmin")); 

1.28.6. showAdminPolicies(final EnforcedAdmin enforcedAdmin,final Activity activity)


void showAdminPolicies(final EnforcedAdmin enforcedAdmin, final Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showAdminPolicies", "final EnforcedAdmin enforcedAdmin,final Activity activity")); 

1.29. ActivationWarningFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deletionhelper/ActivationWarningFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.29.1. newInstance()


public static ActivationWarningFragment newInstance()

methodList.add(new ZMethod(mZAndroidAPPClass,"ActivationWarningFragment" ,"newInstance", "")); 

1.29.2. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.30. ActivityPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/ActivityPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.30.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.30.2. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.30.3. onCancel(DialogInterface dialog)


public void onCancel(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCancel", "DialogInterface dialog")); 

1.30.4. getIntentForPosition(int position)


protected Intent getIntentForPosition(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntentForPosition", "int position")); 

1.30.5. getItems()


protected List getItems()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getItems", "")); 

1.30.6. putIntentItems(Intent baseIntent,List items)


protected void putIntentItems(Intent baseIntent, List items)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"putIntentItems", "Intent baseIntent,List items")); 

1.31. AdbClearKeysDialogHost.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/AdbClearKeysDialogHost.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.32. AdbDialogHost.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/AdbDialogHost.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.33. AdbOnChangeListener.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/AdbOnChangeListener.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.34. AdbPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/AdbPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.34.1. onAdbDialogConfirmed()


public void onAdbDialogConfirmed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAdbDialogConfirmed", "")); 

1.34.2. onAdbDialogDismissed()


public void onAdbDialogDismissed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAdbDialogDismissed", "")); 

1.34.3. showConfirmationDialog(@Nullable Preference preference)


public void showConfirmationDialog(@Nullable Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showConfirmationDialog", "@Nullable Preference preference")); 

1.34.4. dismissConfirmationDialog()


public void dismissConfirmationDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dismissConfirmationDialog", "")); 

1.34.5. isConfirmationDialogShowing()


public boolean isConfirmationDialogShowing()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isConfirmationDialogShowing", "")); 

1.34.6. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.35. AddAccountSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/AddAccountSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.35.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.35.2. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.35.3. onSaveInstanceState(Bundle outState)


protected void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.35.4. requestChooseAccount()


private void requestChooseAccount()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"requestChooseAccount", "")); 

1.35.5. addAccount(String accountType)


private void addAccount(String accountType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addAccount", "String accountType")); 

1.36. AddDevicePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/AddDevicePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.36.1. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.36.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.36.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.36.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.36.5. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.36.6. updateState()


void updateState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "")); 

1.37. AdditionalSystemUpdatePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/system/AdditionalSystemUpdatePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.37.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.38. AddUserWhenLockedPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/AddUserWhenLockedPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.38.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.38.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.38.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.38.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.38.5. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.38.6. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.39. AdjustVolumeRestrictedPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/AdjustVolumeRestrictedPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.39.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.39.2. getIntentFilter()


public IntentFilter getIntentFilter()

methodList.add(new ZMethod(mZAndroidAPPClass,"IntentFilter" ,"getIntentFilter", "")); 

1.40. AdminActionPreferenceControllerBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/AdminActionPreferenceControllerBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.40.1. getAdminActionTimestamp()


protected abstract Date getAdminActionTimestamp()

methodList.add(new ZMethod(mZAndroidAPPClass,"Date" ,"getAdminActionTimestamp", "")); 

1.40.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.40.3. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.41. AdminGrantedCameraPermissionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/AdminGrantedCameraPermissionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.41.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.42. AdminGrantedLocationPermissionsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/AdminGrantedLocationPermissionsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.42.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.43. AdminGrantedMicrophonePermissionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/AdminGrantedMicrophonePermissionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.43.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.44. AdminGrantedPermissionsPreferenceControllerBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/AdminGrantedPermissionsPreferenceControllerBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.44.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.44.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.44.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.45. AdvancedAppInfoPreferenceCategoryController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AdvancedAppInfoPreferenceCategoryController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.46. AdvancedConnectedDeviceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/AdvancedConnectedDeviceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.46.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.46.2. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.46.3. getConnectedDevicesSummaryResourceId(Context context)


public static int getConnectedDevicesSummaryResourceId(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getConnectedDevicesSummaryResourceId", "Context context")); 

1.46.4. isDrivingModeAvailable(Context context)


static boolean isDrivingModeAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDrivingModeAvailable", "Context context")); 

1.46.5. getConnectedDevicesSummaryResourceId(NfcPreferenceController nfcPreferenceController,boolean isDrivingModeAvailable)


static int getConnectedDevicesSummaryResourceId(NfcPreferenceController nfcPreferenceController, boolean isDrivingModeAvailable)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getConnectedDevicesSummaryResourceId", "NfcPreferenceController nfcPreferenceController,boolean isDrivingModeAvailable")); 

1.47. AdvancedConnectedDeviceDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/AdvancedConnectedDeviceDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.47.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.47.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.47.3. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.47.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.47.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.47.6. buildControllers(Context context,Lifecycle lifecycle)


private static List buildControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildControllers", "Context context,Lifecycle lifecycle")); 

1.48. AdvancedPowerUsageDetail.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/AdvancedPowerUsageDetail.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.48.1. startBatteryDetailPage(Activity caller,BatteryUtils batteryUtils,InstrumentedPreferenceFragment fragment,BatteryStatsHelper helper,int which,BatteryEntry entry,String usagePercent,List anomalies)


static void startBatteryDetailPage(Activity caller, BatteryUtils batteryUtils, InstrumentedPreferenceFragment fragment, BatteryStatsHelper helper, int which, BatteryEntry entry, String usagePercent, List anomalies)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startBatteryDetailPage", "Activity caller,BatteryUtils batteryUtils,InstrumentedPreferenceFragment fragment,BatteryStatsHelper helper,int which,BatteryEntry entry,String usagePercent,List anomalies")); 

1.48.2. getUserIdToLaunchAdvancePowerUsageDetail(BatterySipper bs)


private static int getUserIdToLaunchAdvancePowerUsageDetail(BatterySipper bs)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserIdToLaunchAdvancePowerUsageDetail", "BatterySipper bs")); 

1.48.3. startBatteryDetailPage(Activity caller,InstrumentedPreferenceFragment fragment,BatteryStatsHelper helper,int which,BatteryEntry entry,String usagePercent,List anomalies)


public static void startBatteryDetailPage(Activity caller, InstrumentedPreferenceFragment fragment, BatteryStatsHelper helper, int which, BatteryEntry entry, String usagePercent, List anomalies)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startBatteryDetailPage", "Activity caller,InstrumentedPreferenceFragment fragment,BatteryStatsHelper helper,int which,BatteryEntry entry,String usagePercent,List anomalies")); 

1.48.4. startBatteryDetailPage(Activity caller,InstrumentedPreferenceFragment fragment,String packageName)


public static void startBatteryDetailPage(Activity caller, InstrumentedPreferenceFragment fragment, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startBatteryDetailPage", "Activity caller,InstrumentedPreferenceFragment fragment,String packageName")); 

1.48.5. onAttach(Activity activity)


public void onAttach(Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Activity activity")); 

1.48.6. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.48.7. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.48.8. initAnomalyInfo()


void initAnomalyInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initAnomalyInfo", "")); 

1.48.9. initHeader()


void initHeader()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initHeader", "")); 

1.48.10. initPreference()


void initPreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initPreference", "")); 

1.48.11. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.48.12. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.48.13. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.48.14. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.48.15. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.48.16. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.48.17. handleDialogClick(int id)


public void handleDialogClick(int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleDialogClick", "int id")); 

1.48.18. onAnomalyHandled(Anomaly anomaly)


public void onAnomalyHandled(Anomaly anomaly)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAnomalyHandled", "Anomaly anomaly")); 

1.48.19. onCreateLoader(int id,Bundle args)


public Loader> onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader>" ,"onCreateLoader", "int id,Bundle args")); 

1.48.20. onLoadFinished(Loader> loader,List data)


public void onLoadFinished(Loader> loader, List data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader> loader,List data")); 

1.48.21. onLoaderReset(Loader> loader)


public void onLoaderReset(Loader> loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader> loader")); 

1.48.22. onBatteryTipHandled(BatteryTip batteryTip)


public void onBatteryTipHandled(BatteryTip batteryTip)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBatteryTipHandled", "BatteryTip batteryTip")); 

1.49. AirplaneModeCondition.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/AirplaneModeCondition.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.49.1. refreshState()


public void refreshState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshState", "")); 

1.49.2. getReceiver()


protected BroadcastReceiver getReceiver()

methodList.add(new ZMethod(mZAndroidAPPClass,"BroadcastReceiver" ,"getReceiver", "")); 

1.49.3. getIntentFilter()


protected IntentFilter getIntentFilter()

methodList.add(new ZMethod(mZAndroidAPPClass,"IntentFilter" ,"getIntentFilter", "")); 

1.49.4. getIcon()


public Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.49.5. setActive(boolean active)


protected void setActive(boolean active)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setActive", "boolean active")); 

1.49.6. getTitle()


public CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.49.7. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.49.8. getActions()


public CharSequence[] getActions()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence[]" ,"getActions", "")); 

1.49.9. onPrimaryClick()


public void onPrimaryClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrimaryClick", "")); 

1.49.10. onActionClick(int index)


public void onActionClick(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActionClick", "int index")); 

1.49.11. getMetricsConstant()


public int getMetricsConstant()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsConstant", "")); 

1.50. AirplaneModeEnabler.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/AirplaneModeEnabler.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.50.1. resume()


public void resume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resume", "")); 

1.50.2. pause()


public void pause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pause", "")); 

1.50.3. setAirplaneModeOn(boolean enabling)


private void setAirplaneModeOn(boolean enabling)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAirplaneModeOn", "boolean enabling")); 

1.50.4. onAirplaneModeChanged()


private void onAirplaneModeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAirplaneModeChanged", "")); 

1.50.5. setAirplaneMode(boolean isAirplaneModeOn)


public void setAirplaneMode(boolean isAirplaneModeOn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAirplaneMode", "boolean isAirplaneModeOn")); 

1.50.6. setAirplaneModeInECM(boolean isECMExit,boolean isAirplaneModeOn)


public void setAirplaneModeInECM(boolean isECMExit, boolean isAirplaneModeOn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAirplaneModeInECM", "boolean isECMExit,boolean isAirplaneModeOn")); 

1.50.7. isAirplaneModeOn()


public boolean isAirplaneModeOn()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAirplaneModeOn", "")); 

1.51. AirplaneModePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/AirplaneModePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.51.1. setFragment(Fragment hostFragment)


public void setFragment(Fragment hostFragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFragment", "Fragment hostFragment")); 

1.51.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.51.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.51.4. isAvailable(Context context)


public static boolean isAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "Context context")); 

1.51.5. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.51.6. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.51.7. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.51.8. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.51.9. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.51.10. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.51.11. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.51.12. onAirplaneModeChanged(boolean isAirplaneModeOn)


public void onAirplaneModeChanged(boolean isAirplaneModeOn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAirplaneModeChanged", "boolean isAirplaneModeOn")); 

1.52. AirplaneModeVoiceActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/AirplaneModeVoiceActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.52.1. onVoiceSettingInteraction(Intent intent)


protected boolean onVoiceSettingInteraction(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onVoiceSettingInteraction", "Intent intent")); 

1.53. AlarmRingtonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/AlarmRingtonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.53.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.53.2. getRingtoneType()


public int getRingtoneType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getRingtoneType", "")); 

1.54. AlarmVolumePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/AlarmVolumePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.54.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.54.2. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.54.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.54.4. getAudioStream()


public int getAudioStream()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAudioStream", "")); 

1.54.5. getMuteIcon()


public int getMuteIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMuteIcon", "")); 

1.55. AllowAppsOnExternalPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/AllowAppsOnExternalPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.55.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.55.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.55.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.55.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.56. AllowBindAppWidgetActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/AllowBindAppWidgetActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.56.1. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.56.2. onPause()


protected void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.56.3. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.57. AllowSoundPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/AllowSoundPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.57.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.57.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.57.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.57.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.58. AlwaysDiscoverable.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/AlwaysDiscoverable.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.58.1. start()


public void start()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"start", "")); 

1.58.2. stop()


public void stop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stop", "")); 

1.58.3. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.59. AlwaysOnVpnCurrentUserPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/AlwaysOnVpnCurrentUserPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.59.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.59.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.59.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.60. AlwaysOnVpnManagedProfilePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/AlwaysOnVpnManagedProfilePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.60.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.60.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.61. AmbientDisplayAlwaysOnPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/AmbientDisplayAlwaysOnPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.61.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.61.2. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.61.3. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.61.4. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.61.5. setConfig(AmbientDisplayConfiguration config)


public AmbientDisplayAlwaysOnPreferenceController setConfig(AmbientDisplayConfiguration config)

methodList.add(new ZMethod(mZAndroidAPPClass,"AmbientDisplayAlwaysOnPreferenceController" ,"setConfig", "AmbientDisplayConfiguration config")); 

1.61.6. setCallback(OnPreferenceChangedCallback callback)


public AmbientDisplayAlwaysOnPreferenceController setCallback(OnPreferenceChangedCallback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"AmbientDisplayAlwaysOnPreferenceController" ,"setCallback", "OnPreferenceChangedCallback callback")); 

1.61.7. isAlwaysOnEnabled(AmbientDisplayConfiguration config)


public static boolean isAlwaysOnEnabled(AmbientDisplayConfiguration config)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAlwaysOnEnabled", "AmbientDisplayConfiguration config")); 

1.61.8. isAvailable(AmbientDisplayConfiguration config)


public static boolean isAvailable(AmbientDisplayConfiguration config)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "AmbientDisplayConfiguration config")); 

1.61.9. accessibilityInversionEnabled(AmbientDisplayConfiguration config)


public static boolean accessibilityInversionEnabled(AmbientDisplayConfiguration config)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"accessibilityInversionEnabled", "AmbientDisplayConfiguration config")); 

1.61.10. getResultPayload()


public ResultPayload getResultPayload()

methodList.add(new ZMethod(mZAndroidAPPClass,"ResultPayload" ,"getResultPayload", "")); 

1.62. AmbientDisplayNotificationsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/AmbientDisplayNotificationsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.62.1. setConfig(AmbientDisplayConfiguration config)


public AmbientDisplayNotificationsPreferenceController setConfig(AmbientDisplayConfiguration config)

methodList.add(new ZMethod(mZAndroidAPPClass,"AmbientDisplayNotificationsPreferenceController" ,"setConfig", "AmbientDisplayConfiguration config")); 

1.62.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.62.3. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.62.4. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.62.5. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.62.6. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.62.7. getResultPayload()


public ResultPayload getResultPayload()

methodList.add(new ZMethod(mZAndroidAPPClass,"ResultPayload" ,"getResultPayload", "")); 

1.63. AmbientDisplayPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/AmbientDisplayPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.63.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.63.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.63.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.64. AmbientDisplaySettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/AmbientDisplaySettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.64.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.64.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.64.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.64.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.64.5. getConfig(Context context)


private AmbientDisplayConfiguration getConfig(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"AmbientDisplayConfiguration" ,"getConfig", "Context context")); 

1.65. AndroidBeam.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.65.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.65.2. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.65.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.65.4. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.65.5. onDestroyView()


public void onDestroyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyView", "")); 

1.65.6. onSwitchChanged(Switch switchView,boolean desiredState)


public void onSwitchChanged(Switch switchView, boolean desiredState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean desiredState")); 

1.65.7. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.66. AndroidBeamEnabler.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeamEnabler.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.66.1. handleNfcStateChanged(int newState)


protected void handleNfcStateChanged(int newState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleNfcStateChanged", "int newState")); 

1.67. AndroidBeamPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeamPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.67.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.67.2. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.67.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.67.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.68. AnimatorDurationScalePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/AnimatorDurationScalePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.68.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.68.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.68.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.68.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.68.5. writeAnimationScaleOption(Object newValue)


private void writeAnimationScaleOption(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeAnimationScaleOption", "Object newValue")); 

1.68.6. updateAnimationScaleValue()


private void updateAnimationScaleValue()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAnimationScaleValue", "")); 

1.69. AnnotationSpan.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/utils/AnnotationSpan.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.69.1. onClick(View widget)


public void onClick(View widget)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View widget")); 

1.69.2. updateDrawState(TextPaint ds)


public void updateDrawState(TextPaint ds)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDrawState", "TextPaint ds")); 

1.69.3. linkify(CharSequence rawText,LinkInfo... linkInfos)


public static CharSequence linkify(CharSequence rawText, LinkInfo... linkInfos)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"linkify", "CharSequence rawText,LinkInfo... linkInfos")); 

1.70. Anomaly.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/Anomaly.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.70.1. describeContents()


public int describeContents()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"describeContents", "")); 

1.70.2. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.70.3. equals(Object obj)


public boolean equals(Object obj)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"equals", "Object obj")); 

1.70.4. hashCode()


public int hashCode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"hashCode", "")); 

1.70.5. toString()


public String toString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"toString", "")); 

1.70.6. toAnomalyTypeText(@AnomalyType int type)


private String toAnomalyTypeText(@AnomalyType int type)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"toAnomalyTypeText", "@AnomalyType int type")); 

1.71. AnomalyAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/action/AnomalyAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.71.1. handlePositiveAction(Anomaly anomaly,int contextMetricsKey)


public void handlePositiveAction(Anomaly anomaly, int contextMetricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "Anomaly anomaly,int contextMetricsKey")); 

1.71.2. isActionActive(Anomaly anomaly)


public abstract boolean isActionActive(Anomaly anomaly)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isActionActive", "Anomaly anomaly")); 

1.71.3. getActionType()


public abstract int getActionType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getActionType", "")); 

1.72. AnomalyCleanupJobService.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/AnomalyCleanupJobService.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.72.1. scheduleCleanUp(Context context)


public static void scheduleCleanUp(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"scheduleCleanUp", "Context context")); 

1.72.2. onStartJob(JobParameters params)


public boolean onStartJob(JobParameters params)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onStartJob", "JobParameters params")); 

1.72.3. onStopJob(JobParameters jobParameters)


public boolean onStopJob(JobParameters jobParameters)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onStopJob", "JobParameters jobParameters")); 

1.73. AnomalyConfigJobService.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/AnomalyConfigJobService.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.73.1. scheduleConfigUpdate(Context context)


public static void scheduleConfigUpdate(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"scheduleConfigUpdate", "Context context")); 

1.73.2. onStartJob(JobParameters params)


public boolean onStartJob(JobParameters params)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onStartJob", "JobParameters params")); 

1.73.3. onStopJob(JobParameters jobParameters)


public boolean onStopJob(JobParameters jobParameters)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onStopJob", "JobParameters jobParameters")); 

1.73.4. checkAnomalyConfig(StatsManager statsManager)


synchronized void checkAnomalyConfig(StatsManager statsManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkAnomalyConfig", "StatsManager statsManager")); 

1.74. AnomalyConfigReceiver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/AnomalyConfigReceiver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.74.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.75. AnomalyDatabaseHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/AnomalyDatabaseHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.75.1. getInstance(Context context)


public static synchronized AnomalyDatabaseHelper getInstance(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"AnomalyDatabaseHelper" ,"getInstance", "Context context")); 

1.75.2. onCreate(SQLiteDatabase db)


public void onCreate(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "SQLiteDatabase db")); 

1.75.3. bootstrapDB(SQLiteDatabase db)


private void bootstrapDB(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bootstrapDB", "SQLiteDatabase db")); 

1.75.4. onUpgrade(SQLiteDatabase db,int oldVersion,int newVersion)


public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onUpgrade", "SQLiteDatabase db,int oldVersion,int newVersion")); 

1.75.5. onDowngrade(SQLiteDatabase db,int oldVersion,int newVersion)


public void onDowngrade(SQLiteDatabase db, int oldVersion, int newVersion)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDowngrade", "SQLiteDatabase db,int oldVersion,int newVersion")); 

1.75.6. reconstruct(SQLiteDatabase db)


public void reconstruct(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reconstruct", "SQLiteDatabase db")); 

1.75.7. dropTables(SQLiteDatabase db)


private void dropTables(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dropTables", "SQLiteDatabase db")); 

1.76. AnomalyDetectionJobService.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/AnomalyDetectionJobService.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.76.1. scheduleAnomalyDetection(Context context,Intent intent)


public static void scheduleAnomalyDetection(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"scheduleAnomalyDetection", "Context context,Intent intent")); 

1.76.2. onStartJob(JobParameters params)


public boolean onStartJob(JobParameters params)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onStartJob", "JobParameters params")); 

1.76.3. onStopJob(JobParameters jobParameters)


public boolean onStopJob(JobParameters jobParameters)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onStopJob", "JobParameters jobParameters")); 

1.76.4. saveAnomalyToDatabase(Context context,UserManager userManager,BatteryDatabaseManager databaseManager,BatteryUtils batteryUtils,BatteryTipPolicy policy,PowerWhitelistBackend powerWhitelistBackend,ContentResolver contentResolver,PowerUsageFeatureProvider powerUsageFeatureProvider,MetricsFeatureProvider metricsFeatureProvider,Bundle bundle)


void saveAnomalyToDatabase(Context context, UserManager userManager, BatteryDatabaseManager databaseManager, BatteryUtils batteryUtils, BatteryTipPolicy policy, PowerWhitelistBackend powerWhitelistBackend, ContentResolver contentResolver, PowerUsageFeatureProvider powerUsageFeatureProvider, MetricsFeatureProvider metricsFeatureProvider, Bundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveAnomalyToDatabase", "Context context,UserManager userManager,BatteryDatabaseManager databaseManager,BatteryUtils batteryUtils,BatteryTipPolicy policy,PowerWhitelistBackend powerWhitelistBackend,ContentResolver contentResolver,PowerUsageFeatureProvider powerUsageFeatureProvider,MetricsFeatureProvider metricsFeatureProvider,Bundle bundle")); 

1.76.5. extractUidFromStatsDimensionsValue(StatsDimensionsValue statsDimensionsValue)


int extractUidFromStatsDimensionsValue(StatsDimensionsValue statsDimensionsValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"extractUidFromStatsDimensionsValue", "StatsDimensionsValue statsDimensionsValue")); 

1.76.6. dequeueWork(JobParameters parameters)


JobWorkItem dequeueWork(JobParameters parameters)

methodList.add(new ZMethod(mZAndroidAPPClass,"JobWorkItem" ,"dequeueWork", "JobParameters parameters")); 

1.76.7. completeWork(JobParameters parameters,JobWorkItem item)


void completeWork(JobParameters parameters, JobWorkItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"completeWork", "JobParameters parameters,JobWorkItem item")); 

1.77. AnomalyDetectionPolicy.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/AnomalyDetectionPolicy.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.77.1. isAnomalyDetectionEnabled()


public boolean isAnomalyDetectionEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAnomalyDetectionEnabled", "")); 

1.77.2. isAnomalyDetectorEnabled(@Anomaly.AnomalyType int type)


public boolean isAnomalyDetectorEnabled(@Anomaly.AnomalyType int type)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAnomalyDetectorEnabled", "@Anomaly.AnomalyType int type")); 

1.77.3. parseStringSet(final String key,final Set defaultSet)


private Set parseStringSet(final String key, final Set defaultSet)

methodList.add(new ZMethod(mZAndroidAPPClass,"Set" ,"parseStringSet", "final String key,final Set defaultSet")); 

1.78. AnomalyDetectionReceiver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/AnomalyDetectionReceiver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.78.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.79. AnomalyDetector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/checker/AnomalyDetector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.80. AnomalyDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/AnomalyDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.80.1. newInstance(Anomaly anomaly,int metricsKey)


public static AnomalyDialogFragment newInstance(Anomaly anomaly, int metricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"AnomalyDialogFragment" ,"newInstance", "Anomaly anomaly,int metricsKey")); 

1.80.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.80.3. initAnomalyUtils()


void initAnomalyUtils()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initAnomalyUtils", "")); 

1.80.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.80.5. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.80.6. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.81. AnomalyInfo.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/AnomalyInfo.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.82. AnomalyLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/AnomalyLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.82.1. onDiscardResult(List result)


protected void onDiscardResult(List result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDiscardResult", "List result")); 

1.82.2. loadInBackground()


public List loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"loadInBackground", "")); 

1.82.3. generateFakeData()


List generateFakeData()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"generateFakeData", "")); 

1.83. AnomalyPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/AnomalyPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.83.1. getAnomaly()


public Anomaly getAnomaly()

methodList.add(new ZMethod(mZAndroidAPPClass,"Anomaly" ,"getAnomaly", "")); 

1.84. AnomalySummaryPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/AnomalySummaryPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.84.1. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.84.2. updateAnomalySummaryPreference(List anomalies)


public void updateAnomalySummaryPreference(List anomalies)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAnomalySummaryPreference", "List anomalies")); 

1.84.3. hideHighUsagePreference()


public void hideHighUsagePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"hideHighUsagePreference", "")); 

1.85. AnomalyUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/AnomalyUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.85.1. getInstance(Context context)


public static AnomalyUtils getInstance(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"AnomalyUtils" ,"getInstance", "Context context")); 

1.85.2. getAnomalyAction(Anomaly anomaly)


public AnomalyAction getAnomalyAction(Anomaly anomaly)

methodList.add(new ZMethod(mZAndroidAPPClass,"AnomalyAction" ,"getAnomalyAction", "Anomaly anomaly")); 

1.85.3. getAnomalyDetector(@Anomaly.AnomalyType int anomalyType)


public AnomalyDetector getAnomalyDetector(@Anomaly.AnomalyType int anomalyType)

methodList.add(new ZMethod(mZAndroidAPPClass,"AnomalyDetector" ,"getAnomalyDetector", "@Anomaly.AnomalyType int anomalyType")); 

1.85.4. detectAnomalies(BatteryStatsHelper batteryStatsHelper,AnomalyDetectionPolicy policy,String targetPackageName)


public List detectAnomalies(BatteryStatsHelper batteryStatsHelper, AnomalyDetectionPolicy policy, String targetPackageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"detectAnomalies", "BatteryStatsHelper batteryStatsHelper,AnomalyDetectionPolicy policy,String targetPackageName")); 

1.85.5. logAnomalies(MetricsFeatureProvider provider,List anomalies,int contextId)


public void logAnomalies(MetricsFeatureProvider provider, List anomalies, int contextId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logAnomalies", "MetricsFeatureProvider provider,List anomalies,int contextId")); 

1.85.6. logAnomaly(MetricsFeatureProvider provider,Anomaly anomaly,int contextId)


public void logAnomaly(MetricsFeatureProvider provider, Anomaly anomaly, int contextId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logAnomaly", "MetricsFeatureProvider provider,Anomaly anomaly,int contextId")); 

1.86. ApnEditor.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/ApnEditor.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.86.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.86.2. formatInteger(String value)


static String formatInteger(String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"formatInteger", "String value")); 

1.86.3. hasAllApns(String[] apnTypes)


static boolean hasAllApns(String[] apnTypes)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasAllApns", "String[] apnTypes")); 

1.86.4. apnTypesMatch(String[] apnTypesArray1,String apnTypes2)


private boolean apnTypesMatch(String[] apnTypesArray1, String apnTypes2)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"apnTypesMatch", "String[] apnTypesArray1,String apnTypes2")); 

1.86.5. getPreferenceFromFieldName(String apnField)


private Preference getPreferenceFromFieldName(String apnField)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"getPreferenceFromFieldName", "String apnField")); 

1.86.6. disableFields(String[] apnFields)


private void disableFields(String[] apnFields)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableFields", "String[] apnFields")); 

1.86.7. disableAllFields()


private void disableAllFields()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableAllFields", "")); 

1.86.8. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.86.9. fillUI(boolean firstTime)


void fillUI(boolean firstTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"fillUI", "boolean firstTime")); 

1.86.10. protocolDescription(String raw,ListPreference protocol)


private String protocolDescription(String raw, ListPreference protocol)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"protocolDescription", "String raw,ListPreference protocol")); 

1.86.11. bearerMultiDescription(Set raw)


private String bearerMultiDescription(Set raw)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"bearerMultiDescription", "Set raw")); 

1.86.12. mvnoDescription(String newValue)


private String mvnoDescription(String newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"mvnoDescription", "String newValue")); 

1.86.13. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.86.14. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.86.15. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.86.16. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.86.17. onKey(View v,int keyCode,KeyEvent event)


public boolean onKey(View v, int keyCode, KeyEvent event)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onKey", "View v,int keyCode,KeyEvent event")); 

1.86.18. setStringValueAndCheckIfDiff(ContentValues cv,String key,String value,boolean assumeDiff,int index)


boolean setStringValueAndCheckIfDiff(ContentValues cv, String key, String value, boolean assumeDiff, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setStringValueAndCheckIfDiff", "ContentValues cv,String key,String value,boolean assumeDiff,int index")); 

1.86.19. setIntValueAndCheckIfDiff(ContentValues cv,String key,int value,boolean assumeDiff,int index)


boolean setIntValueAndCheckIfDiff(ContentValues cv, String key, int value, boolean assumeDiff, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setIntValueAndCheckIfDiff", "ContentValues cv,String key,int value,boolean assumeDiff,int index")); 

1.86.20. validateAndSaveApnData()


boolean validateAndSaveApnData()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"validateAndSaveApnData", "")); 

1.86.21. updateApnDataToDatabase(Uri uri,ContentValues values)


private void updateApnDataToDatabase(Uri uri, ContentValues values)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateApnDataToDatabase", "Uri uri,ContentValues values")); 

1.86.22. validateApnData()


String validateApnData()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"validateApnData", "")); 

1.86.23. showError()


void showError()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showError", "")); 

1.86.24. deleteApn()


private void deleteApn()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"deleteApn", "")); 

1.86.25. starify(String value)


private String starify(String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"starify", "String value")); 

1.86.26. checkNull(String value)


private String checkNull(String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"checkNull", "String value")); 

1.86.27. checkNotSet(String value)


private String checkNotSet(String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"checkNotSet", "String value")); 

1.86.28. getUserEnteredApnType()


private String getUserEnteredApnType()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getUserEnteredApnType", "")); 

1.86.29. getApnDataFromUri(Uri uri)


ApnData getApnDataFromUri(Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"ApnData" ,"getApnDataFromUri", "Uri uri")); 

1.87. ApnPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/ApnPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.87.1. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.87.2. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.87.3. setChecked()


public void setChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "")); 

1.87.4. onCheckedChanged(CompoundButton buttonView,boolean isChecked)


public void onCheckedChanged(CompoundButton buttonView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCheckedChanged", "CompoundButton buttonView,boolean isChecked")); 

1.87.5. onClick(android.view.View v)


public void onClick(android.view.View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "android.view.View v")); 

1.87.6. setSelectable(boolean selectable)


public void setSelectable(boolean selectable)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSelectable", "boolean selectable")); 

1.87.7. getSelectable()


public boolean getSelectable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getSelectable", "")); 

1.87.8. setSubId(int subId)


public void setSubId(int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSubId", "int subId")); 

1.88. ApnSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/ApnSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.88.1. getMobileDataState(Intent intent)


private static PhoneConstants.DataState getMobileDataState(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"PhoneConstants.DataState" ,"getMobileDataState", "Intent intent")); 

1.88.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.88.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.88.4. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.88.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.88.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.88.7. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.88.8. getRestrictionEnforcedAdmin()


public EnforcedAdmin getRestrictionEnforcedAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"EnforcedAdmin" ,"getRestrictionEnforcedAdmin", "")); 

1.88.9. fillList()


private void fillList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"fillList", "")); 

1.88.10. addApnToList(ApnPreference pref,ArrayList mnoList,ArrayList mvnoList,IccRecords r,String mvnoType,String mvnoMatchData)


private void addApnToList(ApnPreference pref, ArrayList mnoList, ArrayList mvnoList, IccRecords r, String mvnoType, String mvnoMatchData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addApnToList", "ApnPreference pref,ArrayList mnoList,ArrayList mvnoList,IccRecords r,String mvnoType,String mvnoMatchData")); 

1.88.11. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.88.12. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.88.13. addNewApn()


private void addNewApn()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addNewApn", "")); 

1.88.14. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.88.15. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.88.16. setSelectedApnKey(String key)


private void setSelectedApnKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSelectedApnKey", "String key")); 

1.88.17. getSelectedApnKey()


private String getSelectedApnKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSelectedApnKey", "")); 

1.88.18. restoreDefaultApn()


private boolean restoreDefaultApn()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"restoreDefaultApn", "")); 

1.88.19. getUriForCurrSubId(Uri uri)


private Uri getUriForCurrSubId(Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"getUriForCurrSubId", "Uri uri")); 

1.88.20. onCreateDialog(int id)


public Dialog onCreateDialog(int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int id")); 

1.88.21. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.89. AppActionButtonPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppActionButtonPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.89.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.89.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.89.3. refreshUi()


public void refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "")); 

1.89.4. initUninstallButtons(AppEntry appEntry,PackageInfo packageInfo)


void initUninstallButtons(AppEntry appEntry, PackageInfo packageInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initUninstallButtons", "AppEntry appEntry,PackageInfo packageInfo")); 

1.89.5. initUninstallButtonForUserApp()


boolean initUninstallButtonForUserApp()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"initUninstallButtonForUserApp", "")); 

1.89.6. handleDisableable(AppEntry appEntry,PackageInfo packageInfo)


boolean handleDisableable(AppEntry appEntry, PackageInfo packageInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handleDisableable", "AppEntry appEntry,PackageInfo packageInfo")); 

1.89.7. updateForceStopButton(boolean enabled)


private void updateForceStopButton(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateForceStopButton", "boolean enabled")); 

1.89.8. checkForceStop(AppEntry appEntry,PackageInfo packageInfo)


void checkForceStop(AppEntry appEntry, PackageInfo packageInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkForceStop", "AppEntry appEntry,PackageInfo packageInfo")); 

1.89.9. signaturesMatch(String pkg1,String pkg2)


private boolean signaturesMatch(String pkg1, String pkg2)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"signaturesMatch", "String pkg1,String pkg2")); 

1.90. AppAndNotificationDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppAndNotificationDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.90.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.90.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.90.3. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.90.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.90.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.90.6. buildPreferenceControllers(Context context,Application app,Fragment host)


private static List buildPreferenceControllers(Context context, Application app, Fragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Application app,Fragment host")); 

1.91. AppBatteryPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppBatteryPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.91.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.91.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.91.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.91.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.91.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.91.6. onCreateLoader(int id,Bundle args)


public Loader onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader" ,"onCreateLoader", "int id,Bundle args")); 

1.91.7. onLoadFinished(Loader loader,BatteryStatsHelper batteryHelper)


public void onLoadFinished(Loader loader, BatteryStatsHelper batteryHelper)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader loader,BatteryStatsHelper batteryHelper")); 

1.91.8. onLoaderReset(Loader loader)


public void onLoaderReset(Loader loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader loader")); 

1.91.9. updateBattery()


void updateBattery()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBattery", "")); 

1.91.10. isBatteryStatsAvailable()


boolean isBatteryStatsAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBatteryStatsAvailable", "")); 

1.91.11. findTargetSipper(BatteryStatsHelper batteryHelper,int uid)


BatterySipper findTargetSipper(BatteryStatsHelper batteryHelper, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"BatterySipper" ,"findTargetSipper", "BatteryStatsHelper batteryHelper,int uid")); 

1.92. AppButtonsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/AppButtonsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.92.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.92.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.92.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.92.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.92.5. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.92.6. handleActivityResult(int requestCode,int resultCode,Intent data)


public void handleActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleActivityResult", "int requestCode,int resultCode,Intent data")); 

1.92.7. handleDialogClick(int id)


public void handleDialogClick(int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleDialogClick", "int id")); 

1.92.8. onRunningStateChanged(boolean running)


public void onRunningStateChanged(boolean running)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRunningStateChanged", "boolean running")); 

1.92.9. onPackageListChanged()


public void onPackageListChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageListChanged", "")); 

1.92.10. onRebuildComplete(ArrayList apps)


public void onRebuildComplete(ArrayList apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRebuildComplete", "ArrayList apps")); 

1.92.11. onPackageIconChanged()


public void onPackageIconChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageIconChanged", "")); 

1.92.12. onPackageSizeChanged(String packageName)


public void onPackageSizeChanged(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageSizeChanged", "String packageName")); 

1.92.13. onAllSizesComputed()


public void onAllSizesComputed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAllSizesComputed", "")); 

1.92.14. onLauncherInfoChanged()


public void onLauncherInfoChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLauncherInfoChanged", "")); 

1.92.15. onLoadEntriesCompleted()


public void onLoadEntriesCompleted()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadEntriesCompleted", "")); 

1.92.16. retrieveAppEntry()


void retrieveAppEntry()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"retrieveAppEntry", "")); 

1.92.17. updateUninstallButton()


void updateUninstallButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUninstallButton", "")); 

1.92.18. setIntentAndFinish(boolean appChanged)


private void setIntentAndFinish(boolean appChanged)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIntentAndFinish", "boolean appChanged")); 

1.92.19. refreshAndFinishIfPossible()


private void refreshAndFinishIfPossible()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshAndFinishIfPossible", "")); 

1.92.20. isFallbackPackage(String packageName)


boolean isFallbackPackage(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFallbackPackage", "String packageName")); 

1.92.21. updateForceStopButton()


void updateForceStopButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateForceStopButton", "")); 

1.92.22. updateForceStopButtonInner(boolean enabled)


void updateForceStopButtonInner(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateForceStopButtonInner", "boolean enabled")); 

1.92.23. uninstallPkg(String packageName,boolean allUsers,boolean andDisable)


void uninstallPkg(String packageName, boolean allUsers, boolean andDisable)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"uninstallPkg", "String packageName,boolean allUsers,boolean andDisable")); 

1.92.24. forceStopPackage(String pkgName)


void forceStopPackage(String pkgName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"forceStopPackage", "String pkgName")); 

1.92.25. handleDisableable()


boolean handleDisableable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handleDisableable", "")); 

1.92.26. isSystemPackage(Resources resources,PackageManager pm,PackageInfo packageInfo)


boolean isSystemPackage(Resources resources, PackageManager pm, PackageInfo packageInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSystemPackage", "Resources resources,PackageManager pm,PackageInfo packageInfo")); 

1.92.27. isDisabledUntilUsed()


private boolean isDisabledUntilUsed()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDisabledUntilUsed", "")); 

1.92.28. showDialogInner(@ButtonActionDialogFragment.DialogType int id)


private void showDialogInner(@ButtonActionDialogFragment.DialogType int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDialogInner", "@ButtonActionDialogFragment.DialogType int id")); 

1.92.29. isSingleUser()


private boolean isSingleUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSingleUser", "")); 

1.92.30. signaturesMatch(String pkg1,String pkg2)


private boolean signaturesMatch(String pkg1, String pkg2)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"signaturesMatch", "String pkg1,String pkg2")); 

1.92.31. refreshUi()


boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.92.32. startListeningToPackageRemove()


private void startListeningToPackageRemove()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startListeningToPackageRemove", "")); 

1.92.33. stopListeningToPackageRemove()


private void stopListeningToPackageRemove()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopListeningToPackageRemove", "")); 

1.93. AppCheckBoxPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/AppCheckBoxPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.94. AppCounter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppCounter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.94.1. doInBackground(Void... params)


protected Integer doInBackground(Void... params)

methodList.add(new ZMethod(mZAndroidAPPClass,"Integer" ,"doInBackground", "Void... params")); 

1.94.2. onPostExecute(Integer count)


protected void onPostExecute(Integer count)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPostExecute", "Integer count")); 

1.94.3. executeInForeground()


void executeInForeground()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"executeInForeground", "")); 

1.94.4. onCountComplete(int num)


protected abstract void onCountComplete(int num)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCountComplete", "int num")); 

1.94.5. includeInCount(ApplicationInfo info)


protected abstract boolean includeInCount(ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"includeInCount", "ApplicationInfo info")); 

1.95. AppDataUsage.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/AppDataUsage.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.95.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.95.2. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.95.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.95.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.95.5. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.95.6. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.95.7. updatePrefs()


void updatePrefs()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePrefs", "")); 

1.95.8. updatePrefs(boolean restrictBackground,boolean unrestrictData)


private void updatePrefs(boolean restrictBackground, boolean unrestrictData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePrefs", "boolean restrictBackground,boolean unrestrictData")); 

1.95.9. addUid(int uid)


private void addUid(int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addUid", "int uid")); 

1.95.10. bindData()


private void bindData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindData", "")); 

1.95.11. getAppRestrictBackground()


private boolean getAppRestrictBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getAppRestrictBackground", "")); 

1.95.12. getUnrestrictData()


private boolean getUnrestrictData()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getUnrestrictData", "")); 

1.95.13. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.95.14. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.95.15. onDataSaverChanged(boolean isDataSaving)


public void onDataSaverChanged(boolean isDataSaving)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataSaverChanged", "boolean isDataSaving")); 

1.95.16. onWhitelistStatusChanged(int uid,boolean isWhitelisted)


public void onWhitelistStatusChanged(int uid, boolean isWhitelisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onWhitelistStatusChanged", "int uid,boolean isWhitelisted")); 

1.95.17. onBlacklistStatusChanged(int uid,boolean isBlacklisted)


public void onBlacklistStatusChanged(int uid, boolean isBlacklisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBlacklistStatusChanged", "int uid,boolean isBlacklisted")); 

1.96. AppDataUsageActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/AppDataUsageActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.96.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.96.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.97. AppDataUsagePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/AppDataUsagePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.97.1. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.97.2. setAppInfo()


private void setAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAppInfo", "")); 

1.97.3. getItem()


public AppItem getItem()

methodList.add(new ZMethod(mZAndroidAPPClass,"AppItem" ,"getItem", "")); 

1.98. AppDataUsagePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppDataUsagePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.98.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.98.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.98.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.98.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.98.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.98.6. onCreateLoader(int id,Bundle args)


public Loader onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader" ,"onCreateLoader", "int id,Bundle args")); 

1.98.7. onLoadFinished(Loader loader,ChartData data)


public void onLoadFinished(Loader loader, ChartData data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader loader,ChartData data")); 

1.98.8. onLoaderReset(Loader loader)


public void onLoaderReset(Loader loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader loader")); 

1.98.9. getDetailFragmentClass()


protected Class getDetailFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getDetailFragmentClass", "")); 

1.98.10. getDataSummary()


private CharSequence getDataSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getDataSummary", "")); 

1.98.11. getTemplate(Context context)


private static NetworkTemplate getTemplate(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"NetworkTemplate" ,"getTemplate", "Context context")); 

1.98.12. isBandwidthControlEnabled()


boolean isBandwidthControlEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBandwidthControlEnabled", "")); 

1.99. AppDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/AppDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.99.1. getPackageInfo()


public final PackageInfo getPackageInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"PackageInfo" ,"getPackageInfo", "")); 

1.99.2. onCreate(Bundle savedState)


protected void onCreate(Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedState")); 

1.99.3. createButtons()


protected void createButtons()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createButtons", "")); 

1.99.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.100. AppDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/AppDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.100.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.100.2. show(Fragment parent,PackageInfo packageInfo,String label,boolean managing,boolean connected)


public static void show(Fragment parent, PackageInfo packageInfo, String label, boolean managing, boolean connected)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment parent,PackageInfo packageInfo,String label,boolean managing,boolean connected")); 

1.100.3. show(Fragment parent,Listener listener,PackageInfo packageInfo,String label,boolean managing,boolean connected)


public static void show(Fragment parent, Listener listener, PackageInfo packageInfo, String label, boolean managing, boolean connected)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment parent,Listener listener,PackageInfo packageInfo,String label,boolean managing,boolean connected")); 

1.100.4. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.100.5. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.100.6. onCancel(DialogInterface dialog)


public void onCancel(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCancel", "DialogInterface dialog")); 

1.100.7. onForget(final DialogInterface dialog)


public void onForget(final DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onForget", "final DialogInterface dialog")); 

1.100.8. onDisconnect(final DialogInterface dialog)


private void onDisconnect(final DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisconnect", "final DialogInterface dialog")); 

1.100.9. isUiRestricted()


private boolean isUiRestricted()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUiRestricted", "")); 

1.100.10. getUserId()


private int getUserId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserId", "")); 

1.101. AppDomainsPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppDomainsPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.101.1. setTitles(CharSequence[] titles)


public void setTitles(CharSequence[] titles)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTitles", "CharSequence[] titles")); 

1.101.2. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.101.3. onBindListItem(View view,int index)


protected void onBindListItem(View view, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindListItem", "View view,int index")); 

1.102. AppFilterItem.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/manageapplications/AppFilterItem.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.102.1. getTitle()


public int getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getTitle", "")); 

1.102.2. getFilter()


public ApplicationsState.AppFilter getFilter()

methodList.add(new ZMethod(mZAndroidAPPClass,"ApplicationsState.AppFilter" ,"getFilter", "")); 

1.102.3. getFilterType()


public int getFilterType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getFilterType", "")); 

1.102.4. compareTo(AppFilterItem appFilter)


public int compareTo(AppFilterItem appFilter)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"compareTo", "AppFilterItem appFilter")); 

1.102.5. equals(Object o)


public boolean equals(Object o)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"equals", "Object o")); 

1.102.6. hashCode()


public int hashCode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"hashCode", "")); 

1.103. AppFilterRegistry.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/manageapplications/AppFilterRegistry.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.103.1. getInstance()


public static AppFilterRegistry getInstance()

methodList.add(new ZMethod(mZAndroidAPPClass,"AppFilterRegistry" ,"getInstance", "")); 

1.103.2. getDefaultFilterType(int listType)


public int getDefaultFilterType(int listType)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultFilterType", "int listType")); 

1.103.3. get(@FilterType int filterType)


public AppFilterItem get(@FilterType int filterType)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppFilterItem" ,"get", "@FilterType int filterType")); 

1.104. AppGridView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/AppGridView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.105. AppHeaderViewPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppHeaderViewPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.105.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.105.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.105.3. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.105.4. refreshUi()


public void refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "")); 

1.105.5. setAppLabelAndIcon(PackageInfo pkgInfo,AppEntry appEntry)


private void setAppLabelAndIcon(PackageInfo pkgInfo, AppEntry appEntry)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAppLabelAndIcon", "PackageInfo pkgInfo,AppEntry appEntry")); 

1.106. AppInfo.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/AppInfo.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.106.1. compareTo(AppInfo o)


public int compareTo(AppInfo o)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"compareTo", "AppInfo o")); 

1.106.2. describeContents()


public int describeContents()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"describeContents", "")); 

1.106.3. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.106.4. toString()


public String toString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"toString", "")); 

1.106.5. equals(Object obj)


public boolean equals(Object obj)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"equals", "Object obj")); 

1.107. AppInfoBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppInfoBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.107.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.107.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.107.3. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.107.4. retrieveAppEntry()


protected String retrieveAppEntry()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"retrieveAppEntry", "")); 

1.107.5. setIntentAndFinish(boolean finish,boolean appChanged)


protected void setIntentAndFinish(boolean finish, boolean appChanged)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIntentAndFinish", "boolean finish,boolean appChanged")); 

1.107.6. showDialogInner(int id,int moveErrorCode)


protected void showDialogInner(int id, int moveErrorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDialogInner", "int id,int moveErrorCode")); 

1.107.7. refreshUi()


protected abstract boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.107.8. createDialog(int id,int errorCode)


protected abstract AlertDialog createDialog(int id, int errorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id,int errorCode")); 

1.107.9. onRunningStateChanged(boolean running)


public void onRunningStateChanged(boolean running)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRunningStateChanged", "boolean running")); 

1.107.10. onRebuildComplete(ArrayList apps)


public void onRebuildComplete(ArrayList apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRebuildComplete", "ArrayList apps")); 

1.107.11. onPackageIconChanged()


public void onPackageIconChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageIconChanged", "")); 

1.107.12. onPackageSizeChanged(String packageName)


public void onPackageSizeChanged(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageSizeChanged", "String packageName")); 

1.107.13. onAllSizesComputed()


public void onAllSizesComputed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAllSizesComputed", "")); 

1.107.14. onLauncherInfoChanged()


public void onLauncherInfoChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLauncherInfoChanged", "")); 

1.107.15. onLoadEntriesCompleted()


public void onLoadEntriesCompleted()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadEntriesCompleted", "")); 

1.107.16. onPackageListChanged()


public void onPackageListChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageListChanged", "")); 

1.107.17. startAppInfoFragment(Class fragment,int titleRes,String pkg,int uid,Fragment source,int request,int sourceMetricsCategory)


public static void startAppInfoFragment(Class fragment, int titleRes, String pkg, int uid, Fragment source, int request, int sourceMetricsCategory)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startAppInfoFragment", "Class fragment,int titleRes,String pkg,int uid,Fragment source,int request,int sourceMetricsCategory")); 

1.107.18. startListeningToPackageRemove()


protected void startListeningToPackageRemove()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startListeningToPackageRemove", "")); 

1.107.19. stopListeningToPackageRemove()


protected void stopListeningToPackageRemove()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopListeningToPackageRemove", "")); 

1.107.20. onPackageRemoved()


protected void onPackageRemoved()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageRemoved", "")); 

1.108. AppInfoDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppInfoDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.108.1. isDisabledUntilUsed()


private boolean isDisabledUntilUsed()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDisabledUntilUsed", "")); 

1.108.2. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.108.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.108.4. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.108.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.108.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.108.7. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.108.8. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.108.9. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.108.10. addToCallbackList(Callback callback)


void addToCallbackList(Callback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addToCallbackList", "Callback callback")); 

1.108.11. getAppEntry()


ApplicationsState.AppEntry getAppEntry()

methodList.add(new ZMethod(mZAndroidAPPClass,"ApplicationsState.AppEntry" ,"getAppEntry", "")); 

1.108.12. setAppEntry(ApplicationsState.AppEntry appEntry)


void setAppEntry(ApplicationsState.AppEntry appEntry)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAppEntry", "ApplicationsState.AppEntry appEntry")); 

1.108.13. getPackageInfo()


PackageInfo getPackageInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"PackageInfo" ,"getPackageInfo", "")); 

1.108.14. onPackageSizeChanged(String packageName)


public void onPackageSizeChanged(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageSizeChanged", "String packageName")); 

1.108.15. ensurePackageInfoAvailable(Activity activity)


boolean ensurePackageInfoAvailable(Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"ensurePackageInfoAvailable", "Activity activity")); 

1.108.16. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.108.17. onPrepareOptionsMenu(Menu menu)


public void onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareOptionsMenu", "Menu menu")); 

1.108.18. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.108.19. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.108.20. shouldShowUninstallForAll(AppEntry appEntry)


boolean shouldShowUninstallForAll(AppEntry appEntry)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShowUninstallForAll", "AppEntry appEntry")); 

1.108.21. refreshUi()


boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.108.22. createDialog(int id,int errorCode)


AlertDialog createDialog(int id, int errorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id,int errorCode")); 

1.108.23. uninstallPkg(String packageName,boolean allUsers,boolean andDisable)


private void uninstallPkg(String packageName, boolean allUsers, boolean andDisable)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"uninstallPkg", "String packageName,boolean allUsers,boolean andDisable")); 

1.108.24. forceStopPackage(String pkgName)


private void forceStopPackage(String pkgName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"forceStopPackage", "String pkgName")); 

1.108.25. startAppInfoFragment(Class fragment,int title,Bundle args,SettingsPreferenceFragment caller,AppEntry appEntry)


public static void startAppInfoFragment(Class fragment, int title, Bundle args, SettingsPreferenceFragment caller, AppEntry appEntry)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startAppInfoFragment", "Class fragment,int title,Bundle args,SettingsPreferenceFragment caller,AppEntry appEntry")); 

1.108.26. handleUninstallButtonClick()


void handleUninstallButtonClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleUninstallButtonClick", "")); 

1.108.27. handleForceStopButtonClick()


void handleForceStopButtonClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleForceStopButtonClick", "")); 

1.108.28. isSingleUser()


private boolean isSingleUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSingleUser", "")); 

1.108.29. onPackageRemoved()


private void onPackageRemoved()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageRemoved", "")); 

1.108.30. getNumberOfUserWithPackageInstalled(String packageName)


int getNumberOfUserWithPackageInstalled(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfUserWithPackageInstalled", "String packageName")); 

1.108.31. getPackageName()


private String getPackageName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPackageName", "")); 

1.108.32. retrieveAppEntry()


void retrieveAppEntry()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"retrieveAppEntry", "")); 

1.108.33. setIntentAndFinish(boolean finish,boolean appChanged)


private void setIntentAndFinish(boolean finish, boolean appChanged)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIntentAndFinish", "boolean finish,boolean appChanged")); 

1.108.34. showDialogInner(int id,int moveErrorCode)


void showDialogInner(int id, int moveErrorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDialogInner", "int id,int moveErrorCode")); 

1.108.35. onRunningStateChanged(boolean running)


public void onRunningStateChanged(boolean running)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRunningStateChanged", "boolean running")); 

1.108.36. onRebuildComplete(ArrayList apps)


public void onRebuildComplete(ArrayList apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRebuildComplete", "ArrayList apps")); 

1.108.37. onPackageIconChanged()


public void onPackageIconChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageIconChanged", "")); 

1.108.38. onAllSizesComputed()


public void onAllSizesComputed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAllSizesComputed", "")); 

1.108.39. onLauncherInfoChanged()


public void onLauncherInfoChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLauncherInfoChanged", "")); 

1.108.40. onLoadEntriesCompleted()


public void onLoadEntriesCompleted()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadEntriesCompleted", "")); 

1.108.41. onPackageListChanged()


public void onPackageListChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageListChanged", "")); 

1.108.42. startListeningToPackageRemove()


void startListeningToPackageRemove()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startListeningToPackageRemove", "")); 

1.108.43. stopListeningToPackageRemove()


private void stopListeningToPackageRemove()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopListeningToPackageRemove", "")); 

1.109. AppInfoPreferenceControllerBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppInfoPreferenceControllerBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.109.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.109.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.109.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.109.4. refreshUi()


public void refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "")); 

1.109.5. setParentFragment(AppInfoDashboardFragment parent)


public void setParentFragment(AppInfoDashboardFragment parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setParentFragment", "AppInfoDashboardFragment parent")); 

1.109.6. getDetailFragmentClass()


protected Class getDetailFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getDetailFragmentClass", "")); 

1.109.7. getArguments()


protected Bundle getArguments()

methodList.add(new ZMethod(mZAndroidAPPClass,"Bundle" ,"getArguments", "")); 

1.110. AppInfoWithHeader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppInfoWithHeader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.110.1. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.111. AppInstallerInfoPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppInstallerInfoPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.111.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.111.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.111.3. setPackageName(String packageName)


public void setPackageName(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPackageName", "String packageName")); 

1.112. AppInstallerPreferenceCategoryController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppInstallerPreferenceCategoryController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.113. AppLabelPredicate.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/AppLabelPredicate.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.113.1. test(AppInfo appInfo)


public boolean test(AppInfo appInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"test", "AppInfo appInfo")); 

1.114. AppLaunchSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppLaunchSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.114.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.114.2. isBrowserApp(String packageName)


private boolean isBrowserApp(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBrowserApp", "String packageName")); 

1.114.3. buildStateDropDown()


private void buildStateDropDown()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"buildStateDropDown", "")); 

1.114.4. updateAppLinkState(final int newState)


private boolean updateAppLinkState(final int newState)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"updateAppLinkState", "final int newState")); 

1.114.5. getEntries(String packageName,List iviList,List filters)


private CharSequence[] getEntries(String packageName, List iviList, List filters)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence[]" ,"getEntries", "String packageName,List iviList,List filters")); 

1.114.6. refreshUi()


protected boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.114.7. createDialog(int id,int errorCode)


protected AlertDialog createDialog(int id, int errorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id,int errorCode")); 

1.114.8. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.114.9. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.114.10. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.115. ApplicationFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ApplicationFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.116. ApplicationFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ApplicationFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.116.1. calculateNumberOfPolicyInstalledApps(boolean async,NumberOfAppsCallback callback)


public void calculateNumberOfPolicyInstalledApps(boolean async, NumberOfAppsCallback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"calculateNumberOfPolicyInstalledApps", "boolean async,NumberOfAppsCallback callback")); 

1.116.2. listPolicyInstalledApps(ListOfAppsCallback callback)


public void listPolicyInstalledApps(ListOfAppsCallback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"listPolicyInstalledApps", "ListOfAppsCallback callback")); 

1.116.3. calculateNumberOfAppsWithAdminGrantedPermissions(String[] permissions,boolean async,NumberOfAppsCallback callback)


public void calculateNumberOfAppsWithAdminGrantedPermissions(String[] permissions, boolean async, NumberOfAppsCallback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"calculateNumberOfAppsWithAdminGrantedPermissions", "String[] permissions,boolean async,NumberOfAppsCallback callback")); 

1.116.4. listAppsWithAdminGrantedPermissions(String[] permissions,ListOfAppsCallback callback)


public void listAppsWithAdminGrantedPermissions(String[] permissions, ListOfAppsCallback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"listAppsWithAdminGrantedPermissions", "String[] permissions,ListOfAppsCallback callback")); 

1.116.5. findPersistentPreferredActivities(int userId,Intent[] intents)


public List findPersistentPreferredActivities(int userId, Intent[] intents)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"findPersistentPreferredActivities", "int userId,Intent[] intents")); 

1.116.6. getKeepEnabledPackages()


public Set getKeepEnabledPackages()

methodList.add(new ZMethod(mZAndroidAPPClass,"Set" ,"getKeepEnabledPackages", "")); 

1.117. ApplicationListFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/ApplicationListFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.117.1. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.117.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.117.3. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.118. ApplicationListPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/ApplicationListPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.118.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.118.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.118.3. onListOfAppsResult(List result)


public void onListOfAppsResult(List result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onListOfAppsResult", "List result")); 

1.119. ApplicationViewHolder.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ApplicationViewHolder.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.119.1. newView(ViewGroup parent)


static View newView(ViewGroup parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"newView", "ViewGroup parent")); 

1.119.2. newView(ViewGroup parent,boolean twoTarget)


static View newView(ViewGroup parent, boolean twoTarget)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"newView", "ViewGroup parent,boolean twoTarget")); 

1.119.3. setSummary(CharSequence summary)


void setSummary(CharSequence summary)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSummary", "CharSequence summary")); 

1.119.4. setSummary(@StringRes int summary)


void setSummary(@StringRes int summary)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSummary", "@StringRes int summary")); 

1.119.5. setEnabled(boolean isEnabled)


void setEnabled(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean isEnabled")); 

1.119.6. setTitle(CharSequence title)


void setTitle(CharSequence title)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTitle", "CharSequence title")); 

1.119.7. setIcon(int drawableRes)


void setIcon(int drawableRes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIcon", "int drawableRes")); 

1.119.8. setIcon(Drawable icon)


void setIcon(Drawable icon)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIcon", "Drawable icon")); 

1.119.9. updateDisableView(ApplicationInfo info)


void updateDisableView(ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDisableView", "ApplicationInfo info")); 

1.119.10. updateSummaryContainer()


void updateSummaryContainer()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummaryContainer", "")); 

1.119.11. updateSizeText(AppEntry entry,CharSequence invalidSizeStr,int whichSize)


void updateSizeText(AppEntry entry, CharSequence invalidSizeStr, int whichSize)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSizeText", "AppEntry entry,CharSequence invalidSizeStr,int whichSize")); 

1.119.12. updateSwitch(View.OnClickListener listener,boolean enabled,boolean checked)


void updateSwitch(View.OnClickListener listener, boolean enabled, boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSwitch", "View.OnClickListener listener,boolean enabled,boolean checked")); 

1.120. AppLinkPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/AppLinkPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.120.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.120.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.120.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.121. AppLister.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppLister.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.121.1. doInBackground(Void... params)


protected List doInBackground(Void... params)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"doInBackground", "Void... params")); 

1.121.2. onPostExecute(List list)


protected void onPostExecute(List list)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPostExecute", "List list")); 

1.121.3. onAppListBuilt(List list)


protected abstract void onAppListBuilt(List list)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAppListBuilt", "List list")); 

1.121.4. includeInCount(ApplicationInfo info)


protected abstract boolean includeInCount(ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"includeInCount", "ApplicationInfo info")); 

1.122. AppLocationPermissionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/AppLocationPermissionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.122.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.122.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.123. AppManagementFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/AppManagementFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.123.1. show(Context context,AppPreference pref,int sourceMetricsCategory)


public static void show(Context context, AppPreference pref, int sourceMetricsCategory)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Context context,AppPreference pref,int sourceMetricsCategory")); 

1.123.2. onCreate(Bundle savedState)


public void onCreate(Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedState")); 

1.123.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.123.4. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.123.5. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.123.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.123.7. onForgetVpnClick()


private boolean onForgetVpnClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onForgetVpnClick", "")); 

1.123.8. onAlwaysOnVpnClick(final boolean alwaysOnSetting,final boolean lockdown)


private boolean onAlwaysOnVpnClick(final boolean alwaysOnSetting, final boolean lockdown)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onAlwaysOnVpnClick", "final boolean alwaysOnSetting,final boolean lockdown")); 

1.123.9. onConfirmLockdown(Bundle options,boolean isEnabled,boolean isLockdown)


public void onConfirmLockdown(Bundle options, boolean isEnabled, boolean isLockdown)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onConfirmLockdown", "Bundle options,boolean isEnabled,boolean isLockdown")); 

1.123.10. setAlwaysOnVpnByUI(boolean isEnabled,boolean isLockdown)


private boolean setAlwaysOnVpnByUI(boolean isEnabled, boolean isLockdown)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setAlwaysOnVpnByUI", "boolean isEnabled,boolean isLockdown")); 

1.123.11. setAlwaysOnVpn(boolean isEnabled,boolean isLockdown)


private boolean setAlwaysOnVpn(boolean isEnabled, boolean isLockdown)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setAlwaysOnVpn", "boolean isEnabled,boolean isLockdown")); 

1.123.12. updateUI()


private void updateUI()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUI", "")); 

1.123.13. updateRestrictedViews()


private void updateRestrictedViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateRestrictedViews", "")); 

1.123.14. getAlwaysOnVpnPackage()


private String getAlwaysOnVpnPackage()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getAlwaysOnVpnPackage", "")); 

1.123.15. isVpnAlwaysOn()


private boolean isVpnAlwaysOn()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVpnAlwaysOn", "")); 

1.123.16. loadInfo()


private boolean loadInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"loadInfo", "")); 

1.123.17. appHasVpnPermission(Context context,@NonNull ApplicationInfo application)


static boolean appHasVpnPermission(Context context, @NonNull ApplicationInfo application)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"appHasVpnPermission", "Context context,@NonNull ApplicationInfo application")); 

1.123.18. isAnotherVpnActive()


private boolean isAnotherVpnActive()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAnotherVpnActive", "")); 

1.124. AppMemoryPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppMemoryPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.124.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.124.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.124.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.124.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.125. AppNotificationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppNotificationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.125.1. setParentFragment(AppInfoDashboardFragment parent)


public void setParentFragment(AppInfoDashboardFragment parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setParentFragment", "AppInfoDashboardFragment parent")); 

1.125.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.125.3. getDetailFragmentClass()


protected Class getDetailFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getDetailFragmentClass", "")); 

1.125.4. getArguments()


protected Bundle getArguments()

methodList.add(new ZMethod(mZAndroidAPPClass,"Bundle" ,"getArguments", "")); 

1.125.5. getNotificationSummary(ApplicationsState.AppEntry appEntry,Context context,NotificationBackend backend)


private CharSequence getNotificationSummary(ApplicationsState.AppEntry appEntry, Context context, NotificationBackend backend)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getNotificationSummary", "ApplicationsState.AppEntry appEntry,Context context,NotificationBackend backend")); 

1.125.6. getNotificationSummary(NotificationBackend.AppRow appRow,Context context)


public static CharSequence getNotificationSummary(NotificationBackend.AppRow appRow, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getNotificationSummary", "NotificationBackend.AppRow appRow,Context context")); 

1.126. AppNotificationSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/AppNotificationSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.126.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.126.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.126.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.126.4. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.126.5. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.126.6. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.126.7. populateList()


private void populateList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"populateList", "")); 

1.126.8. populateGroupList()


private void populateGroupList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"populateGroupList", "")); 

1.126.9. populateGroupToggle(final PreferenceGroup parent,NotificationChannelGroup group)


protected void populateGroupToggle(final PreferenceGroup parent, NotificationChannelGroup group)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"populateGroupToggle", "final PreferenceGroup parent,NotificationChannelGroup group")); 

1.126.10. onGroupBlockStateChanged(NotificationChannelGroup group)


protected void onGroupBlockStateChanged(NotificationChannelGroup group)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onGroupBlockStateChanged", "NotificationChannelGroup group")); 

1.127. AppOpenByDefaultPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppOpenByDefaultPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.127.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.127.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.127.3. getDetailFragmentClass()


protected Class getDetailFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getDetailFragmentClass", "")); 

1.128. AppOpsCategory.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appops/AppOpsCategory.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.128.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.128.2. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.128.3. onListItemClick(ListView l,View v,int position,long id)


public void onListItemClick(ListView l, View v, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onListItemClick", "ListView l,View v,int position,long id")); 

1.128.4. onCreateLoader(int id,Bundle args)


public Loader> onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader>" ,"onCreateLoader", "int id,Bundle args")); 

1.128.5. onLoadFinished(Loader> loader,List data)


public void onLoadFinished(Loader> loader, List data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader> loader,List data")); 

1.128.6. onLoaderReset(Loader> loader)


public void onLoaderReset(Loader> loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader> loader")); 

1.129. AppOpsState.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appops/AppOpsState.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.129.1. addOp(List entries,AppOpsManager.PackageOps pkgOps,AppEntry appEntry,AppOpsManager.OpEntry opEntry,boolean allowMerge,int switchOrder)


private void addOp(List entries, AppOpsManager.PackageOps pkgOps, AppEntry appEntry, AppOpsManager.OpEntry opEntry, boolean allowMerge, int switchOrder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addOp", "List entries,AppOpsManager.PackageOps pkgOps,AppEntry appEntry,AppOpsManager.OpEntry opEntry,boolean allowMerge,int switchOrder")); 

1.129.2. getAppOpsManager()


public AppOpsManager getAppOpsManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"AppOpsManager" ,"getAppOpsManager", "")); 

1.129.3. buildState(OpsTemplate tpl)


public List buildState(OpsTemplate tpl)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildState", "OpsTemplate tpl")); 

1.129.4. getAppEntry(final Context context,final HashMap appEntries,final String packageName,ApplicationInfo appInfo)


private AppEntry getAppEntry(final Context context, final HashMap appEntries, final String packageName, ApplicationInfo appInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppEntry" ,"getAppEntry", "final Context context,final HashMap appEntries,final String packageName,ApplicationInfo appInfo")); 

1.129.5. buildState(OpsTemplate tpl,int uid,String packageName)


public List buildState(OpsTemplate tpl, int uid, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildState", "OpsTemplate tpl,int uid,String packageName")); 

1.129.6. buildState(OpsTemplate tpl,int uid,String packageName,Comparator comparator)


public List buildState(OpsTemplate tpl, int uid, String packageName, Comparator comparator)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildState", "OpsTemplate tpl,int uid,String packageName,Comparator comparator")); 

1.130. AppPermissionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppPermissionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.130.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.130.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.130.3. setPackageName(String packageName)


public void setPackageName(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPackageName", "String packageName")); 

1.130.4. startManagePermissionsActivity()


private void startManagePermissionsActivity()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startManagePermissionsActivity", "")); 

1.131. AppPermissions.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppPermissions.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.131.1. getPackageInfo(String packageName)


private PackageInfo getPackageInfo(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"PackageInfo" ,"getPackageInfo", "String packageName")); 

1.131.2. refresh()


public void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.131.3. getPermissionCount()


public int getPermissionCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPermissionCount", "")); 

1.131.4. getGrantedPermissionsCount()


public int getGrantedPermissionsCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getGrantedPermissionsCount", "")); 

1.131.5. loadPermissionGroups()


private void loadPermissionGroups()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadPermissionGroups", "")); 

1.131.6. appSupportsRuntime(ApplicationInfo info)


public static boolean appSupportsRuntime(ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"appSupportsRuntime", "ApplicationInfo info")); 

1.132. AppPermissionsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppPermissionsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.132.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.132.2. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.132.3. getGrantedPermissionGroups(Set permissions)


private Set getGrantedPermissionGroups(Set permissions)

methodList.add(new ZMethod(mZAndroidAPPClass,"Set" ,"getGrantedPermissionGroups", "Set permissions")); 

1.132.4. concatSummaryText(CharSequence currentSummary,String permission)


private CharSequence concatSummaryText(CharSequence currentSummary, String permission)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"concatSummaryText", "CharSequence currentSummary,String permission")); 

1.132.5. getPermissionGroupLabel(String group)


private CharSequence getPermissionGroupLabel(String group)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getPermissionGroupLabel", "String group")); 

1.132.6. getAllPermissionsInGroups()


private Set getAllPermissionsInGroups()

methodList.add(new ZMethod(mZAndroidAPPClass,"Set" ,"getAllPermissionsInGroups", "")); 

1.133. AppPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/AppPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.133.1. onCreate(Bundle icicle)


protected void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.133.2. onResume()


protected void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.133.3. onStop()


protected void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.133.4. onListItemClick(ListView l,View v,int position,long id)


protected void onListItemClick(ListView l, View v, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onListItemClick", "ListView l,View v,int position,long id")); 

1.134. AppPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/AppPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.134.1. getPackageInfo()


public PackageInfo getPackageInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"PackageInfo" ,"getPackageInfo", "")); 

1.134.2. getLabel()


public String getLabel()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLabel", "")); 

1.134.3. getPackageName()


public String getPackageName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPackageName", "")); 

1.134.4. getUserContext()


private Context getUserContext() throws PackageManager.NameNotFoundException

methodList.add(new ZMethod(mZAndroidAPPClass,"Context" ,"getUserContext", "")); 

1.134.5. compareTo(Preference preference)


public int compareTo(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"compareTo", "Preference preference")); 

1.135. AppPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/AppPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.135.1. setProgress(int amount)


public void setProgress(int amount)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProgress", "int amount")); 

1.135.2. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.136. AppPrefLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/AppPrefLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.136.1. loadInBackground()


public ArraySet loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArraySet" ,"loadInBackground", "")); 

1.136.2. onDiscardResult(ArraySet result)


protected void onDiscardResult(ArraySet result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDiscardResult", "ArraySet result")); 

1.137. AppRestrictionPredicate.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/AppRestrictionPredicate.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.137.1. test(AppInfo appInfo)


public boolean test(AppInfo appInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"test", "AppInfo appInfo")); 

1.138. AppRestrictionsFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/AppRestrictionsFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.138.1. init(Bundle icicle)


protected void init(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "Bundle icicle")); 

1.138.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.138.3. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.138.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.138.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.138.6. onPackageChanged(Intent intent)


private void onPackageChanged(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageChanged", "Intent intent")); 

1.138.7. getAppPreferenceGroup()


protected PreferenceGroup getAppPreferenceGroup()

methodList.add(new ZMethod(mZAndroidAPPClass,"PreferenceGroup" ,"getAppPreferenceGroup", "")); 

1.138.8. onDisableUiForPackage(String packageName)


public void onDisableUiForPackage(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisableUiForPackage", "String packageName")); 

1.138.9. isPlatformSigned(PackageInfo pi)


private boolean isPlatformSigned(PackageInfo pi)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPlatformSigned", "PackageInfo pi")); 

1.138.10. isAppEnabledForUser(PackageInfo pi)


private boolean isAppEnabledForUser(PackageInfo pi)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAppEnabledForUser", "PackageInfo pi")); 

1.138.11. populateApps()


private void populateApps()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"populateApps", "")); 

1.138.12. getPackageSummary(PackageInfo pi,AppRestrictionsHelper.SelectableAppInfo app)


private String getPackageSummary(PackageInfo pi, AppRestrictionsHelper.SelectableAppInfo app)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPackageSummary", "PackageInfo pi,AppRestrictionsHelper.SelectableAppInfo app")); 

1.138.13. isAppUnsupportedInRestrictedProfile(PackageInfo pi)


private static boolean isAppUnsupportedInRestrictedProfile(PackageInfo pi)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAppUnsupportedInRestrictedProfile", "PackageInfo pi")); 

1.138.14. addLocationAppRestrictionsPreference(AppRestrictionsHelper.SelectableAppInfo app,AppRestrictionsPreference p)


private void addLocationAppRestrictionsPreference(AppRestrictionsHelper.SelectableAppInfo app, AppRestrictionsPreference p)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addLocationAppRestrictionsPreference", "AppRestrictionsHelper.SelectableAppInfo app,AppRestrictionsPreference p")); 

1.138.15. getKeyForPackage(String packageName)


private String getKeyForPackage(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKeyForPackage", "String packageName")); 

1.138.16. resolveInfoListHasPackage(List receivers,String packageName)


private boolean resolveInfoListHasPackage(List receivers, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"resolveInfoListHasPackage", "List receivers,String packageName")); 

1.138.17. updateAllEntries(String prefKey,boolean checked)


private void updateAllEntries(String prefKey, boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAllEntries", "String prefKey,boolean checked")); 

1.138.18. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.138.19. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.138.20. removeRestrictionsForApp(AppRestrictionsPreference preference)


private void removeRestrictionsForApp(AppRestrictionsPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeRestrictionsForApp", "AppRestrictionsPreference preference")); 

1.138.21. onAppSettingsIconClicked(AppRestrictionsPreference preference)


private void onAppSettingsIconClicked(AppRestrictionsPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAppSettingsIconClicked", "AppRestrictionsPreference preference")); 

1.138.22. requestRestrictionsForApp(String packageName,AppRestrictionsPreference preference,boolean invokeIfCustom)


private void requestRestrictionsForApp(String packageName, AppRestrictionsPreference preference, boolean invokeIfCustom)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"requestRestrictionsForApp", "String packageName,AppRestrictionsPreference preference,boolean invokeIfCustom")); 

1.138.23. onRestrictionsReceived(AppRestrictionsPreference preference,ArrayList restrictions)


private void onRestrictionsReceived(AppRestrictionsPreference preference, ArrayList restrictions)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestrictionsReceived", "AppRestrictionsPreference preference,ArrayList restrictions")); 

1.138.24. generateCustomActivityRequestCode(AppRestrictionsPreference preference)


private int generateCustomActivityRequestCode(AppRestrictionsPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"generateCustomActivityRequestCode", "AppRestrictionsPreference preference")); 

1.138.25. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.138.26. findInArray(String[] choiceEntries,String[] choiceValues,String selectedString)


private String findInArray(String[] choiceEntries, String[] choiceValues, String selectedString)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"findInArray", "String[] choiceEntries,String[] choiceValues,String selectedString")); 

1.138.27. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.139. AppSettingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppSettingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.139.1. setPackageName(String packageName)


public AppSettingPreferenceController setPackageName(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppSettingPreferenceController" ,"setPackageName", "String packageName")); 

1.139.2. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.139.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.139.4. resolveIntent(Intent i)


private Intent resolveIntent(Intent i)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"resolveIntent", "Intent i")); 

1.140. AppsNotRespondingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/AppsNotRespondingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.140.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.140.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.140.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.140.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.141. AppStateAppOpsBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStateAppOpsBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.141.1. isThisUserAProfileOfCurrentUser(final int userId)


private boolean isThisUserAProfileOfCurrentUser(final int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isThisUserAProfileOfCurrentUser", "final int userId")); 

1.141.2. updateExtraInfo(AppEntry app,String pkg,int uid)


protected abstract void updateExtraInfo(AppEntry app, String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry app,String pkg,int uid")); 

1.141.3. doesAnyPermissionMatch(String permissionToMatch,String[] permissions)


private boolean doesAnyPermissionMatch(String permissionToMatch, String[] permissions)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"doesAnyPermissionMatch", "String permissionToMatch,String[] permissions")); 

1.141.4. getPermissionInfo(String pkg,int uid)


public PermissionState getPermissionInfo(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"PermissionState" ,"getPermissionInfo", "String pkg,int uid")); 

1.141.5. loadAllExtraInfo()


protected void loadAllExtraInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAllExtraInfo", "")); 

1.141.6. getEntries()


private SparseArray> getEntries()

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseArray>" ,"getEntries", "")); 

1.141.7. loadPermissionsStates(SparseArray> entries)


private void loadPermissionsStates(SparseArray> entries)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadPermissionsStates", "SparseArray> entries")); 

1.141.8. loadAppOpsStates(SparseArray> entries)


private void loadAppOpsStates(SparseArray> entries)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAppOpsStates", "SparseArray> entries")); 

1.141.9. shouldIgnorePackage(String packageName)


private boolean shouldIgnorePackage(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldIgnorePackage", "String packageName")); 

1.141.10. getNumPackagesDeclaredPermission()


public int getNumPackagesDeclaredPermission()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumPackagesDeclaredPermission", "")); 

1.141.11. getNumPackagesAllowedByAppOps()


public int getNumPackagesAllowedByAppOps()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumPackagesAllowedByAppOps", "")); 

1.142. AppStateBaseBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStateBaseBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.142.1. resume()


public void resume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resume", "")); 

1.142.2. pause()


public void pause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pause", "")); 

1.142.3. release()


public void release()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"release", "")); 

1.142.4. forceUpdate(String pkg,int uid)


public void forceUpdate(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"forceUpdate", "String pkg,int uid")); 

1.142.5. onPackageListChanged()


public void onPackageListChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageListChanged", "")); 

1.142.6. onLoadEntriesCompleted()


public void onLoadEntriesCompleted()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadEntriesCompleted", "")); 

1.142.7. onRunningStateChanged(boolean running)


public void onRunningStateChanged(boolean running)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRunningStateChanged", "boolean running")); 

1.142.8. onRebuildComplete(ArrayList apps)


public void onRebuildComplete(ArrayList apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRebuildComplete", "ArrayList apps")); 

1.142.9. onPackageIconChanged()


public void onPackageIconChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageIconChanged", "")); 

1.142.10. onPackageSizeChanged(String packageName)


public void onPackageSizeChanged(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageSizeChanged", "String packageName")); 

1.142.11. onAllSizesComputed()


public void onAllSizesComputed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAllSizesComputed", "")); 

1.142.12. onLauncherInfoChanged()


public void onLauncherInfoChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLauncherInfoChanged", "")); 

1.142.13. loadAllExtraInfo()


protected abstract void loadAllExtraInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAllExtraInfo", "")); 

1.142.14. updateExtraInfo(AppEntry app,String pkg,int uid)


protected abstract void updateExtraInfo(AppEntry app, String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry app,String pkg,int uid")); 

1.143. AppStateChangeWifiStateBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/AppStateChangeWifiStateBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.143.1. updateExtraInfo(AppEntry app,String pkg,int uid)


protected void updateExtraInfo(AppEntry app, String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry app,String pkg,int uid")); 

1.143.2. loadAllExtraInfo()


protected void loadAllExtraInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAllExtraInfo", "")); 

1.143.3. getWifiSettingsInfo(String pkg,int uid)


public WifiSettingsState getWifiSettingsInfo(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"WifiSettingsState" ,"getWifiSettingsInfo", "String pkg,int uid")); 

1.144. AppStateDataUsageBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/AppStateDataUsageBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.144.1. loadAllExtraInfo()


protected void loadAllExtraInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAllExtraInfo", "")); 

1.144.2. updateExtraInfo(AppEntry app,String pkg,int uid)


protected void updateExtraInfo(AppEntry app, String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry app,String pkg,int uid")); 

1.145. AppStateDirectoryAccessBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStateDirectoryAccessBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.145.1. loadAllExtraInfo()


protected void loadAllExtraInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAllExtraInfo", "")); 

1.145.2. updateExtraInfo(AppEntry app,String pkg,int uid)


protected void updateExtraInfo(AppEntry app, String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry app,String pkg,int uid")); 

1.146. AppStateInstallAppsBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStateInstallAppsBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.146.1. updateExtraInfo(AppEntry app,String packageName,int uid)


protected void updateExtraInfo(AppEntry app, String packageName, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry app,String packageName,int uid")); 

1.146.2. loadAllExtraInfo()


protected void loadAllExtraInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAllExtraInfo", "")); 

1.146.3. hasRequestedAppOpPermission(String permission,String packageName)


private boolean hasRequestedAppOpPermission(String permission, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasRequestedAppOpPermission", "String permission,String packageName")); 

1.146.4. hasPermission(String permission,int uid)


private boolean hasPermission(String permission, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasPermission", "String permission,int uid")); 

1.146.5. getAppOpMode(int appOpCode,int uid,String packageName)


private int getAppOpMode(int appOpCode, int uid, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAppOpMode", "int appOpCode,int uid,String packageName")); 

1.146.6. createInstallAppsStateFor(String packageName,int uid)


public InstallAppsState createInstallAppsStateFor(String packageName, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"InstallAppsState" ,"createInstallAppsStateFor", "String packageName,int uid")); 

1.147. AppStateNotificationBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStateNotificationBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.147.1. loadAllExtraInfo()


protected void loadAllExtraInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAllExtraInfo", "")); 

1.147.2. updateExtraInfo(AppEntry entry,String pkg,int uid)


protected void updateExtraInfo(AppEntry entry, String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry entry,String pkg,int uid")); 

1.147.3. getSummary(Context context,NotificationsSentState state,boolean sortByRecency)


public static CharSequence getSummary(Context context, NotificationsSentState state, boolean sortByRecency)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context,NotificationsSentState state,boolean sortByRecency")); 

1.147.4. addBlockStatus(AppEntry entry,NotificationsSentState stats)


private void addBlockStatus(AppEntry entry, NotificationsSentState stats)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addBlockStatus", "AppEntry entry,NotificationsSentState stats")); 

1.147.5. calculateAvgSentCounts(NotificationsSentState stats)


private void calculateAvgSentCounts(NotificationsSentState stats)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"calculateAvgSentCounts", "NotificationsSentState stats")); 

1.147.6. getAggregatedUsageEvents()


protected Map getAggregatedUsageEvents()

methodList.add(new ZMethod(mZAndroidAPPClass,"Map" ,"getAggregatedUsageEvents", "")); 

1.147.7. getAggregatedUsageEvents(int userId,String pkg)


protected NotificationsSentState getAggregatedUsageEvents(int userId, String pkg)

methodList.add(new ZMethod(mZAndroidAPPClass,"NotificationsSentState" ,"getAggregatedUsageEvents", "int userId,String pkg")); 

1.147.8. getNotificationsSentState(AppEntry entry)


private static NotificationsSentState getNotificationsSentState(AppEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"NotificationsSentState" ,"getNotificationsSentState", "AppEntry entry")); 

1.147.9. getKey(int userId,String pkg)


protected static String getKey(int userId, String pkg)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKey", "int userId,String pkg")); 

1.147.10. getSwitchOnClickListener(final AppEntry entry)


public View.OnClickListener getSwitchOnClickListener(final AppEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"View.OnClickListener" ,"getSwitchOnClickListener", "final AppEntry entry")); 

1.147.11. enableSwitch(AppEntry entry)


public static final boolean enableSwitch(AppEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"enableSwitch", "AppEntry entry")); 

1.147.12. checkSwitch(AppEntry entry)


public static final boolean checkSwitch(AppEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"checkSwitch", "AppEntry entry")); 

1.148. AppStateOverlayBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStateOverlayBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.148.1. updateExtraInfo(AppEntry app,String pkg,int uid)


protected void updateExtraInfo(AppEntry app, String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry app,String pkg,int uid")); 

1.148.2. getOverlayInfo(String pkg,int uid)


public OverlayState getOverlayInfo(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"OverlayState" ,"getOverlayInfo", "String pkg,int uid")); 

1.148.3. getNumberOfPackagesWithPermission()


public int getNumberOfPackagesWithPermission()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfPackagesWithPermission", "")); 

1.148.4. getNumberOfPackagesCanDrawOverlay()


public int getNumberOfPackagesCanDrawOverlay()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfPackagesCanDrawOverlay", "")); 

1.149. AppStatePowerBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStatePowerBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.149.1. loadAllExtraInfo()


protected void loadAllExtraInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAllExtraInfo", "")); 

1.149.2. updateExtraInfo(AppEntry app,String pkg,int uid)


protected void updateExtraInfo(AppEntry app, String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry app,String pkg,int uid")); 

1.150. AppStateSmsPremBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStateSmsPremBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.150.1. loadAllExtraInfo()


protected void loadAllExtraInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAllExtraInfo", "")); 

1.150.2. updateExtraInfo(AppEntry app,String pkg,int uid)


protected void updateExtraInfo(AppEntry app, String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry app,String pkg,int uid")); 

1.150.3. getState(String pkg)


public SmsState getState(String pkg)

methodList.add(new ZMethod(mZAndroidAPPClass,"SmsState" ,"getState", "String pkg")); 

1.150.4. getSmsState(String pkg)


private int getSmsState(String pkg)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSmsState", "String pkg")); 

1.150.5. setSmsState(String pkg,int state)


public void setSmsState(String pkg, int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSmsState", "String pkg,int state")); 

1.151. AppStateUsageBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStateUsageBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.151.1. updateExtraInfo(AppEntry app,String pkg,int uid)


protected void updateExtraInfo(AppEntry app, String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry app,String pkg,int uid")); 

1.151.2. getUsageInfo(String pkg,int uid)


public UsageState getUsageInfo(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"UsageState" ,"getUsageInfo", "String pkg,int uid")); 

1.152. AppStateWriteSettingsBridge.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStateWriteSettingsBridge.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.152.1. updateExtraInfo(AppEntry app,String pkg,int uid)


protected void updateExtraInfo(AppEntry app, String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateExtraInfo", "AppEntry app,String pkg,int uid")); 

1.152.2. getWriteSettingsInfo(String pkg,int uid)


public WriteSettingsState getWriteSettingsInfo(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"WriteSettingsState" ,"getWriteSettingsInfo", "String pkg,int uid")); 

1.152.3. getNumberOfPackagesWithPermission()


public int getNumberOfPackagesWithPermission()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfPackagesWithPermission", "")); 

1.152.4. getNumberOfPackagesCanWriteSettings()


public int getNumberOfPackagesCanWriteSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfPackagesCanWriteSettings", "")); 

1.153. AppStoragePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppStoragePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.153.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.153.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.153.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.153.4. getDetailFragmentClass()


protected Class getDetailFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getDetailFragmentClass", "")); 

1.153.5. getStorageSummary(StorageStatsSource.AppStorageStats stats,boolean isExternal)


CharSequence getStorageSummary(StorageStatsSource.AppStorageStats stats, boolean isExternal)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getStorageSummary", "StorageStatsSource.AppStorageStats stats,boolean isExternal")); 

1.153.6. onCreateLoader(int id,Bundle args)


public Loader onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader" ,"onCreateLoader", "int id,Bundle args")); 

1.153.7. onLoadFinished(Loader loader,StorageStatsSource.AppStorageStats result)


public void onLoadFinished(Loader loader, StorageStatsSource.AppStorageStats result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader loader,StorageStatsSource.AppStorageStats result")); 

1.153.8. onLoaderReset(Loader loader)


public void onLoaderReset(Loader loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader loader")); 

1.154. AppStorageSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStorageSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.154.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.154.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.154.3. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.154.4. setupViews()


private void setupViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupViews", "")); 

1.154.5. handleClearCacheClick()


void handleClearCacheClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleClearCacheClick", "")); 

1.154.6. handleClearDataClick()


void handleClearDataClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleClearDataClick", "")); 

1.154.7. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.154.8. isMoveInProgress()


private boolean isMoveInProgress()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isMoveInProgress", "")); 

1.154.9. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.154.10. refreshUi()


protected boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.154.11. refreshButtons()


private void refreshButtons()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshButtons", "")); 

1.154.12. initDataButtons()


private void initDataButtons()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initDataButtons", "")); 

1.154.13. initMoveDialog()


private void initMoveDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initMoveDialog", "")); 

1.154.14. initiateClearUserData()


private void initiateClearUserData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initiateClearUserData", "")); 

1.154.15. processClearMsg(Message msg)


private void processClearMsg(Message msg)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"processClearMsg", "Message msg")); 

1.154.16. refreshGrantedUriPermissions()


private void refreshGrantedUriPermissions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshGrantedUriPermissions", "")); 

1.154.17. clearUriPermissions()


private void clearUriPermissions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearUriPermissions", "")); 

1.154.18. removeUriPermissionsFromUi()


private void removeUriPermissionsFromUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeUriPermissionsFromUi", "")); 

1.154.19. createDialog(int id,int errorCode)


protected AlertDialog createDialog(int id, int errorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id,int errorCode")); 

1.154.20. onPackageSizeChanged(String packageName)


public void onPackageSizeChanged(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageSizeChanged", "String packageName")); 

1.154.21. onCreateLoader(int id,Bundle args)


public Loader onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader" ,"onCreateLoader", "int id,Bundle args")); 

1.154.22. onLoadFinished(Loader loader,AppStorageStats result)


public void onLoadFinished(Loader loader, AppStorageStats result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader loader,AppStorageStats result")); 

1.154.23. onLoaderReset(Loader loader)


public void onLoaderReset(Loader loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader loader")); 

1.154.24. updateSize()


private void updateSize()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSize", "")); 

1.154.25. updateUiWithSize(AppStorageStats result)


void updateUiWithSize(AppStorageStats result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUiWithSize", "AppStorageStats result")); 

1.154.26. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.155. AppStorageSizesController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStorageSizesController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.155.1. updateUi(Context context)


public void updateUi(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUi", "Context context")); 

1.155.2. setResult(StorageStatsSource.AppStorageStats result)


public void setResult(StorageStatsSource.AppStorageStats result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setResult", "StorageStatsSource.AppStorageStats result")); 

1.155.3. setCacheCleared(boolean isCleared)


public void setCacheCleared(boolean isCleared)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCacheCleared", "boolean isCleared")); 

1.155.4. setDataCleared(boolean isCleared)


public void setDataCleared(boolean isCleared)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDataCleared", "boolean isCleared")); 

1.155.5. getLastResult()


public StorageStatsSource.AppStorageStats getLastResult()

methodList.add(new ZMethod(mZAndroidAPPClass,"StorageStatsSource.AppStorageStats" ,"getLastResult", "")); 

1.155.6. getSizeStr(Context context,long size)


private String getSizeStr(Context context, long size)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSizeStr", "Context context,long size")); 

1.156. AppStoreUtil.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppStoreUtil.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.156.1. resolveIntent(Context context,Intent i)


private static Intent resolveIntent(Context context, Intent i)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"resolveIntent", "Context context,Intent i")); 

1.156.2. getInstallerPackageName(Context context,String packageName)


public static String getInstallerPackageName(Context context, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getInstallerPackageName", "Context context,String packageName")); 

1.156.3. getAppStoreLink(Context context,String installerPackageName,String packageName)


public static Intent getAppStoreLink(Context context, String installerPackageName, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getAppStoreLink", "Context context,String installerPackageName,String packageName")); 

1.156.4. getAppStoreLink(Context context,String packageName)


public static Intent getAppStoreLink(Context context, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getAppStoreLink", "Context context,String packageName")); 

1.157. AppSwitchPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/AppSwitchPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.157.1. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.158. AppVersionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/AppVersionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.158.1. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.159. AppViewHolder.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/AppViewHolder.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.159.1. createOrRecycle(LayoutInflater inflater,View convertView)


public static AppViewHolder createOrRecycle(LayoutInflater inflater, View convertView)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppViewHolder" ,"createOrRecycle", "LayoutInflater inflater,View convertView")); 

1.160. AppVpnInfo.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/AppVpnInfo.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.160.1. compareTo(Object other)


public int compareTo(Object other)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"compareTo", "Object other")); 

1.160.2. equals(Object other)


public boolean equals(Object other)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"equals", "Object other")); 

1.160.3. hashCode()


public int hashCode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"hashCode", "")); 

1.161. AppWidgetLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/AppWidgetLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.161.1. putCustomAppWidgets(List items,Intent intent)


void putCustomAppWidgets(List items, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"putCustomAppWidgets", "List items,Intent intent")); 

1.161.2. putAppWidgetItems(List appWidgets,List customExtras,List items,int categoryFilter,boolean ignoreFilter)


void putAppWidgetItems(List appWidgets, List customExtras, List items, int categoryFilter, boolean ignoreFilter)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"putAppWidgetItems", "List appWidgets,List customExtras,List items,int categoryFilter,boolean ignoreFilter")); 

1.161.3. getItems(Intent intent)


protected List getItems(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getItems", "Intent intent")); 

1.161.4. putInstalledAppWidgets(List items,int categoryFilter)


void putInstalledAppWidgets(List items, int categoryFilter)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"putInstalledAppWidgets", "List items,int categoryFilter")); 

1.162. AppWidgetPickActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/AppWidgetPickActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.162.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.162.2. getItems()


protected List getItems()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getItems", "")); 

1.162.3. createItem(Context context,AppWidgetProviderInfo info,Bundle extras)


public PickAdapter.Item createItem(Context context, AppWidgetProviderInfo info, Bundle extras)

methodList.add(new ZMethod(mZAndroidAPPClass,"PickAdapter.Item" ,"createItem", "Context context,AppWidgetProviderInfo info,Bundle extras")); 

1.162.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.162.5. setResultData(int code,Intent intent)


void setResultData(int code, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setResultData", "int code,Intent intent")); 

1.163. AppWithAdminGrantedPermissionsCounter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppWithAdminGrantedPermissionsCounter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.163.1. includeInCount(ApplicationInfo info)


protected boolean includeInCount(ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"includeInCount", "ApplicationInfo info")); 

1.163.2. includeInCount(String[] permissions,DevicePolicyManager devicePolicyManager,PackageManagerWrapper packageManager,IPackageManager packageManagerService,ApplicationInfo info)


public static boolean includeInCount(String[] permissions, DevicePolicyManager devicePolicyManager, PackageManagerWrapper packageManager, IPackageManager packageManagerService, ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"includeInCount", "String[] permissions,DevicePolicyManager devicePolicyManager,PackageManagerWrapper packageManager,IPackageManager packageManagerService,ApplicationInfo info")); 

1.164. AppWithAdminGrantedPermissionsLister.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/AppWithAdminGrantedPermissionsLister.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.164.1. includeInCount(ApplicationInfo info)


protected boolean includeInCount(ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"includeInCount", "ApplicationInfo info")); 

1.165. AspectRatioFrameLayout.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/AspectRatioFrameLayout.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.165.1. setAspectRatio(float aspectRadio)


public void setAspectRatio(float aspectRadio)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAspectRatio", "float aspectRadio")); 

1.165.2. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.166. AssistContextPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/assist/AssistContextPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.166.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.166.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.166.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.166.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.166.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.166.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.166.7. updatePreference()


private void updatePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreference", "")); 

1.166.8. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.166.9. isChecked(Context context)


static boolean isChecked(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "Context context")); 

1.167. AssistFlashScreenPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/assist/AssistFlashScreenPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.167.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.167.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.167.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.167.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.167.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.167.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.167.7. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.167.8. updatePreference()


private void updatePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreference", "")); 

1.167.9. willShowFlash(ComponentName assistant)


boolean willShowFlash(ComponentName assistant)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"willShowFlash", "ComponentName assistant")); 

1.167.10. isPreInstalledAssistant(ComponentName assistant)


boolean isPreInstalledAssistant(ComponentName assistant)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPreInstalledAssistant", "ComponentName assistant")); 

1.167.11. allowDisablingAssistDisclosure()


boolean allowDisablingAssistDisclosure()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"allowDisablingAssistDisclosure", "")); 

1.167.12. getCurrentAssist()


private ComponentName getCurrentAssist()

methodList.add(new ZMethod(mZAndroidAPPClass,"ComponentName" ,"getCurrentAssist", "")); 

1.168. AssistGestureFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/AssistGestureFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.169. AssistGestureFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/AssistGestureFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.169.1. isSupported(Context context)


public boolean isSupported(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSupported", "Context context")); 

1.169.2. isSensorAvailable(Context context)


public boolean isSensorAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSensorAvailable", "Context context")); 

1.169.3. getControllers(Context context,Lifecycle lifecycle)


public List getControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getControllers", "Context context,Lifecycle lifecycle")); 

1.170. AssistGestureSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/AssistGestureSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.170.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.170.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.170.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.170.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.170.5. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.171. AssistGestureSettingsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/AssistGestureSettingsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.171.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.171.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.171.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.171.4. setAssistOnly(boolean assistOnly)


public AssistGestureSettingsPreferenceController setAssistOnly(boolean assistOnly)

methodList.add(new ZMethod(mZAndroidAPPClass,"AssistGestureSettingsPreferenceController" ,"setAssistOnly", "boolean assistOnly")); 

1.171.5. updatePreference()


private void updatePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreference", "")); 

1.171.6. isAssistGestureEnabled()


private boolean isAssistGestureEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAssistGestureEnabled", "")); 

1.171.7. isSilenceGestureEnabled()


private boolean isSilenceGestureEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSilenceGestureEnabled", "")); 

1.171.8. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.171.9. getVideoPrefKey()


protected String getVideoPrefKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVideoPrefKey", "")); 

1.171.10. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.171.11. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.171.12. getResultPayload()


public ResultPayload getResultPayload()

methodList.add(new ZMethod(mZAndroidAPPClass,"ResultPayload" ,"getResultPayload", "")); 

1.172. AssistScreenshotPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/assist/AssistScreenshotPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.172.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.172.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.172.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.172.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.172.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.172.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.172.7. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.172.8. updatePreference()


private void updatePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreference", "")); 

1.173. AssistSettingObserver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/assist/AssistSettingObserver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.173.1. register(ContentResolver cr,boolean register)


public void register(ContentResolver cr, boolean register)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"register", "ContentResolver cr,boolean register")); 

1.173.2. onChange(boolean selfChange,Uri uri)


public void onChange(boolean selfChange, Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onChange", "boolean selfChange,Uri uri")); 

1.173.3. getSettingUris()


protected abstract List getSettingUris()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSettingUris", "")); 

1.173.4. onSettingChange()


public abstract void onSettingChange()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSettingChange", "")); 

1.174. AudioHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/AudioHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.174.1. isSingleVolume()


public boolean isSingleVolume()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSingleVolume", "")); 

1.174.2. getManagedProfileId(UserManager um)


public int getManagedProfileId(UserManager um)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getManagedProfileId", "UserManager um")); 

1.174.3. isUserUnlocked(UserManager um,@UserIdInt int userId)


public boolean isUserUnlocked(UserManager um, @UserIdInt int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUserUnlocked", "UserManager um,@UserIdInt int userId")); 

1.174.4. createPackageContextAsUser(@UserIdInt int profileId)


public Context createPackageContextAsUser(@UserIdInt int profileId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Context" ,"createPackageContextAsUser", "@UserIdInt int profileId")); 

1.174.5. getRingerModeInternal()


public int getRingerModeInternal()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getRingerModeInternal", "")); 

1.174.6. getLastAudibleStreamVolume(int stream)


public int getLastAudibleStreamVolume(int stream)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getLastAudibleStreamVolume", "int stream")); 

1.174.7. getStreamVolume(int stream)


public int getStreamVolume(int stream)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getStreamVolume", "int stream")); 

1.174.8. setStreamVolume(int stream,int volume)


public boolean setStreamVolume(int stream, int volume)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setStreamVolume", "int stream,int volume")); 

1.174.9. getMaxVolume(int stream)


public int getMaxVolume(int stream)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMaxVolume", "int stream")); 

1.175. AudioSwitchPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/sound/AudioSwitchPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.175.1. getAvailabilityStatus()


public final int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.175.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.175.3. setActiveBluetoothDevice(BluetoothDevice device)


public abstract void setActiveBluetoothDevice(BluetoothDevice device)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setActiveBluetoothDevice", "BluetoothDevice device")); 

1.175.4. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.175.5. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.175.6. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.175.7. onConnectionStateChanged(CachedBluetoothDevice cachedDevice,int state)


public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onConnectionStateChanged", "CachedBluetoothDevice cachedDevice,int state")); 

1.175.8. onActiveDeviceChanged(CachedBluetoothDevice activeDevice,int bluetoothProfile)


public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActiveDeviceChanged", "CachedBluetoothDevice activeDevice,int bluetoothProfile")); 

1.175.9. onAudioModeChanged()


public void onAudioModeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAudioModeChanged", "")); 

1.175.10. onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice,int state,int bluetoothProfile)


public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, int bluetoothProfile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProfileConnectionStateChanged", "CachedBluetoothDevice cachedDevice,int state,int bluetoothProfile")); 

1.175.11. onBluetoothStateChanged(int bluetoothState)


public void onBluetoothStateChanged(int bluetoothState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBluetoothStateChanged", "int bluetoothState")); 

1.175.12. onScanningStateChanged(boolean started)


public void onScanningStateChanged(boolean started)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onScanningStateChanged", "boolean started")); 

1.175.13. onDeviceAdded(CachedBluetoothDevice cachedDevice)


public void onDeviceAdded(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAdded", "CachedBluetoothDevice cachedDevice")); 

1.175.14. onDeviceDeleted(CachedBluetoothDevice cachedDevice)


public void onDeviceDeleted(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceDeleted", "CachedBluetoothDevice cachedDevice")); 

1.175.15. onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice,int bondState)


public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceBondStateChanged", "CachedBluetoothDevice cachedDevice,int bondState")); 

1.175.16. setCallback(AudioSwitchCallback callback)


public void setCallback(AudioSwitchCallback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCallback", "AudioSwitchCallback callback")); 

1.175.17. isStreamFromOutputDevice(int streamType,int device)


protected boolean isStreamFromOutputDevice(int streamType, int device)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isStreamFromOutputDevice", "int streamType,int device")); 

1.175.18. getConnectedHfpDevices()


protected List getConnectedHfpDevices()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getConnectedHfpDevices", "")); 

1.175.19. getConnectedA2dpDevices()


protected List getConnectedA2dpDevices()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getConnectedA2dpDevices", "")); 

1.175.20. getConnectedHearingAidDevices()


protected List getConnectedHearingAidDevices()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getConnectedHearingAidDevices", "")); 

1.175.21. findActiveDevice(int streamType)


protected BluetoothDevice findActiveDevice(int streamType)

methodList.add(new ZMethod(mZAndroidAPPClass,"BluetoothDevice" ,"findActiveDevice", "int streamType")); 

1.175.22. getDefaultDeviceIndex()


int getDefaultDeviceIndex()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultDeviceIndex", "")); 

1.175.23. setupPreferenceEntries(CharSequence[] mediaOutputs,CharSequence[] mediaValues,BluetoothDevice activeDevice)


void setupPreferenceEntries(CharSequence[] mediaOutputs, CharSequence[] mediaValues, BluetoothDevice activeDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupPreferenceEntries", "CharSequence[] mediaOutputs,CharSequence[] mediaValues,BluetoothDevice activeDevice")); 

1.175.24. setPreference(CharSequence[] mediaOutputs,CharSequence[] mediaValues,Preference preference)


void setPreference(CharSequence[] mediaOutputs, CharSequence[] mediaValues, Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreference", "CharSequence[] mediaOutputs,CharSequence[] mediaValues,Preference preference")); 

1.175.25. getConnectedDeviceIndex(String hardwareAddress)


private int getConnectedDeviceIndex(String hardwareAddress)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getConnectedDeviceIndex", "String hardwareAddress")); 

1.175.26. register()


private void register()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"register", "")); 

1.175.27. unregister()


private void unregister()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregister", "")); 

1.176. AutoBatterySaverPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/AutoBatterySaverPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.176.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.176.2. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.176.3. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.177. AutoBatterySeekBarPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/AutoBatterySeekBarPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.177.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.177.2. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.177.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.177.4. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.177.5. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.177.6. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.177.7. updatePreference(Preference preference)


void updatePreference(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreference", "Preference preference")); 

1.178. AutoBrightnessPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/AutoBrightnessPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.178.1. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.178.2. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.178.3. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.178.4. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.178.5. getResultPayload()


public ResultPayload getResultPayload()

methodList.add(new ZMethod(mZAndroidAPPClass,"ResultPayload" ,"getResultPayload", "")); 

1.179. AutoBrightnessSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/AutoBrightnessSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.179.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.179.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.179.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.179.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.179.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.180. AutofillPickerActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/autofill/AutofillPickerActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.180.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.180.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.181. AutofillPickerTrampolineActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/autofill/AutofillPickerTrampolineActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.181.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.182. AutomaticStorageManagementSwitchPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/AutomaticStorageManagementSwitchPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.182.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.182.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.182.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.182.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.182.5. onSwitchToggled(boolean isChecked)


public boolean onSwitchToggled(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onSwitchToggled", "boolean isChecked")); 

1.183. AutomaticStorageManagerDescriptionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deletionhelper/AutomaticStorageManagerDescriptionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.183.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.183.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.183.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.184. AutomaticStorageManagerSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deletionhelper/AutomaticStorageManagerSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.184.1. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.184.2. initializeDaysToRetainPreference()


private void initializeDaysToRetainPreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeDaysToRetainPreference", "")); 

1.184.3. initializeSwitchBar()


private void initializeSwitchBar()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeSwitchBar", "")); 

1.184.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.184.5. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.184.6. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.184.7. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.184.8. onDestroyView()


public void onDestroyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyView", "")); 

1.184.9. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.184.10. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.184.11. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.184.12. daysValueToIndex(int value,String[] indices)


private static int daysValueToIndex(int value, String[] indices)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"daysValueToIndex", "int value,String[] indices")); 

1.184.13. buildPreferenceControllers(Context context)


private static List buildPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context")); 

1.185. AutomaticStorageManagerSwitchBarController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deletionhelper/AutomaticStorageManagerSwitchBarController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.185.1. initializeCheckedStatus()


private void initializeCheckedStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeCheckedStatus", "")); 

1.185.2. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.185.3. tearDown()


public void tearDown()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"tearDown", "")); 

1.185.4. maybeShowWarning()


private void maybeShowWarning()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"maybeShowWarning", "")); 

1.186. AutoRestrictionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/AutoRestrictionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.186.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.186.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.186.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.187. AutoRotatePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/AutoRotatePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.187.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.187.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.187.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.187.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.187.5. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.187.6. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.187.7. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.188. AutoSyncDataPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/AutoSyncDataPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.188.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.188.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.188.3. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.188.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.189. AutoSyncPersonalDataPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/AutoSyncPersonalDataPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.189.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.189.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.190. AutoSyncWorkDataPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/AutoSyncWorkDataPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.190.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.190.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.191. AutoTimeFormatPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/AutoTimeFormatPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.191.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.191.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.191.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.191.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.191.5. is24HourLocale(Locale locale)


boolean is24HourLocale(Locale locale)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"is24HourLocale", "Locale locale")); 

1.191.6. isAutoTimeFormatSelection(Context context)


static boolean isAutoTimeFormatSelection(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAutoTimeFormatSelection", "Context context")); 

1.192. AutoTimePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/AutoTimePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.192.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.192.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.192.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.192.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.192.5. isEnabled()


public boolean isEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEnabled", "")); 

1.192.6. getEnforcedAdminProperty()


private RestrictedLockUtils.EnforcedAdmin getEnforcedAdminProperty()

methodList.add(new ZMethod(mZAndroidAPPClass,"RestrictedLockUtils.EnforcedAdmin" ,"getEnforcedAdminProperty", "")); 

1.193. AutoTimeZonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/AutoTimeZonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.193.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.193.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.193.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.193.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.193.5. isEnabled()


public boolean isEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEnabled", "")); 

1.194. AvailableMediaBluetoothDeviceUpdater.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/AvailableMediaBluetoothDeviceUpdater.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.194.1. onAudioModeChanged()


public void onAudioModeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAudioModeChanged", "")); 

1.194.2. onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice,int state,int bluetoothProfile)


public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, int bluetoothProfile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProfileConnectionStateChanged", "CachedBluetoothDevice cachedDevice,int state,int bluetoothProfile")); 

1.194.3. isFilterMatched(CachedBluetoothDevice cachedDevice)


public boolean isFilterMatched(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFilterMatched", "CachedBluetoothDevice cachedDevice")); 

1.194.4. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.195. AvailableMediaDeviceGroupController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/AvailableMediaDeviceGroupController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.195.1. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.195.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.195.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.195.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.195.5. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.195.6. onDeviceAdded(Preference preference)


public void onDeviceAdded(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAdded", "Preference preference")); 

1.195.7. onDeviceRemoved(Preference preference)


public void onDeviceRemoved(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceRemoved", "Preference preference")); 

1.195.8. init(DashboardFragment fragment)


public void init(DashboardFragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "DashboardFragment fragment")); 

1.195.9. setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater)


public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBluetoothDeviceUpdater", "BluetoothDeviceUpdater bluetoothDeviceUpdater")); 

1.195.10. onBluetoothStateChanged(int bluetoothState)


public void onBluetoothStateChanged(int bluetoothState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBluetoothStateChanged", "int bluetoothState")); 

1.195.11. onScanningStateChanged(boolean started)


public void onScanningStateChanged(boolean started)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onScanningStateChanged", "boolean started")); 

1.195.12. onDeviceAdded(CachedBluetoothDevice cachedDevice)


public void onDeviceAdded(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAdded", "CachedBluetoothDevice cachedDevice")); 

1.195.13. onDeviceDeleted(CachedBluetoothDevice cachedDevice)


public void onDeviceDeleted(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceDeleted", "CachedBluetoothDevice cachedDevice")); 

1.195.14. onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice,int bondState)


public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceBondStateChanged", "CachedBluetoothDevice cachedDevice,int bondState")); 

1.195.15. onConnectionStateChanged(CachedBluetoothDevice cachedDevice,int state)


public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onConnectionStateChanged", "CachedBluetoothDevice cachedDevice,int state")); 

1.195.16. onActiveDeviceChanged(CachedBluetoothDevice activeDevice,int bluetoothProfile)


public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActiveDeviceChanged", "CachedBluetoothDevice activeDevice,int bluetoothProfile")); 

1.195.17. onAudioModeChanged()


public void onAudioModeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAudioModeChanged", "")); 

1.195.18. updateTitle()


private void updateTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTitle", "")); 

1.196. AvailableVirtualKeyboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/AvailableVirtualKeyboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.196.1. onCreatePreferences(Bundle bundle,String s)


public void onCreatePreferences(Bundle bundle, String s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreatePreferences", "Bundle bundle,String s")); 

1.196.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.196.3. onSaveInputMethodPreference(final InputMethodPreference pref)


public void onSaveInputMethodPreference(final InputMethodPreference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInputMethodPreference", "final InputMethodPreference pref")); 

1.196.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.196.5. loadDrawable(@NonNull final PackageManager packageManager,@NonNull final String packageName,@DrawableRes final int resId,@NonNull final ApplicationInfo applicationInfo)


private static Drawable loadDrawable(@NonNull final PackageManager packageManager, @NonNull final String packageName, @DrawableRes final int resId, @NonNull final ApplicationInfo applicationInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"loadDrawable", "@NonNull final PackageManager packageManager,@NonNull final String packageName,@DrawableRes final int resId,@NonNull final ApplicationInfo applicationInfo")); 

1.196.6. getInputMethodIcon(@NonNull final PackageManager packageManager,@NonNull final InputMethodInfo imi)


private static Drawable getInputMethodIcon(@NonNull final PackageManager packageManager, @NonNull final InputMethodInfo imi)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getInputMethodIcon", "@NonNull final PackageManager packageManager,@NonNull final InputMethodInfo imi")); 

1.196.7. updateInputMethodPreferenceViews()


private void updateInputMethodPreferenceViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateInputMethodPreferenceViews", "")); 

1.197. BackgroundActivityPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BackgroundActivityPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.197.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.197.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.197.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.197.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.197.5. updateSummary(Preference preference)


public void updateSummary(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "Preference preference")); 

1.197.6. showDialog(boolean restricted)


void showDialog(boolean restricted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDialog", "boolean restricted")); 

1.198. BackgroundCheckAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/action/BackgroundCheckAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.198.1. handlePositiveAction(Anomaly anomaly,int contextMetricsKey)


public void handlePositiveAction(Anomaly anomaly, int contextMetricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "Anomaly anomaly,int contextMetricsKey")); 

1.198.2. isActionActive(Anomaly anomaly)


public boolean isActionActive(Anomaly anomaly)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isActionActive", "Anomaly anomaly")); 

1.198.3. getActionType()


public int getActionType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getActionType", "")); 

1.199. BackgroundCheckSummary.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appops/BackgroundCheckSummary.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.199.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.199.2. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.199.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.200. BackgroundDataCondition.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/BackgroundDataCondition.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.200.1. refreshState()


public void refreshState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshState", "")); 

1.200.2. getIcon()


public Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.200.3. getTitle()


public CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.200.4. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.200.5. getActions()


public CharSequence[] getActions()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence[]" ,"getActions", "")); 

1.200.6. onPrimaryClick()


public void onPrimaryClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrimaryClick", "")); 

1.200.7. getMetricsConstant()


public int getMetricsConstant()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsConstant", "")); 

1.200.8. onActionClick(int index)


public void onActionClick(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActionClick", "int index")); 

1.201. BackgroundProcessLimitPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BackgroundProcessLimitPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.201.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.201.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.201.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.201.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.201.5. updateAppProcessLimitOptions()


private void updateAppProcessLimitOptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAppProcessLimitOptions", "")); 

1.201.6. writeAppProcessLimitOptions(Object newValue)


private void writeAppProcessLimitOptions(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeAppProcessLimitOptions", "Object newValue")); 

1.201.7. getActivityManagerService()


IActivityManager getActivityManagerService()

methodList.add(new ZMethod(mZAndroidAPPClass,"IActivityManager" ,"getActivityManagerService", "")); 

1.202. BackupsEnabledPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/BackupsEnabledPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.202.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.203. BackupSettingsActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/backup/BackupSettingsActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.203.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.203.2. setFragmentManager(FragmentManager fragmentManager)


void setFragmentManager(FragmentManager fragmentManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFragmentManager", "FragmentManager fragmentManager")); 

1.204. BackupSettingsActivityPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/backup/BackupSettingsActivityPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.204.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.204.2. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.205. BackupSettingsFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/backup/BackupSettingsFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.205.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.205.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.205.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.205.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.205.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.206. BackupSettingsHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/backup/BackupSettingsHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.206.1. getIntentForBackupSettings()


public Intent getIntentForBackupSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntentForBackupSettings", "")); 

1.206.2. getLabelForBackupSettings()


public String getLabelForBackupSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLabelForBackupSettings", "")); 

1.206.3. getSummaryForBackupSettings()


public String getSummaryForBackupSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSummaryForBackupSettings", "")); 

1.206.4. isBackupProvidedByManufacturer()


public boolean isBackupProvidedByManufacturer()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBackupProvidedByManufacturer", "")); 

1.206.5. getLabelProvidedByManufacturer()


public String getLabelProvidedByManufacturer()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLabelProvidedByManufacturer", "")); 

1.206.6. getIntentProvidedByManufacturer()


public Intent getIntentProvidedByManufacturer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntentProvidedByManufacturer", "")); 

1.206.7. getIntentForBackupSettingsFromTransport()


Intent getIntentForBackupSettingsFromTransport()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntentForBackupSettingsFromTransport", "")); 

1.206.8. getIntentForDefaultBackupSettings()


private Intent getIntentForDefaultBackupSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntentForDefaultBackupSettings", "")); 

1.206.9. isIntentProvidedByTransport()


boolean isIntentProvidedByTransport()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isIntentProvidedByTransport", "")); 

1.206.10. getIntentFromBackupTransport()


private Intent getIntentFromBackupTransport()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntentFromBackupTransport", "")); 

1.206.11. isBackupServiceActive()


private boolean isBackupServiceActive()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBackupServiceActive", "")); 

1.206.12. getLabelFromBackupTransport()


String getLabelFromBackupTransport()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLabelFromBackupTransport", "")); 

1.206.13. getSummaryFromBackupTransport()


String getSummaryFromBackupTransport()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSummaryFromBackupTransport", "")); 

1.207. BackupSettingsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/backup/BackupSettingsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.207.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.207.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.207.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.208. BadgePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/BadgePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.208.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.208.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.208.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.208.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.209. BadgingNotificationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/BadgingNotificationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.209.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.209.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.209.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.209.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.209.5. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.209.6. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.209.7. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.209.8. getResultPayload()


public ResultPayload getResultPayload()

methodList.add(new ZMethod(mZAndroidAPPClass,"ResultPayload" ,"getResultPayload", "")); 

1.210. BandMode.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/BandMode.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.210.1. onCreate(Bundle icicle)


protected void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.210.2. loadBandList()


private void loadBandList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadBandList", "")); 

1.210.3. bandListLoaded(AsyncResult result)


private void bandListLoaded(AsyncResult result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bandListLoaded", "AsyncResult result")); 

1.210.4. displayBandSelectionResult(Throwable ex)


private void displayBandSelectionResult(Throwable ex)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayBandSelectionResult", "Throwable ex")); 

1.210.5. clearList()


private void clearList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearList", "")); 

1.210.6. log(String msg)


private void log(String msg)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"log", "String msg")); 

1.211. BasebandVersionDialogController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/BasebandVersionDialogController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.211.1. initialize()


public void initialize()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initialize", "")); 

1.212. BaseNfcEnabler.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/BaseNfcEnabler.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.212.1. resume()


public void resume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resume", "")); 

1.212.2. pause()


public void pause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pause", "")); 

1.212.3. isNfcAvailable()


public boolean isNfcAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isNfcAvailable", "")); 

1.212.4. handleNfcStateChanged(int newState)


protected abstract void handleNfcStateChanged(int newState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleNfcStateChanged", "int newState")); 

1.213. BasePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/BasePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.213.1. createInstance(Context context,String controllerName,String key)


public static BasePreferenceController createInstance(Context context, String controllerName, String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"BasePreferenceController" ,"createInstance", "Context context,String controllerName,String key")); 

1.213.2. createInstance(Context context,String controllerName)


public static BasePreferenceController createInstance(Context context, String controllerName)

methodList.add(new ZMethod(mZAndroidAPPClass,"BasePreferenceController" ,"createInstance", "Context context,String controllerName")); 

1.213.3. getAvailabilityStatus()


public abstract int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.213.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.213.5. isAvailable()


public final boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.213.6. isSupported()


public final boolean isSupported()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSupported", "")); 

1.213.7. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.213.8. getSliceType()


public int getSliceType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSliceType", "")); 

1.213.9. getIntentFilter()


public IntentFilter getIntentFilter()

methodList.add(new ZMethod(mZAndroidAPPClass,"IntentFilter" ,"getIntentFilter", "")); 

1.213.10. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.213.11. hasAsyncUpdate()


public boolean hasAsyncUpdate()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasAsyncUpdate", "")); 

1.213.12. updateNonIndexableKeys(List keys)


public void updateNonIndexableKeys(List keys)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateNonIndexableKeys", "List keys")); 

1.213.13. updateRawDataToIndex(List rawData)


public void updateRawDataToIndex(List rawData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateRawDataToIndex", "List rawData")); 

1.213.14. getResultPayload()


public ResultPayload getResultPayload()

methodList.add(new ZMethod(mZAndroidAPPClass,"ResultPayload" ,"getResultPayload", "")); 

1.214. BaseSearchIndexProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/BaseSearchIndexProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.214.1. getXmlResourcesToIndex(Context context,boolean enabled)


public List getXmlResourcesToIndex(Context context, boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getXmlResourcesToIndex", "Context context,boolean enabled")); 

1.214.2. getRawDataToIndex(Context context,boolean enabled)


public List getRawDataToIndex(Context context, boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getRawDataToIndex", "Context context,boolean enabled")); 

1.214.3. getNonIndexableKeys(Context context)


public List getNonIndexableKeys(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getNonIndexableKeys", "Context context")); 

1.214.4. getPreferenceControllers(Context context)


public List getPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getPreferenceControllers", "Context context")); 

1.214.5. createPreferenceControllers(Context context)


public List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.214.6. isPageSearchEnabled(Context context)


protected boolean isPageSearchEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPageSearchEnabled", "Context context")); 

1.214.7. getNonIndexableKeysFromXml(Context context)


private List getNonIndexableKeysFromXml(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getNonIndexableKeysFromXml", "Context context")); 

1.214.8. getNonIndexableKeysFromXml(Context context,@XmlRes int xmlResId)


public List getNonIndexableKeysFromXml(Context context, @XmlRes int xmlResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getNonIndexableKeysFromXml", "Context context,@XmlRes int xmlResId")); 

1.215. BaseTimeZoneAdapter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/BaseTimeZoneAdapter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.215.1. onCreateViewHolder(@NonNull ViewGroup parent,int viewType)


public RecyclerView.ViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType)

methodList.add(new ZMethod(mZAndroidAPPClass,"RecyclerView.ViewHolder" ,"onCreateViewHolder", "@NonNull ViewGroup parent,int viewType")); 

1.215.2. onBindViewHolder(@NonNull RecyclerView.ViewHolder holder,int position)


public void onBindViewHolder(@NonNull RecyclerView.ViewHolder holder, int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "@NonNull RecyclerView.ViewHolder holder,int position")); 

1.215.3. getItemId(int position)


public long getItemId(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getItemId", "int position")); 

1.215.4. getItemCount()


public int getItemCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemCount", "")); 

1.215.5. getItemViewType(int position)


public int getItemViewType(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemViewType", "int position")); 

1.215.6. setHasStableIds(boolean hasStableIds)


public final void setHasStableIds(boolean hasStableIds)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHasStableIds", "boolean hasStableIds")); 

1.215.7. getHeaderCount()


private int getHeaderCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHeaderCount", "")); 

1.215.8. isPositionHeader(int position)


private boolean isPositionHeader(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPositionHeader", "int position")); 

1.215.9. getFilter()


public ArrayFilter getFilter()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayFilter" ,"getFilter", "")); 

1.215.10. getDataItem(int position)


public T getDataItem(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"T" ,"getDataItem", "int position")); 

1.216. BaseTimeZoneInfoPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/BaseTimeZoneInfoPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.216.1. createAdapter(TimeZoneData timeZoneData)


protected BaseTimeZoneAdapter createAdapter(TimeZoneData timeZoneData)

methodList.add(new ZMethod(mZAndroidAPPClass,"BaseTimeZoneAdapter" ,"createAdapter", "TimeZoneData timeZoneData")); 

1.216.2. getHeaderText()


protected CharSequence getHeaderText()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getHeaderText", "")); 

1.216.3. onListItemClick(TimeZoneInfoItem item)


private void onListItemClick(TimeZoneInfoItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onListItemClick", "TimeZoneInfoItem item")); 

1.216.4. prepareResultData(TimeZoneInfo selectedTimeZoneInfo)


protected Intent prepareResultData(TimeZoneInfo selectedTimeZoneInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"prepareResultData", "TimeZoneInfo selectedTimeZoneInfo")); 

1.216.5. getAllTimeZoneInfos(TimeZoneData timeZoneData)


public abstract List getAllTimeZoneInfos(TimeZoneData timeZoneData)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getAllTimeZoneInfos", "TimeZoneData timeZoneData")); 

1.217. BaseTimeZonePicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/BaseTimeZonePicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.217.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.217.2. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.217.3. onTimeZoneDataReady(TimeZoneData timeZoneData)


public void onTimeZoneDataReady(TimeZoneData timeZoneData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onTimeZoneDataReady", "TimeZoneData timeZoneData")); 

1.217.4. getLocale()


protected Locale getLocale()

methodList.add(new ZMethod(mZAndroidAPPClass,"Locale" ,"getLocale", "")); 

1.217.5. createAdapter(TimeZoneData timeZoneData)


protected abstract BaseTimeZoneAdapter createAdapter(TimeZoneData timeZoneData)

methodList.add(new ZMethod(mZAndroidAPPClass,"BaseTimeZoneAdapter" ,"createAdapter", "TimeZoneData timeZoneData")); 

1.217.6. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.217.7. onQueryTextSubmit(String query)


public boolean onQueryTextSubmit(String query)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onQueryTextSubmit", "String query")); 

1.217.8. onQueryTextChange(String newText)


public boolean onQueryTextChange(String newText)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onQueryTextChange", "String newText")); 

1.218. BaseTimeZonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/BaseTimeZonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.218.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.218.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.218.3. setOnClickListener(OnPreferenceClickListener listener)


public void setOnClickListener(OnPreferenceClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnClickListener", "OnPreferenceClickListener listener")); 

1.219. BatteryActiveView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryActiveView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.219.1. setProvider(BatteryActiveProvider provider)


public void setProvider(BatteryActiveProvider provider)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProvider", "BatteryActiveProvider provider")); 

1.219.2. onSizeChanged(int w,int h,int oldw,int oldh)


protected void onSizeChanged(int w, int h, int oldw, int oldh)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSizeChanged", "int w,int h,int oldw,int oldh")); 

1.219.3. onDraw(Canvas canvas)


protected void onDraw(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDraw", "Canvas canvas")); 

1.219.4. drawColor(Canvas canvas,int start,int end,int color,float period)


private void drawColor(Canvas canvas, int start, int end, int color, float period)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawColor", "Canvas canvas,int start,int end,int color,float period")); 

1.220. BatteryAppListPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryAppListPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.220.1. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.220.2. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.220.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.220.4. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.220.5. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.220.6. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.220.7. refreshAnomalyIcon(final SparseArray> anomalySparseArray)


public void refreshAnomalyIcon(final SparseArray> anomalySparseArray)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshAnomalyIcon", "final SparseArray> anomalySparseArray")); 

1.220.8. refreshAppListGroup(BatteryStatsHelper statsHelper,boolean showAllApps)


public void refreshAppListGroup(BatteryStatsHelper statsHelper, boolean showAllApps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshAppListGroup", "BatteryStatsHelper statsHelper,boolean showAllApps")); 

1.220.9. getCoalescedUsageList(final List sippers)


private List getCoalescedUsageList(final List sippers)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCoalescedUsageList", "final List sippers")); 

1.220.10. setUsageSummary(Preference preference,BatterySipper sipper)


void setUsageSummary(Preference preference, BatterySipper sipper)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUsageSummary", "Preference preference,BatterySipper sipper")); 

1.220.11. shouldHideSipper(BatterySipper sipper)


boolean shouldHideSipper(BatterySipper sipper)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldHideSipper", "BatterySipper sipper")); 

1.220.12. extractKeyFromSipper(BatterySipper sipper)


String extractKeyFromSipper(BatterySipper sipper)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"extractKeyFromSipper", "BatterySipper sipper")); 

1.220.13. extractKeyFromUid(int uid)


String extractKeyFromUid(int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"extractKeyFromUid", "int uid")); 

1.220.14. cacheRemoveAllPrefs(PreferenceGroup group)


private void cacheRemoveAllPrefs(PreferenceGroup group)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cacheRemoveAllPrefs", "PreferenceGroup group")); 

1.220.15. isSharedGid(int uid)


private static boolean isSharedGid(int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSharedGid", "int uid")); 

1.220.16. isSystemUid(int uid)


private static boolean isSystemUid(int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSystemUid", "int uid")); 

1.220.17. getFakeStats()


private static List getFakeStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getFakeStats", "")); 

1.220.18. getCachedPreference(String key)


private Preference getCachedPreference(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"getCachedPreference", "String key")); 

1.220.19. removeCachedPrefs(PreferenceGroup group)


private void removeCachedPrefs(PreferenceGroup group)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeCachedPrefs", "PreferenceGroup group")); 

1.220.20. getCachedCount()


private int getCachedCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCachedCount", "")); 

1.220.21. addNotAvailableMessage()


private void addNotAvailableMessage()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addNotAvailableMessage", "")); 

1.221. BatteryBroadcastReceiver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryBroadcastReceiver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.221.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.221.2. setBatteryChangedListener(OnBatteryChangedListener lsn)


public void setBatteryChangedListener(OnBatteryChangedListener lsn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBatteryChangedListener", "OnBatteryChangedListener lsn")); 

1.221.3. register()


public void register()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"register", "")); 

1.221.4. unRegister()


public void unRegister()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unRegister", "")); 

1.221.5. updateBatteryStatus(Intent intent,boolean forceUpdate)


private void updateBatteryStatus(Intent intent, boolean forceUpdate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBatteryStatus", "Intent intent,boolean forceUpdate")); 

1.222. BatteryCellParser.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryCellParser.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.222.1. getValue(HistoryItem rec)


protected int getValue(HistoryItem rec)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getValue", "HistoryItem rec")); 

1.222.2. onParsingStarted(long startTime,long endTime)


public void onParsingStarted(long startTime, long endTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onParsingStarted", "long startTime,long endTime")); 

1.222.3. onDataPoint(long time,HistoryItem record)


public void onDataPoint(long time, HistoryItem record)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataPoint", "long time,HistoryItem record")); 

1.222.4. onDataGap()


public void onDataGap()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataGap", "")); 

1.222.5. onParsingDone()


public void onParsingDone()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onParsingDone", "")); 

1.222.6. getPeriod()


public long getPeriod()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getPeriod", "")); 

1.222.7. hasData()


public boolean hasData()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasData", "")); 

1.222.8. getColorArray()


public SparseIntArray getColorArray()

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseIntArray" ,"getColorArray", "")); 

1.222.9. getColor(int i)


private int getColor(int i)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getColor", "int i")); 

1.223. BatteryDatabaseManager.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/BatteryDatabaseManager.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.223.1. getInstance(Context context)


public static BatteryDatabaseManager getInstance(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryDatabaseManager" ,"getInstance", "Context context")); 

1.223.2. insertAnomaly(int uid,String packageName,int type,int anomalyState,long timestampMs)


public synchronized boolean insertAnomaly(int uid, String packageName, int type, int anomalyState, long timestampMs)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"insertAnomaly", "int uid,String packageName,int type,int anomalyState,long timestampMs")); 

1.223.3. queryAllAnomalies(long timestampMsAfter,int state)


public synchronized List queryAllAnomalies(long timestampMsAfter, int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"queryAllAnomalies", "long timestampMsAfter,int state")); 

1.223.4. deleteAllAnomaliesBeforeTimeStamp(long timestampMs)


public synchronized void deleteAllAnomaliesBeforeTimeStamp(long timestampMs)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"deleteAllAnomaliesBeforeTimeStamp", "long timestampMs")); 

1.223.5. updateAnomalies(List appInfos,int state)


public synchronized void updateAnomalies(List appInfos, int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAnomalies", "List appInfos,int state")); 

1.224. BatteryEntry.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryEntry.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.224.1. startRequestQueue()


public static void startRequestQueue()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startRequestQueue", "")); 

1.224.2. stopRequestQueue()


public static void stopRequestQueue()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopRequestQueue", "")); 

1.224.3. clearUidCache()


public static void clearUidCache()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearUidCache", "")); 

1.224.4. getIcon()


public Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.224.5. getLabel()


public String getLabel()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLabel", "")); 

1.224.6. getQuickNameIconForUid(final int uid)


void getQuickNameIconForUid(final int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"getQuickNameIconForUid", "final int uid")); 

1.224.7. loadNameAndIcon()


public void loadNameAndIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadNameAndIcon", "")); 

1.224.8. extractPackagesFromSipper(BatterySipper sipper)


String[] extractPackagesFromSipper(BatterySipper sipper)

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"extractPackagesFromSipper", "BatterySipper sipper")); 

1.225. BatteryFlagParser.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryFlagParser.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.225.1. isSet(HistoryItem record)


protected boolean isSet(HistoryItem record)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSet", "HistoryItem record")); 

1.225.2. onParsingStarted(long startTime,long endTime)


public void onParsingStarted(long startTime, long endTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onParsingStarted", "long startTime,long endTime")); 

1.225.3. onDataPoint(long time,HistoryItem record)


public void onDataPoint(long time, HistoryItem record)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataPoint", "long time,HistoryItem record")); 

1.225.4. onDataGap()


public void onDataGap()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataGap", "")); 

1.225.5. onParsingDone()


public void onParsingDone()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onParsingDone", "")); 

1.225.6. getPeriod()


public long getPeriod()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getPeriod", "")); 

1.225.7. hasData()


public boolean hasData()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasData", "")); 

1.225.8. getColorArray()


public SparseIntArray getColorArray()

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseIntArray" ,"getColorArray", "")); 

1.225.9. getColor(boolean b)


private int getColor(boolean b)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getColor", "boolean b")); 

1.226. BatteryHeaderPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryHeaderPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.226.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.226.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.226.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.226.4. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.226.5. updateHeaderPreference(BatteryInfo info)


public void updateHeaderPreference(BatteryInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateHeaderPreference", "BatteryInfo info")); 

1.226.6. quickUpdateHeaderPreference()


public void quickUpdateHeaderPreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"quickUpdateHeaderPreference", "")); 

1.227. BatteryHistoryChart.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryHistoryChart.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.227.1. setStats(BatteryStats stats,Intent broadcast)


void setStats(BatteryStats stats, Intent broadcast)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setStats", "BatteryStats stats,Intent broadcast")); 

1.227.2. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.227.3. finishPaths(int w,int h,int levelh,int startX,int y,Path curLevelPath,int lastX,boolean lastCharging,boolean lastScreenOn,boolean lastGpsOn,boolean lastFlashlightOn,boolean lastCameraOn,boolean lastWifiRunning,boolean lastCpuRunning,Path lastPath)


void finishPaths(int w, int h, int levelh, int startX, int y, Path curLevelPath, int lastX, boolean lastCharging, boolean lastScreenOn, boolean lastGpsOn, boolean lastFlashlightOn, boolean lastCameraOn, boolean lastWifiRunning, boolean lastCpuRunning, Path lastPath)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"finishPaths", "int w,int h,int levelh,int startX,int y,Path curLevelPath,int lastX,boolean lastCharging,boolean lastScreenOn,boolean lastGpsOn,boolean lastFlashlightOn,boolean lastCameraOn,boolean lastWifiRunning,boolean lastCpuRunning,Path lastPath")); 

1.227.4. is24Hour()


private boolean is24Hour()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"is24Hour", "")); 

1.227.5. isDayFirst()


private boolean isDayFirst()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDayFirst", "")); 

1.227.6. onSizeChanged(int w,int h,int oldw,int oldh)


protected void onSizeChanged(int w, int h, int oldw, int oldh)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSizeChanged", "int w,int h,int oldw,int oldh")); 

1.227.7. addTimeLabel(Calendar cal,int levelLeft,int levelRight,boolean is24hr)


void addTimeLabel(Calendar cal, int levelLeft, int levelRight, boolean is24hr)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addTimeLabel", "Calendar cal,int levelLeft,int levelRight,boolean is24hr")); 

1.227.8. addDateLabel(Calendar cal,int levelLeft,int levelRight,boolean isDayFirst)


void addDateLabel(Calendar cal, int levelLeft, int levelRight, boolean isDayFirst)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addDateLabel", "Calendar cal,int levelLeft,int levelRight,boolean isDayFirst")); 

1.227.9. onDraw(Canvas canvas)


protected void onDraw(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDraw", "Canvas canvas")); 

1.227.10. buildBitmap(int width,int height)


void buildBitmap(int width, int height)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"buildBitmap", "int width,int height")); 

1.227.11. drawChart(Canvas canvas,int width,int height)


void drawChart(Canvas canvas, int width, int height)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawChart", "Canvas canvas,int width,int height")); 

1.228. BatteryHistoryDetail.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryHistoryDetail.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.228.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.228.2. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.228.3. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.228.4. updateEverything()


private void updateEverything()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEverything", "")); 

1.228.5. bindData(BatteryActiveProvider provider,int label,int groupId)


private void bindData(BatteryActiveProvider provider, int label, int groupId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindData", "BatteryActiveProvider provider,int label,int groupId")); 

1.228.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.229. BatteryHistoryPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryHistoryPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.229.1. setStats(BatteryStatsHelper batteryStats)


public void setStats(BatteryStatsHelper batteryStats)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setStats", "BatteryStatsHelper batteryStats")); 

1.229.2. setBottomSummary(CharSequence text)


public void setBottomSummary(CharSequence text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBottomSummary", "CharSequence text")); 

1.229.3. hideBottomSummary()


public void hideBottomSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"hideBottomSummary", "")); 

1.229.4. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.230. BatteryInfo.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryInfo.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.230.1. bindHistory(final UsageView view,BatteryDataParser... parsers)


public void bindHistory(final UsageView view, BatteryDataParser... parsers)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindHistory", "final UsageView view,BatteryDataParser... parsers")); 

1.230.2. getBatteryInfo(final Context context,final Callback callback)


public static void getBatteryInfo(final Context context, final Callback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"getBatteryInfo", "final Context context,final Callback callback")); 

1.230.3. getBatteryInfo(final Context context,final Callback callback,boolean shortString)


public static void getBatteryInfo(final Context context, final Callback callback, boolean shortString)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"getBatteryInfo", "final Context context,final Callback callback,boolean shortString")); 

1.230.4. getBatteryInfo(final Context context,final Callback callback,BatteryStatsHelper statsHelper,boolean shortString)


public static void getBatteryInfo(final Context context, final Callback callback, BatteryStatsHelper statsHelper, boolean shortString)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"getBatteryInfo", "final Context context,final Callback callback,BatteryStatsHelper statsHelper,boolean shortString")); 

1.230.5. getBatteryInfo(final Context context,final Callback callback,BatteryStats stats,boolean shortString)


public static void getBatteryInfo(final Context context, final Callback callback, BatteryStats stats, boolean shortString)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"getBatteryInfo", "final Context context,final Callback callback,BatteryStats stats,boolean shortString")); 

1.230.6. getBatteryInfoOld(Context context,Intent batteryBroadcast,BatteryStats stats,long elapsedRealtimeUs,boolean shortString)


public static BatteryInfo getBatteryInfoOld(Context context, Intent batteryBroadcast, BatteryStats stats, long elapsedRealtimeUs, boolean shortString)

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryInfo" ,"getBatteryInfoOld", "Context context,Intent batteryBroadcast,BatteryStats stats,long elapsedRealtimeUs,boolean shortString")); 

1.230.7. getBatteryInfo(Context context,Intent batteryBroadcast,BatteryStats stats,Estimate estimate,long elapsedRealtimeUs,boolean shortString)


public static BatteryInfo getBatteryInfo(Context context, Intent batteryBroadcast, BatteryStats stats, Estimate estimate, long elapsedRealtimeUs, boolean shortString)

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryInfo" ,"getBatteryInfo", "Context context,Intent batteryBroadcast,BatteryStats stats,Estimate estimate,long elapsedRealtimeUs,boolean shortString")); 

1.230.8. updateBatteryInfoCharging(Context context,Intent batteryBroadcast,BatteryStats stats,long elapsedRealtimeUs,BatteryInfo info)


private static void updateBatteryInfoCharging(Context context, Intent batteryBroadcast, BatteryStats stats, long elapsedRealtimeUs, BatteryInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBatteryInfoCharging", "Context context,Intent batteryBroadcast,BatteryStats stats,long elapsedRealtimeUs,BatteryInfo info")); 

1.230.9. updateBatteryInfoDischarging(Context context,boolean shortString,Estimate estimate,BatteryInfo info)


private static void updateBatteryInfoDischarging(Context context, boolean shortString, Estimate estimate, BatteryInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBatteryInfoDischarging", "Context context,boolean shortString,Estimate estimate,BatteryInfo info")); 

1.230.10. parse(BatteryStats stats,BatteryDataParser... parsers)


public static void parse(BatteryStats stats, BatteryDataParser... parsers)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"parse", "BatteryStats stats,BatteryDataParser... parsers")); 

1.231. BatteryInfoLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryInfoLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.231.1. onDiscardResult(BatteryInfo result)


protected void onDiscardResult(BatteryInfo result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDiscardResult", "BatteryInfo result")); 

1.231.2. loadInBackground()


public BatteryInfo loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryInfo" ,"loadInBackground", "")); 

1.232. BatteryManagerPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/BatteryManagerPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.232.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.232.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.232.3. updateSummary(Preference preference,boolean featureOn,int num)


void updateSummary(Preference preference, boolean featureOn, int num)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "Preference preference,boolean featureOn,int num")); 

1.233. BatteryMeterView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryMeterView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.233.1. setBatteryLevel(int level)


public void setBatteryLevel(int level)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBatteryLevel", "int level")); 

1.233.2. getBatteryLevel()


public int getBatteryLevel()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getBatteryLevel", "")); 

1.233.3. setCharging(boolean charging)


public void setCharging(boolean charging)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCharging", "boolean charging")); 

1.233.4. getCharging()


public boolean getCharging()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getCharging", "")); 

1.234. BatteryOptimizationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryOptimizationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.234.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.234.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.234.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.234.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.235. BatteryPercentagePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/BatteryPercentagePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.235.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.235.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.235.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.235.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.236. BatterySaverAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/actions/BatterySaverAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.236.1. handlePositiveAction(int metricsKey)


public void handlePositiveAction(int metricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "int metricsKey")); 

1.237. BatterySaverButtonPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/BatterySaverButtonPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.237.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.237.2. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.237.3. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.237.4. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.237.5. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.237.6. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.237.7. setChecked(boolean stateOn)


public boolean setChecked(boolean stateOn)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean stateOn")); 

1.237.8. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.237.9. onPowerSaveModeChanged()


public void onPowerSaveModeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPowerSaveModeChanged", "")); 

1.237.10. onBatteryChanged(boolean pluggedIn)


public void onBatteryChanged(boolean pluggedIn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBatteryChanged", "boolean pluggedIn")); 

1.238. BatterySaverCondition.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/BatterySaverCondition.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.238.1. refreshState()


public void refreshState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshState", "")); 

1.238.2. getIcon()


public Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.238.3. getTitle()


public CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.238.4. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.238.5. getActions()


public CharSequence[] getActions()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence[]" ,"getActions", "")); 

1.238.6. onPrimaryClick()


public void onPrimaryClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrimaryClick", "")); 

1.238.7. onActionClick(int index)


public void onActionClick(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActionClick", "int index")); 

1.238.8. getMetricsConstant()


public int getMetricsConstant()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsConstant", "")); 

1.238.9. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.238.10. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.238.11. onPowerSaveModeChanged()


public void onPowerSaveModeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPowerSaveModeChanged", "")); 

1.238.12. onBatteryChanged(boolean pluggedIn)


public void onBatteryChanged(boolean pluggedIn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBatteryChanged", "boolean pluggedIn")); 

1.239. BatterySaverController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatterySaverController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.239.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.239.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.239.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.239.4. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.239.5. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.239.6. refreshConditionManager()


void refreshConditionManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshConditionManager", "")); 

1.239.7. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.239.8. updateSummary()


private void updateSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "")); 

1.239.9. onPowerSaveModeChanged()


public void onPowerSaveModeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPowerSaveModeChanged", "")); 

1.239.10. onBatteryChanged(boolean pluggedIn)


public void onBatteryChanged(boolean pluggedIn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBatteryChanged", "boolean pluggedIn")); 

1.240. BatterySaverDrawable.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatterySaverDrawable.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.241. BatterySaverModeVoiceActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatterySaverModeVoiceActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.241.1. onVoiceSettingInteraction(Intent intent)


protected boolean onVoiceSettingInteraction(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onVoiceSettingInteraction", "Intent intent")); 

1.242. BatterySaverReceiver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatterySaverReceiver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.242.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.242.2. setListening(boolean listening)


public void setListening(boolean listening)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListening", "boolean listening")); 

1.242.3. setBatterySaverListener(BatterySaverListener lsn)


public void setBatterySaverListener(BatterySaverListener lsn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBatterySaverListener", "BatterySaverListener lsn")); 

1.243. BatterySaverSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/BatterySaverSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.243.1. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.243.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.243.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.243.4. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.243.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.243.6. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.243.7. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.244. BatteryStatsHelperLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryStatsHelperLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.244.1. loadInBackground()


public BatteryStatsHelper loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryStatsHelper" ,"loadInBackground", "")); 

1.244.2. onDiscardResult(BatteryStatsHelper result)


protected void onDiscardResult(BatteryStatsHelper result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDiscardResult", "BatteryStatsHelper result")); 

1.245. BatteryTip.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/BatteryTip.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.245.1. describeContents()


public int describeContents()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"describeContents", "")); 

1.245.2. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.245.3. getTitle(Context context)


public abstract CharSequence getTitle(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "Context context")); 

1.245.4. getSummary(Context context)


public abstract CharSequence getSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context")); 

1.245.5. getIconId()


public abstract int getIconId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIconId", "")); 

1.245.6. updateState(BatteryTip tip)


public abstract void updateState(BatteryTip tip)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "BatteryTip tip")); 

1.245.7. log(Context context,MetricsFeatureProvider metricsFeatureProvider)


public abstract void log(Context context, MetricsFeatureProvider metricsFeatureProvider)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"log", "Context context,MetricsFeatureProvider metricsFeatureProvider")); 

1.245.8. buildPreference(Context context)


public Preference buildPreference(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"buildPreference", "Context context")); 

1.245.9. shouldShowDialog()


public boolean shouldShowDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShowDialog", "")); 

1.245.10. needUpdate()


public boolean needUpdate()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"needUpdate", "")); 

1.245.11. getKey()


public String getKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKey", "")); 

1.245.12. getType()


public int getType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getType", "")); 

1.245.13. getState()


public int getState()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getState", "")); 

1.245.14. isVisible()


public boolean isVisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVisible", "")); 

1.245.15. compareTo(BatteryTip o)


public int compareTo(BatteryTip o)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"compareTo", "BatteryTip o")); 

1.245.16. toString()


public String toString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"toString", "")); 

1.246. BatteryTipAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/actions/BatteryTipAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.246.1. handlePositiveAction(int metricsKey)


public abstract void handlePositiveAction(int metricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "int metricsKey")); 

1.247. BatteryTipDetector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/detectors/BatteryTipDetector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.248. BatteryTipDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/BatteryTipDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.248.1. newInstance(BatteryTip batteryTip,int metricsKey)


public static BatteryTipDialogFragment newInstance(BatteryTip batteryTip, int metricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryTipDialogFragment" ,"newInstance", "BatteryTip batteryTip,int metricsKey")); 

1.248.2. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.248.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.248.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.249. BatteryTipLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/BatteryTipLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.249.1. loadInBackground()


public List loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"loadInBackground", "")); 

1.249.2. onDiscardResult(List result)


protected void onDiscardResult(List result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDiscardResult", "List result")); 

1.249.3. getFakeData()


private List getFakeData()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getFakeData", "")); 

1.250. BatteryTipPolicy.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/BatteryTipPolicy.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.251. BatteryTipPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/BatteryTipPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.251.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.251.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.251.3. updateBatteryTips(List batteryTips)


public void updateBatteryTips(List batteryTips)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBatteryTips", "List batteryTips")); 

1.251.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.251.5. restoreInstanceState(Bundle bundle)


public void restoreInstanceState(Bundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restoreInstanceState", "Bundle bundle")); 

1.251.6. saveInstanceState(Bundle outState)


public void saveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveInstanceState", "Bundle outState")); 

1.251.7. needUpdate()


public boolean needUpdate()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"needUpdate", "")); 

1.252. BatteryTipUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/BatteryTipUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.252.1. getRestrictedAppsList(AppOpsManager appOpsManager,UserManager userManager)


public static List getRestrictedAppsList(AppOpsManager appOpsManager, UserManager userManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getRestrictedAppsList", "AppOpsManager appOpsManager,UserManager userManager")); 

1.252.2. getActionForBatteryTip(BatteryTip batteryTip,SettingsActivity settingsActivity,InstrumentedPreferenceFragment fragment)


public static BatteryTipAction getActionForBatteryTip(BatteryTip batteryTip, SettingsActivity settingsActivity, InstrumentedPreferenceFragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryTipAction" ,"getActionForBatteryTip", "BatteryTip batteryTip,SettingsActivity settingsActivity,InstrumentedPreferenceFragment fragment")); 

1.252.3. uploadAnomalyPendingIntent(Context context,StatsManager statsManager)


public static void uploadAnomalyPendingIntent(Context context, StatsManager statsManager) throws StatsManager.StatsUnavailableException

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"uploadAnomalyPendingIntent", "Context context,StatsManager statsManager")); 

1.253. BatteryUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.253.1. getInstance(Context context)


public static BatteryUtils getInstance(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryUtils" ,"getInstance", "Context context")); 

1.253.2. getProcessTimeMs(@StatusType int type,@Nullable BatteryStats.Uid uid,int which)


public long getProcessTimeMs(@StatusType int type, @Nullable BatteryStats.Uid uid, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getProcessTimeMs", "@StatusType int type,@Nullable BatteryStats.Uid uid,int which")); 

1.253.3. getScreenUsageTimeMs(BatteryStats.Uid uid,int which,long rawRealTimeUs)


private long getScreenUsageTimeMs(BatteryStats.Uid uid, int which, long rawRealTimeUs)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getScreenUsageTimeMs", "BatteryStats.Uid uid,int which,long rawRealTimeUs")); 

1.253.4. getScreenUsageTimeMs(BatteryStats.Uid uid,int which)


private long getScreenUsageTimeMs(BatteryStats.Uid uid, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getScreenUsageTimeMs", "BatteryStats.Uid uid,int which")); 

1.253.5. getProcessBackgroundTimeMs(BatteryStats.Uid uid,int which)


private long getProcessBackgroundTimeMs(BatteryStats.Uid uid, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getProcessBackgroundTimeMs", "BatteryStats.Uid uid,int which")); 

1.253.6. getProcessForegroundTimeMs(BatteryStats.Uid uid,int which)


private long getProcessForegroundTimeMs(BatteryStats.Uid uid, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getProcessForegroundTimeMs", "BatteryStats.Uid uid,int which")); 

1.253.7. removeHiddenBatterySippers(List sippers)


public double removeHiddenBatterySippers(List sippers)

methodList.add(new ZMethod(mZAndroidAPPClass,"double" ,"removeHiddenBatterySippers", "List sippers")); 

1.253.8. smearScreenBatterySipper(List sippers,BatterySipper screenSipper)


void smearScreenBatterySipper(List sippers, BatterySipper screenSipper)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"smearScreenBatterySipper", "List sippers,BatterySipper screenSipper")); 

1.253.9. shouldHideSipper(BatterySipper sipper)


public boolean shouldHideSipper(BatterySipper sipper)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldHideSipper", "BatterySipper sipper")); 

1.253.10. calculateBatteryPercent(double powerUsageMah,double totalPowerMah,double hiddenPowerMah,int dischargeAmount)


public double calculateBatteryPercent(double powerUsageMah, double totalPowerMah, double hiddenPowerMah, int dischargeAmount)

methodList.add(new ZMethod(mZAndroidAPPClass,"double" ,"calculateBatteryPercent", "double powerUsageMah,double totalPowerMah,double hiddenPowerMah,int dischargeAmount")); 

1.253.11. calculateRunningTimeBasedOnStatsType(BatteryStatsHelper batteryStatsHelper,int statsType)


public long calculateRunningTimeBasedOnStatsType(BatteryStatsHelper batteryStatsHelper, int statsType)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"calculateRunningTimeBasedOnStatsType", "BatteryStatsHelper batteryStatsHelper,int statsType")); 

1.253.12. getPackageName(int uid)


public String getPackageName(int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPackageName", "int uid")); 

1.253.13. getTargetSdkVersion(final String packageName)


public int getTargetSdkVersion(final String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getTargetSdkVersion", "final String packageName")); 

1.253.14. isBackgroundRestrictionEnabled(final int targetSdkVersion,final int uid,final String packageName)


public boolean isBackgroundRestrictionEnabled(final int targetSdkVersion, final int uid, final String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBackgroundRestrictionEnabled", "final int targetSdkVersion,final int uid,final String packageName")); 

1.253.15. sortUsageList(List usageList)


public void sortUsageList(List usageList)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"sortUsageList", "List usageList")); 

1.253.16. calculateLastFullChargeTime(BatteryStatsHelper batteryStatsHelper,long currentTimeMs)


public long calculateLastFullChargeTime(BatteryStatsHelper batteryStatsHelper, long currentTimeMs)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"calculateLastFullChargeTime", "BatteryStatsHelper batteryStatsHelper,long currentTimeMs")); 

1.253.17. calculateScreenUsageTime(BatteryStatsHelper batteryStatsHelper)


public long calculateScreenUsageTime(BatteryStatsHelper batteryStatsHelper)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"calculateScreenUsageTime", "BatteryStatsHelper batteryStatsHelper")); 

1.253.18. logRuntime(String tag,String message,long startTime)


public static void logRuntime(String tag, String message, long startTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logRuntime", "String tag,String message,long startTime")); 

1.253.19. getPackageUid(String packageName)


public int getPackageUid(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPackageUid", "String packageName")); 

1.253.20. getSummaryResIdFromAnomalyType(@Anomaly.AnomalyType int type)


public int getSummaryResIdFromAnomalyType(@Anomaly.AnomalyType int type)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSummaryResIdFromAnomalyType", "@Anomaly.AnomalyType int type")); 

1.253.21. setForceAppStandby(int uid,String packageName,int mode)


public void setForceAppStandby(int uid, String packageName, int mode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setForceAppStandby", "int uid,String packageName,int mode")); 

1.253.22. isForceAppStandbyEnabled(int uid,String packageName)


public boolean isForceAppStandbyEnabled(int uid, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isForceAppStandbyEnabled", "int uid,String packageName")); 

1.253.23. initBatteryStatsHelper(BatteryStatsHelper statsHelper,Bundle bundle,UserManager userManager)


public void initBatteryStatsHelper(BatteryStatsHelper statsHelper, Bundle bundle, UserManager userManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initBatteryStatsHelper", "BatteryStatsHelper statsHelper,Bundle bundle,UserManager userManager")); 

1.253.24. getBatteryInfo(final BatteryStatsHelper statsHelper,final String tag)


public BatteryInfo getBatteryInfo(final BatteryStatsHelper statsHelper, final String tag)

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryInfo" ,"getBatteryInfo", "final BatteryStatsHelper statsHelper,final String tag")); 

1.253.25. findBatterySipperByType(List usageList,BatterySipper.DrainType type)


public BatterySipper findBatterySipperByType(List usageList, BatterySipper.DrainType type)

methodList.add(new ZMethod(mZAndroidAPPClass,"BatterySipper" ,"findBatterySipperByType", "List usageList,BatterySipper.DrainType type")); 

1.253.26. isDataCorrupted()


private boolean isDataCorrupted()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDataCorrupted", "")); 

1.253.27. getForegroundActivityTotalTimeUs(BatteryStats.Uid uid,long rawRealtimeUs)


long getForegroundActivityTotalTimeUs(BatteryStats.Uid uid, long rawRealtimeUs)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getForegroundActivityTotalTimeUs", "BatteryStats.Uid uid,long rawRealtimeUs")); 

1.253.28. getForegroundServiceTotalTimeUs(BatteryStats.Uid uid,long rawRealtimeUs)


long getForegroundServiceTotalTimeUs(BatteryStats.Uid uid, long rawRealtimeUs)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getForegroundServiceTotalTimeUs", "BatteryStats.Uid uid,long rawRealtimeUs")); 

1.253.29. isPreOApp(final String packageName)


public boolean isPreOApp(final String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPreOApp", "final String packageName")); 

1.253.30. isPreOApp(final String[] packageNames)


public boolean isPreOApp(final String[] packageNames)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPreOApp", "final String[] packageNames")); 

1.253.31. shouldHideAnomaly(PowerWhitelistBackend powerWhitelistBackend,int uid,AnomalyInfo anomalyInfo)


public boolean shouldHideAnomaly(PowerWhitelistBackend powerWhitelistBackend, int uid, AnomalyInfo anomalyInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldHideAnomaly", "PowerWhitelistBackend powerWhitelistBackend,int uid,AnomalyInfo anomalyInfo")); 

1.253.32. isExcessiveBackgroundAnomaly(AnomalyInfo anomalyInfo)


private boolean isExcessiveBackgroundAnomaly(AnomalyInfo anomalyInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isExcessiveBackgroundAnomaly", "AnomalyInfo anomalyInfo")); 

1.253.33. isSystemUid(int uid)


private boolean isSystemUid(int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSystemUid", "int uid")); 

1.253.34. isSystemApp(PackageManager packageManager,String[] packageNames)


private boolean isSystemApp(PackageManager packageManager, String[] packageNames)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSystemApp", "PackageManager packageManager,String[] packageNames")); 

1.253.35. hasLauncherEntry(String[] packageNames)


private boolean hasLauncherEntry(String[] packageNames)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasLauncherEntry", "String[] packageNames")); 

1.253.36. getAppLongVersionCode(String packageName)


public long getAppLongVersionCode(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getAppLongVersionCode", "String packageName")); 

1.254. BatteryWifiParser.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/BatteryWifiParser.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.254.1. isSet(HistoryItem record)


protected boolean isSet(HistoryItem record)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSet", "HistoryItem record")); 

1.255. BillingCyclePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/BillingCyclePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.255.1. onAttached()


public void onAttached()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttached", "")); 

1.255.2. onDetached()


public void onDetached()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDetached", "")); 

1.255.3. setTemplate(NetworkTemplate template,int subId,NetworkServices services)


public void setTemplate(NetworkTemplate template, int subId, NetworkServices services)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTemplate", "NetworkTemplate template,int subId,NetworkServices services")); 

1.255.4. updateEnabled()


private void updateEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEnabled", "")); 

1.255.5. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.256. BillingCycleSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/BillingCycleSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.256.1. setUpForTest(NetworkPolicyEditor policyEditor,Preference billingCycle,Preference dataLimit,Preference dataWarning,SwitchPreference enableLimit,SwitchPreference enableWarning)


void setUpForTest(NetworkPolicyEditor policyEditor, Preference billingCycle, Preference dataLimit, Preference dataWarning, SwitchPreference enableLimit, SwitchPreference enableWarning)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUpForTest", "NetworkPolicyEditor policyEditor,Preference billingCycle,Preference dataLimit,Preference dataWarning,SwitchPreference enableLimit,SwitchPreference enableWarning")); 

1.256.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.256.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.256.4. updatePrefs()


void updatePrefs()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePrefs", "")); 

1.256.5. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.256.6. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.256.7. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.256.8. setPolicyLimitBytes(long limitBytes)


void setPolicyLimitBytes(long limitBytes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPolicyLimitBytes", "long limitBytes")); 

1.256.9. setPolicyWarningBytes(long warningBytes)


private void setPolicyWarningBytes(long warningBytes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPolicyWarningBytes", "long warningBytes")); 

1.256.10. getNetworkPolicyEditor()


public NetworkPolicyEditor getNetworkPolicyEditor()

methodList.add(new ZMethod(mZAndroidAPPClass,"NetworkPolicyEditor" ,"getNetworkPolicyEditor", "")); 

1.256.11. getNetworkTemplate()


public NetworkTemplate getNetworkTemplate()

methodList.add(new ZMethod(mZAndroidAPPClass,"NetworkTemplate" ,"getNetworkTemplate", "")); 

1.256.12. updateDataUsage()


public void updateDataUsage()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDataUsage", "")); 

1.257. BlockPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/BlockPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.257.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.257.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.257.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.257.4. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.258. BluetoothA2dpConfigStore.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothA2dpConfigStore.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.258.1. setCodecType(int codecType)


public void setCodecType(int codecType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCodecType", "int codecType")); 

1.258.2. setCodecPriority(int codecPriority)


public void setCodecPriority(int codecPriority)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCodecPriority", "int codecPriority")); 

1.258.3. setSampleRate(int sampleRate)


public void setSampleRate(int sampleRate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSampleRate", "int sampleRate")); 

1.258.4. setBitsPerSample(int bitsPerSample)


public void setBitsPerSample(int bitsPerSample)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBitsPerSample", "int bitsPerSample")); 

1.258.5. setChannelMode(int channelMode)


public void setChannelMode(int channelMode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChannelMode", "int channelMode")); 

1.258.6. setCodecSpecific1Value(int codecSpecific1Value)


public void setCodecSpecific1Value(int codecSpecific1Value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCodecSpecific1Value", "int codecSpecific1Value")); 

1.258.7. setCodecSpecific2Value(int codecSpecific2Value)


public void setCodecSpecific2Value(int codecSpecific2Value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCodecSpecific2Value", "int codecSpecific2Value")); 

1.258.8. setCodecSpecific3Value(int codecSpecific3Value)


public void setCodecSpecific3Value(int codecSpecific3Value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCodecSpecific3Value", "int codecSpecific3Value")); 

1.258.9. setCodecSpecific4Value(int codecSpecific4Value)


public void setCodecSpecific4Value(int codecSpecific4Value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCodecSpecific4Value", "int codecSpecific4Value")); 

1.258.10. createCodecConfig()


public BluetoothCodecConfig createCodecConfig()

methodList.add(new ZMethod(mZAndroidAPPClass,"BluetoothCodecConfig" ,"createCodecConfig", "")); 

1.259. BluetoothA2dpHwOffloadPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothA2dpHwOffloadPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.259.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.259.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.259.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.259.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.259.5. onA2dpHwDialogConfirmed()


public void onA2dpHwDialogConfirmed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onA2dpHwDialogConfirmed", "")); 

1.260. BluetoothA2dpHwOffloadRebootDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothA2dpHwOffloadRebootDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.260.1. show(DevelopmentSettingsDashboardFragment host,BluetoothA2dpHwOffloadPreferenceController controller)


public static void show(DevelopmentSettingsDashboardFragment host, BluetoothA2dpHwOffloadPreferenceController controller)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "DevelopmentSettingsDashboardFragment host,BluetoothA2dpHwOffloadPreferenceController controller")); 

1.260.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.260.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.260.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.261. BluetoothA2dpLock.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothA2dpLock.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.262. BluetoothAbsoluteVolumePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothAbsoluteVolumePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.262.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.262.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.262.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.262.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.263. BluetoothAddressPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/BluetoothAddressPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.264. BluetoothAudioBitsPerSamplePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothAudioBitsPerSamplePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.264.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.264.2. getListValues()


protected String[] getListValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListValues", "")); 

1.264.3. getListSummaries()


protected String[] getListSummaries()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListSummaries", "")); 

1.264.4. getDefaultIndex()


protected int getDefaultIndex()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultIndex", "")); 

1.264.5. writeConfigurationValues(Object newValue)


protected void writeConfigurationValues(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeConfigurationValues", "Object newValue")); 

1.264.6. getCurrentA2dpSettingIndex(BluetoothCodecConfig config)


protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCurrentA2dpSettingIndex", "BluetoothCodecConfig config")); 

1.265. BluetoothAudioChannelModePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothAudioChannelModePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.265.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.265.2. getListValues()


protected String[] getListValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListValues", "")); 

1.265.3. getListSummaries()


protected String[] getListSummaries()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListSummaries", "")); 

1.265.4. getDefaultIndex()


protected int getDefaultIndex()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultIndex", "")); 

1.265.5. writeConfigurationValues(Object newValue)


protected void writeConfigurationValues(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeConfigurationValues", "Object newValue")); 

1.265.6. getCurrentA2dpSettingIndex(BluetoothCodecConfig config)


protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCurrentA2dpSettingIndex", "BluetoothCodecConfig config")); 

1.266. BluetoothAudioCodecPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothAudioCodecPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.266.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.266.2. getListValues()


protected String[] getListValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListValues", "")); 

1.266.3. getListSummaries()


protected String[] getListSummaries()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListSummaries", "")); 

1.266.4. getDefaultIndex()


protected int getDefaultIndex()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultIndex", "")); 

1.266.5. writeConfigurationValues(Object newValue)


protected void writeConfigurationValues(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeConfigurationValues", "Object newValue")); 

1.266.6. getCurrentA2dpSettingIndex(BluetoothCodecConfig config)


protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCurrentA2dpSettingIndex", "BluetoothCodecConfig config")); 

1.267. BluetoothAudioQualityPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothAudioQualityPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.267.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.267.2. getListValues()


protected String[] getListValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListValues", "")); 

1.267.3. getListSummaries()


protected String[] getListSummaries()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListSummaries", "")); 

1.267.4. getDefaultIndex()


protected int getDefaultIndex()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultIndex", "")); 

1.267.5. writeConfigurationValues(Object newValue)


protected void writeConfigurationValues(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeConfigurationValues", "Object newValue")); 

1.267.6. getCurrentA2dpSettingIndex(BluetoothCodecConfig config)


protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCurrentA2dpSettingIndex", "BluetoothCodecConfig config")); 

1.268. BluetoothAudioSampleRatePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothAudioSampleRatePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.268.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.268.2. getListValues()


protected String[] getListValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListValues", "")); 

1.268.3. getListSummaries()


protected String[] getListSummaries()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getListSummaries", "")); 

1.268.4. getDefaultIndex()


protected int getDefaultIndex()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultIndex", "")); 

1.268.5. writeConfigurationValues(Object newValue)


protected void writeConfigurationValues(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeConfigurationValues", "Object newValue")); 

1.268.6. getCurrentA2dpSettingIndex(BluetoothCodecConfig config)


protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCurrentA2dpSettingIndex", "BluetoothCodecConfig config")); 

1.269. BluetoothAvrcpVersionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothAvrcpVersionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.269.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.269.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.269.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.270. BluetoothDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/BluetoothDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.270.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.270.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.270.3. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.270.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.270.5. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.270.6. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.270.7. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.271. BluetoothDetailsButtonsController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.271.1. onForgetButtonPressed()


private void onForgetButtonPressed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onForgetButtonPressed", "")); 

1.271.2. init(PreferenceScreen screen)


protected void init(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "PreferenceScreen screen")); 

1.271.3. refresh()


protected void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.271.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.272. BluetoothDetailsController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDetailsController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.272.1. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.272.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.272.3. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.272.4. onDeviceAttributesChanged()


public void onDeviceAttributesChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAttributesChanged", "")); 

1.272.5. displayPreference(PreferenceScreen screen)


public final void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.272.6. init(PreferenceScreen screen)


protected abstract void init(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "PreferenceScreen screen")); 

1.272.7. refresh()


protected abstract void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.273. BluetoothDetailsHeaderController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDetailsHeaderController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.273.1. init(PreferenceScreen screen)


protected void init(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "PreferenceScreen screen")); 

1.273.2. setHeaderProperties()


protected void setHeaderProperties()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHeaderProperties", "")); 

1.273.3. refresh()


protected void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.273.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.274. BluetoothDetailsMacAddressController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDetailsMacAddressController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.274.1. init(PreferenceScreen screen)


protected void init(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "PreferenceScreen screen")); 

1.274.2. refresh()


protected void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.274.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.275. BluetoothDetailsProfilesController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDetailsProfilesController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.275.1. init(PreferenceScreen screen)


protected void init(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "PreferenceScreen screen")); 

1.275.2. createProfilePreference(Context context,LocalBluetoothProfile profile)


private SwitchPreference createProfilePreference(Context context, LocalBluetoothProfile profile)

methodList.add(new ZMethod(mZAndroidAPPClass,"SwitchPreference" ,"createProfilePreference", "Context context,LocalBluetoothProfile profile")); 

1.275.3. refreshProfilePreference(SwitchPreference profilePref,LocalBluetoothProfile profile)


private void refreshProfilePreference(SwitchPreference profilePref, LocalBluetoothProfile profile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshProfilePreference", "SwitchPreference profilePref,LocalBluetoothProfile profile")); 

1.275.4. enableProfile(LocalBluetoothProfile profile,BluetoothDevice device,SwitchPreference profilePref)


private void enableProfile(LocalBluetoothProfile profile, BluetoothDevice device, SwitchPreference profilePref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableProfile", "LocalBluetoothProfile profile,BluetoothDevice device,SwitchPreference profilePref")); 

1.275.5. disableProfile(LocalBluetoothProfile profile,BluetoothDevice device,SwitchPreference profilePref)


private void disableProfile(LocalBluetoothProfile profile, BluetoothDevice device, SwitchPreference profilePref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableProfile", "LocalBluetoothProfile profile,BluetoothDevice device,SwitchPreference profilePref")); 

1.275.6. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.275.7. getProfiles()


private List getProfiles()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getProfiles", "")); 

1.275.8. maybeAddHighQualityAudioPref(LocalBluetoothProfile profile)


private void maybeAddHighQualityAudioPref(LocalBluetoothProfile profile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"maybeAddHighQualityAudioPref", "LocalBluetoothProfile profile")); 

1.275.9. refresh()


protected void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.275.10. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.276. BluetoothDeviceDetailsFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDeviceDetailsFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.276.1. getLocalBluetoothManager(Context context)


LocalBluetoothManager getLocalBluetoothManager(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"LocalBluetoothManager" ,"getLocalBluetoothManager", "Context context")); 

1.276.2. getCachedDevice(String deviceAddress)


CachedBluetoothDevice getCachedDevice(String deviceAddress)

methodList.add(new ZMethod(mZAndroidAPPClass,"CachedBluetoothDevice" ,"getCachedDevice", "String deviceAddress")); 

1.276.3. newInstance(String deviceAddress)


public static BluetoothDeviceDetailsFragment newInstance(String deviceAddress)

methodList.add(new ZMethod(mZAndroidAPPClass,"BluetoothDeviceDetailsFragment" ,"newInstance", "String deviceAddress")); 

1.276.4. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.276.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.276.6. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.276.7. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.276.8. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.276.9. onOptionsItemSelected(MenuItem menuItem)


public boolean onOptionsItemSelected(MenuItem menuItem)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem menuItem")); 

1.276.10. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.277. BluetoothDeviceNamePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDeviceNamePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.277.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.277.2. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.277.3. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.277.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.277.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.277.6. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.277.7. createBluetoothDeviceNamePreference(PreferenceScreen screen,int order)


public Preference createBluetoothDeviceNamePreference(PreferenceScreen screen, int order)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"createBluetoothDeviceNamePreference", "PreferenceScreen screen,int order")); 

1.277.8. updatePreferenceState(final Preference preference)


protected void updatePreferenceState(final Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferenceState", "final Preference preference")); 

1.277.9. getDeviceName()


protected String getDeviceName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDeviceName", "")); 

1.278. BluetoothDeviceNoNamePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothDeviceNoNamePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.278.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.278.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.278.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.278.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.279. BluetoothDevicePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDevicePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.279.1. rebind()


void rebind()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"rebind", "")); 

1.279.2. shouldHideSecondTarget()


protected boolean shouldHideSecondTarget()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldHideSecondTarget", "")); 

1.279.3. getSecondTargetResId()


protected int getSecondTargetResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSecondTargetResId", "")); 

1.279.4. getCachedDevice()


CachedBluetoothDevice getCachedDevice()

methodList.add(new ZMethod(mZAndroidAPPClass,"CachedBluetoothDevice" ,"getCachedDevice", "")); 

1.279.5. onPrepareForRemoval()


protected void onPrepareForRemoval()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareForRemoval", "")); 

1.279.6. getBluetoothDevice()


public CachedBluetoothDevice getBluetoothDevice()

methodList.add(new ZMethod(mZAndroidAPPClass,"CachedBluetoothDevice" ,"getBluetoothDevice", "")); 

1.279.7. hideSecondTarget(boolean hideSecondTarget)


public void hideSecondTarget(boolean hideSecondTarget)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"hideSecondTarget", "boolean hideSecondTarget")); 

1.279.8. onDeviceAttributesChanged()


public void onDeviceAttributesChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAttributesChanged", "")); 

1.279.9. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.279.10. equals(Object o)


public boolean equals(Object o)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"equals", "Object o")); 

1.279.11. hashCode()


public int hashCode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"hashCode", "")); 

1.279.12. compareTo(Preference another)


public int compareTo(Preference another)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"compareTo", "Preference another")); 

1.279.13. onClicked()


void onClicked()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClicked", "")); 

1.279.14. askDisconnect()


private void askDisconnect()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"askDisconnect", "")); 

1.279.15. pair()


private void pair()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pair", "")); 

1.280. BluetoothDeviceRenamePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDeviceRenamePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.280.1. setFragment(Fragment fragment)


public void setFragment(Fragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFragment", "Fragment fragment")); 

1.280.2. updatePreferenceState(final Preference preference)


protected void updatePreferenceState(final Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferenceState", "final Preference preference")); 

1.280.3. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.280.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.281. BluetoothDeviceUpdater.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDeviceUpdater.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.281.1. registerCallback()


public void registerCallback()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerCallback", "")); 

1.281.2. unregisterCallback()


public void unregisterCallback()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregisterCallback", "")); 

1.281.3. forceUpdate()


public void forceUpdate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"forceUpdate", "")); 

1.281.4. onBluetoothStateChanged(int bluetoothState)


public void onBluetoothStateChanged(int bluetoothState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBluetoothStateChanged", "int bluetoothState")); 

1.281.5. onScanningStateChanged(boolean started)


public void onScanningStateChanged(boolean started)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onScanningStateChanged", "boolean started")); 

1.281.6. onDeviceAdded(CachedBluetoothDevice cachedDevice)


public void onDeviceAdded(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAdded", "CachedBluetoothDevice cachedDevice")); 

1.281.7. onDeviceDeleted(CachedBluetoothDevice cachedDevice)


public void onDeviceDeleted(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceDeleted", "CachedBluetoothDevice cachedDevice")); 

1.281.8. onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice,int bondState)


public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceBondStateChanged", "CachedBluetoothDevice cachedDevice,int bondState")); 

1.281.9. onConnectionStateChanged(CachedBluetoothDevice cachedDevice,int state)


public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onConnectionStateChanged", "CachedBluetoothDevice cachedDevice,int state")); 

1.281.10. onActiveDeviceChanged(CachedBluetoothDevice activeDevice,int bluetoothProfile)


public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActiveDeviceChanged", "CachedBluetoothDevice activeDevice,int bluetoothProfile")); 

1.281.11. onAudioModeChanged()


public void onAudioModeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAudioModeChanged", "")); 

1.281.12. onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice,int state,int bluetoothProfile)


public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, int bluetoothProfile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProfileConnectionStateChanged", "CachedBluetoothDevice cachedDevice,int state,int bluetoothProfile")); 

1.281.13. onServiceConnected()


public void onServiceConnected()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onServiceConnected", "")); 

1.281.14. onServiceDisconnected()


public void onServiceDisconnected()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onServiceDisconnected", "")); 

1.281.15. setPrefContext(Context context)


public void setPrefContext(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPrefContext", "Context context")); 

1.281.16. isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice)


public abstract boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFilterMatched", "CachedBluetoothDevice cachedBluetoothDevice")); 

1.281.17. update(CachedBluetoothDevice cachedBluetoothDevice)


protected void update(CachedBluetoothDevice cachedBluetoothDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"update", "CachedBluetoothDevice cachedBluetoothDevice")); 

1.281.18. addPreference(CachedBluetoothDevice cachedDevice)


protected void addPreference(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPreference", "CachedBluetoothDevice cachedDevice")); 

1.281.19. removePreference(CachedBluetoothDevice cachedDevice)


protected void removePreference(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removePreference", "CachedBluetoothDevice cachedDevice")); 

1.281.20. launchDeviceDetails(Preference preference)


protected void launchDeviceDetails(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchDeviceDetails", "Preference preference")); 

1.281.21. isDeviceConnected(CachedBluetoothDevice cachedDevice)


public boolean isDeviceConnected(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDeviceConnected", "CachedBluetoothDevice cachedDevice")); 

1.282. BluetoothDiscoverableEnabler.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothDiscoverableEnabler.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.282.1. resume(Context context)


public void resume(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resume", "Context context")); 

1.282.2. pause()


public void pause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pause", "")); 

1.282.3. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.282.4. setEnabled(boolean enable)


private void setEnabled(boolean enable)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enable")); 

1.282.5. updateTimerDisplay(int timeout)


private void updateTimerDisplay(int timeout)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTimerDisplay", "int timeout")); 

1.282.6. formatTimeRemaining(int timeout)


private static String formatTimeRemaining(int timeout)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"formatTimeRemaining", "int timeout")); 

1.282.7. setDiscoverableTimeout(int index)


void setDiscoverableTimeout(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDiscoverableTimeout", "int index")); 

1.282.8. getDiscoverableTimeout()


private int getDiscoverableTimeout()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDiscoverableTimeout", "")); 

1.282.9. getDiscoverableTimeoutIndex()


int getDiscoverableTimeoutIndex()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDiscoverableTimeoutIndex", "")); 

1.282.10. setNumberOfPairedDevices(int pairedDevices)


void setNumberOfPairedDevices(int pairedDevices)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setNumberOfPairedDevices", "int pairedDevices")); 

1.282.11. handleModeChanged(int mode)


void handleModeChanged(int mode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleModeChanged", "int mode")); 

1.282.12. setSummaryNotDiscoverable()


private void setSummaryNotDiscoverable()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSummaryNotDiscoverable", "")); 

1.282.13. updateCountdownSummary()


private void updateCountdownSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCountdownSummary", "")); 

1.283. BluetoothEnabler.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothEnabler.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.283.1. setupSwitchController()


public void setupSwitchController()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupSwitchController", "")); 

1.283.2. teardownSwitchController()


public void teardownSwitchController()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"teardownSwitchController", "")); 

1.283.3. resume(Context context)


public void resume(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resume", "Context context")); 

1.283.4. pause()


public void pause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pause", "")); 

1.283.5. handleStateChanged(int state)


void handleStateChanged(int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleStateChanged", "int state")); 

1.283.6. setChecked(boolean isChecked)


private void setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean isChecked")); 

1.283.7. onSwitchToggled(boolean isChecked)


public boolean onSwitchToggled(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onSwitchToggled", "boolean isChecked")); 

1.283.8. setToggleCallback(SwitchWidgetController.OnSwitchChangeListener listener)


public void setToggleCallback(SwitchWidgetController.OnSwitchChangeListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setToggleCallback", "SwitchWidgetController.OnSwitchChangeListener listener")); 

1.283.9. maybeEnforceRestrictions()


boolean maybeEnforceRestrictions()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"maybeEnforceRestrictions", "")); 

1.283.10. getEnforcedAdmin(RestrictionUtils mRestrictionUtils,Context mContext)


public static EnforcedAdmin getEnforcedAdmin(RestrictionUtils mRestrictionUtils, Context mContext)

methodList.add(new ZMethod(mZAndroidAPPClass,"EnforcedAdmin" ,"getEnforcedAdmin", "RestrictionUtils mRestrictionUtils,Context mContext")); 

1.283.11. triggerParentPreferenceCallback(boolean isChecked)


private void triggerParentPreferenceCallback(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"triggerParentPreferenceCallback", "boolean isChecked")); 

1.284. BluetoothFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.285. BluetoothFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.285.1. isPairingPageEnabled()


public boolean isPairingPageEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPairingPageEnabled", "")); 

1.285.2. isDeviceDetailPageEnabled()


public boolean isDeviceDetailPageEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDeviceDetailPageEnabled", "")); 

1.286. BluetoothFilesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothFilesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.286.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.286.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.286.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.287. BluetoothLengthDeviceNameFilter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothLengthDeviceNameFilter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.288. BluetoothMaxConnectedAudioDevicesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothMaxConnectedAudioDevicesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.288.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.288.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.288.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.288.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.288.5. onDeveloperOptionsSwitchEnabled()


protected void onDeveloperOptionsSwitchEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchEnabled", "")); 

1.288.6. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.289. BluetoothNameDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothNameDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.289.1. getDialogTitle()


protected abstract int getDialogTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogTitle", "")); 

1.289.2. getDeviceName()


protected abstract String getDeviceName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDeviceName", "")); 

1.289.3. setDeviceName(String deviceName)


protected abstract void setDeviceName(String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDeviceName", "String deviceName")); 

1.289.4. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.289.5. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.289.6. createDialogView(String deviceName)


private View createDialogView(String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"createDialogView", "String deviceName")); 

1.289.7. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.289.8. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.289.9. updateDeviceName()


void updateDeviceName()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDeviceName", "")); 

1.289.10. afterTextChanged(Editable s)


public void afterTextChanged(Editable s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"afterTextChanged", "Editable s")); 

1.289.11. onConfigurationChanged(Configuration newConfig,CharSequence s)


public void onConfigurationChanged(Configuration newConfig, CharSequence s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onConfigurationChanged", "Configuration newConfig,CharSequence s")); 

1.289.12. beforeTextChanged(CharSequence s,int start,int count,int after)


public void beforeTextChanged(CharSequence s, int start, int count, int after)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"beforeTextChanged", "CharSequence s,int start,int count,int after")); 

1.289.13. onTextChanged(CharSequence s,int start,int before,int count)


public void onTextChanged(CharSequence s, int start, int before, int count)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onTextChanged", "CharSequence s,int start,int before,int count")); 

1.290. BluetoothOnWhileDrivingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/BluetoothOnWhileDrivingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.290.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.290.2. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.290.3. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.291. BluetoothPairingController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPairingController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.291.1. onCheckedChanged(CompoundButton buttonView,boolean isChecked)


public void onCheckedChanged(CompoundButton buttonView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCheckedChanged", "CompoundButton buttonView,boolean isChecked")); 

1.291.2. onDialogPositiveClick(BluetoothPairingDialogFragment dialog)


public void onDialogPositiveClick(BluetoothPairingDialogFragment dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogPositiveClick", "BluetoothPairingDialogFragment dialog")); 

1.291.3. onDialogNegativeClick(BluetoothPairingDialogFragment dialog)


public void onDialogNegativeClick(BluetoothPairingDialogFragment dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogNegativeClick", "BluetoothPairingDialogFragment dialog")); 

1.291.4. getDialogType()


public int getDialogType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogType", "")); 

1.291.5. getDeviceName()


public String getDeviceName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDeviceName", "")); 

1.291.6. isProfileReady()


public boolean isProfileReady()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isProfileReady", "")); 

1.291.7. getContactSharingState()


public boolean getContactSharingState()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getContactSharingState", "")); 

1.291.8. setContactSharingState()


public void setContactSharingState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setContactSharingState", "")); 

1.291.9. isPasskeyValid(Editable s)


public boolean isPasskeyValid(Editable s)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPasskeyValid", "Editable s")); 

1.291.10. getDeviceVariantMessageId()


public int getDeviceVariantMessageId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDeviceVariantMessageId", "")); 

1.291.11. getDeviceVariantMessageHintId()


public int getDeviceVariantMessageHintId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDeviceVariantMessageHintId", "")); 

1.291.12. getDeviceMaxPasskeyLength()


public int getDeviceMaxPasskeyLength()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDeviceMaxPasskeyLength", "")); 

1.291.13. pairingCodeIsAlphanumeric()


public boolean pairingCodeIsAlphanumeric()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"pairingCodeIsAlphanumeric", "")); 

1.291.14. notifyDialogDisplayed()


protected void notifyDialogDisplayed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"notifyDialogDisplayed", "")); 

1.291.15. isDisplayPairingKeyVariant()


public boolean isDisplayPairingKeyVariant()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDisplayPairingKeyVariant", "")); 

1.291.16. hasPairingContent()


public boolean hasPairingContent()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasPairingContent", "")); 

1.291.17. getPairingContent()


public String getPairingContent()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPairingContent", "")); 

1.291.18. updateUserInput(String input)


protected void updateUserInput(String input)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUserInput", "String input")); 

1.291.19. formatKey(int passkey)


private String formatKey(int passkey)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"formatKey", "int passkey")); 

1.291.20. onPair(String passkey)


private void onPair(String passkey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPair", "String passkey")); 

1.291.21. onCancel()


public void onCancel()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCancel", "")); 

1.291.22. deviceEquals(BluetoothDevice device)


public boolean deviceEquals(BluetoothDevice device)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"deviceEquals", "BluetoothDevice device")); 

1.292. BluetoothPairingDetail.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPairingDetail.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.292.1. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.292.2. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.292.3. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.292.4. updateBluetooth()


void updateBluetooth()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBluetooth", "")); 

1.292.5. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.292.6. initPreferencesFromPreferenceScreen()


void initPreferencesFromPreferenceScreen()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initPreferencesFromPreferenceScreen", "")); 

1.292.7. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.292.8. enableScanning()


void enableScanning()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableScanning", "")); 

1.292.9. onDevicePreferenceClick(BluetoothDevicePreference btPreference)


void onDevicePreferenceClick(BluetoothDevicePreference btPreference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDevicePreferenceClick", "BluetoothDevicePreference btPreference")); 

1.292.10. onScanningStateChanged(boolean started)


public void onScanningStateChanged(boolean started)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onScanningStateChanged", "boolean started")); 

1.292.11. updateContent(int bluetoothState)


void updateContent(int bluetoothState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateContent", "int bluetoothState")); 

1.292.12. onBluetoothStateChanged(int bluetoothState)


public void onBluetoothStateChanged(int bluetoothState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBluetoothStateChanged", "int bluetoothState")); 

1.292.13. onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice,int bondState)


public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceBondStateChanged", "CachedBluetoothDevice cachedDevice,int bondState")); 

1.292.14. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.292.15. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.292.16. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.292.17. getDeviceListKey()


public String getDeviceListKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDeviceListKey", "")); 

1.293. BluetoothPairingDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPairingDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.293.1. onCreate(@Nullable Bundle savedInstanceState)


protected void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.293.2. onDestroy()


protected void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.293.3. dismiss()


void dismiss()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dismiss", "")); 

1.294. BluetoothPairingDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPairingDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.294.1. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.294.2. beforeTextChanged(CharSequence s,int start,int count,int after)


public void beforeTextChanged(CharSequence s, int start, int count, int after)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"beforeTextChanged", "CharSequence s,int start,int count,int after")); 

1.294.3. onTextChanged(CharSequence s,int start,int before,int count)


public void onTextChanged(CharSequence s, int start, int before, int count)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onTextChanged", "CharSequence s,int start,int before,int count")); 

1.294.4. afterTextChanged(Editable s)


public void afterTextChanged(Editable s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"afterTextChanged", "Editable s")); 

1.294.5. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.294.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.294.7. getmDialog()


protected AlertDialog getmDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"getmDialog", "")); 

1.294.8. setPairingController(BluetoothPairingController pairingController)


void setPairingController(BluetoothPairingController pairingController)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPairingController", "BluetoothPairingController pairingController")); 

1.294.9. isPairingControllerSet()


boolean isPairingControllerSet()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPairingControllerSet", "")); 

1.294.10. setPairingDialogActivity(BluetoothPairingDialog pairingDialogActivity)


void setPairingDialogActivity(BluetoothPairingDialog pairingDialogActivity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPairingDialogActivity", "BluetoothPairingDialog pairingDialogActivity")); 

1.294.11. isPairingDialogActivitySet()


boolean isPairingDialogActivitySet()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPairingDialogActivitySet", "")); 

1.294.12. setupDialog()


private AlertDialog setupDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"setupDialog", "")); 

1.294.13. getPairingViewText()


CharSequence getPairingViewText()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getPairingViewText", "")); 

1.294.14. createUserEntryDialog()


private AlertDialog createUserEntryDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createUserEntryDialog", "")); 

1.294.15. createPinEntryView()


private View createPinEntryView()

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"createPinEntryView", "")); 

1.294.16. createConfirmationDialog()


private AlertDialog createConfirmationDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createConfirmationDialog", "")); 

1.294.17. createConsentDialog()


private AlertDialog createConsentDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createConsentDialog", "")); 

1.294.18. createDisplayPasskeyOrPinDialog()


private AlertDialog createDisplayPasskeyOrPinDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDisplayPasskeyOrPinDialog", "")); 

1.294.19. createView()


private View createView()

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"createView", "")); 

1.295. BluetoothPairingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPairingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.295.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.295.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.295.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.295.4. createBluetoothPairingPreference(int order)


public Preference createBluetoothPairingPreference(int order)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"createBluetoothPairingPreference", "int order")); 

1.296. BluetoothPairingRequest.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPairingRequest.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.296.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.297. BluetoothPairingService.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPairingService.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.297.1. getPairingDialogIntent(Context context,Intent intent)


public static Intent getPairingDialogIntent(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getPairingDialogIntent", "Context context,Intent intent")); 

1.297.2. onCreate()


public void onCreate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "")); 

1.297.3. onStartCommand(Intent intent,int flags,int startId)


public int onStartCommand(Intent intent, int flags, int startId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"onStartCommand", "Intent intent,int flags,int startId")); 

1.297.4. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.297.5. onBind(Intent intent)


public IBinder onBind(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"IBinder" ,"onBind", "Intent intent")); 

1.298. BluetoothPermissionActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.298.1. dismissDialog()


private void dismissDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dismissDialog", "")); 

1.298.2. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.298.3. showDialog(String title,int requestType)


private void showDialog(String title, int requestType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDialog", "String title,int requestType")); 

1.298.4. onBackPressed()


public void onBackPressed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBackPressed", "")); 

1.298.5. createConnectionDialogView()


private View createConnectionDialogView()

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"createConnectionDialogView", "")); 

1.298.6. createPhonebookDialogView()


private View createPhonebookDialogView()

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"createPhonebookDialogView", "")); 

1.298.7. createMapDialogView()


private View createMapDialogView()

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"createMapDialogView", "")); 

1.298.8. createSapDialogView()


private View createSapDialogView()

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"createSapDialogView", "")); 

1.298.9. onPositive()


private void onPositive()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPositive", "")); 

1.298.10. onNegative()


private void onNegative()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNegative", "")); 

1.298.11. sendReplyIntentToReceiver(final boolean allowed,final boolean always)


private void sendReplyIntentToReceiver(final boolean allowed, final boolean always)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"sendReplyIntentToReceiver", "final boolean allowed,final boolean always")); 

1.298.12. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.298.13. onDestroy()


protected void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.298.14. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.299. BluetoothPermissionRequest.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothPermissionRequest.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.299.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.299.2. getNotificationTag(int requestType)


private String getNotificationTag(int requestType)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getNotificationTag", "int requestType")); 

1.299.3. checkUserChoice()


private boolean checkUserChoice()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"checkUserChoice", "")); 

1.299.4. sendReplyIntentToReceiver(final boolean allowed)


private void sendReplyIntentToReceiver(final boolean allowed)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"sendReplyIntentToReceiver", "final boolean allowed")); 

1.300. BluetoothProgressCategory.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothProgressCategory.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.300.1. init()


private void init()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "")); 

1.301. BluetoothScanAnomalyDetector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/checker/BluetoothScanAnomalyDetector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.301.1. detectAnomalies(BatteryStatsHelper batteryStatsHelper)


public List detectAnomalies(BatteryStatsHelper batteryStatsHelper)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"detectAnomalies", "BatteryStatsHelper batteryStatsHelper")); 

1.301.2. detectAnomalies(BatteryStatsHelper batteryStatsHelper,String targetPackageName)


public List detectAnomalies(BatteryStatsHelper batteryStatsHelper, String targetPackageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"detectAnomalies", "BatteryStatsHelper batteryStatsHelper,String targetPackageName")); 

1.301.3. getBluetoothUnoptimizedBgTimeMs(BatteryStats.Uid uid,long elapsedRealtimeMs)


public long getBluetoothUnoptimizedBgTimeMs(BatteryStats.Uid uid, long elapsedRealtimeMs)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getBluetoothUnoptimizedBgTimeMs", "BatteryStats.Uid uid,long elapsedRealtimeMs")); 

1.302. BluetoothScanningPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/BluetoothScanningPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.302.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.302.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.302.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.302.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.303. BluetoothServiceConnectionListener.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothServiceConnectionListener.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.304. BluetoothSliceBuilder.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSliceBuilder.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.304.1. getSlice(Context context)


public static Slice getSlice(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"getSlice", "Context context")); 

1.304.2. getIntent(Context context)


public static Intent getIntent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "Context context")); 

1.304.3. handleUriChange(Context context,Intent intent)


public static void handleUriChange(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleUriChange", "Context context,Intent intent")); 

1.304.4. isBluetoothEnabled()


private static boolean isBluetoothEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBluetoothEnabled", "")); 

1.304.5. getPrimaryAction(Context context)


private static PendingIntent getPrimaryAction(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getPrimaryAction", "Context context")); 

1.304.6. getBroadcastIntent(Context context)


private static PendingIntent getBroadcastIntent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getBroadcastIntent", "Context context")); 

1.305. BluetoothSnoopLogPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BluetoothSnoopLogPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.305.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.305.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.305.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.305.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.306. BluetoothSummaryUpdater.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSummaryUpdater.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.306.1. onBluetoothStateChanged(int bluetoothState)


public void onBluetoothStateChanged(int bluetoothState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBluetoothStateChanged", "int bluetoothState")); 

1.306.2. onConnectionStateChanged(CachedBluetoothDevice cachedDevice,int state)


public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onConnectionStateChanged", "CachedBluetoothDevice cachedDevice,int state")); 

1.306.3. onScanningStateChanged(boolean started)


public void onScanningStateChanged(boolean started)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onScanningStateChanged", "boolean started")); 

1.306.4. onDeviceAdded(CachedBluetoothDevice cachedDevice)


public void onDeviceAdded(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAdded", "CachedBluetoothDevice cachedDevice")); 

1.306.5. onDeviceDeleted(CachedBluetoothDevice cachedDevice)


public void onDeviceDeleted(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceDeleted", "CachedBluetoothDevice cachedDevice")); 

1.306.6. onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice,int bondState)


public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceBondStateChanged", "CachedBluetoothDevice cachedDevice,int bondState")); 

1.306.7. onActiveDeviceChanged(CachedBluetoothDevice activeDevice,int bluetoothProfile)


public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActiveDeviceChanged", "CachedBluetoothDevice activeDevice,int bluetoothProfile")); 

1.306.8. onAudioModeChanged()


public void onAudioModeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAudioModeChanged", "")); 

1.306.9. register(boolean listening)


public void register(boolean listening)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"register", "boolean listening")); 

1.306.10. getSummary()


public String getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSummary", "")); 

1.306.11. getConnectedDeviceSummary()


String getConnectedDeviceSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getConnectedDeviceSummary", "")); 

1.307. BluetoothSwitchPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSwitchPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.307.1. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.307.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.307.3. onSwitchToggled(boolean isChecked)


public boolean onSwitchToggled(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onSwitchToggled", "boolean isChecked")); 

1.307.4. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.307.5. updateText(boolean isChecked)


void updateText(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateText", "boolean isChecked")); 

1.308. BootSoundPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/BootSoundPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.308.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.308.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.308.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.308.4. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.309. BottomLabelLayout.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/graph/BottomLabelLayout.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.309.1. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.309.2. setStacked(boolean stacked)


void setStacked(boolean stacked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setStacked", "boolean stacked")); 

1.309.3. isStacked()


private boolean isStacked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isStacked", "")); 

1.310. BrandedAccountPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/BrandedAccountPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.310.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.310.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.311. BrightnessLevelPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/BrightnessLevelPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.311.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.311.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.311.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.311.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.311.5. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.311.6. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.311.7. updatedSummary(Preference preference)


private void updatedSummary(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatedSummary", "Preference preference")); 

1.311.8. getCurrentBrightness()


private double getCurrentBrightness()

methodList.add(new ZMethod(mZAndroidAPPClass,"double" ,"getCurrentBrightness", "")); 

1.311.9. getPercentage(double value,int min,int max)


private double getPercentage(double value, int min, int max)

methodList.add(new ZMethod(mZAndroidAPPClass,"double" ,"getPercentage", "double value,int min,int max")); 

1.311.10. isInVrMode()


boolean isInVrMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isInVrMode", "")); 

1.312. BrightnessPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/BrightnessPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.312.1. onClick()


protected void onClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "")); 

1.313. BugReportInPowerPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BugReportInPowerPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.313.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.313.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.313.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.313.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.313.5. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.314. BugreportPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/BugreportPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.314.1. onPrepareDialogBuilder(Builder builder,DialogInterface.OnClickListener listener)


protected void onPrepareDialogBuilder(Builder builder, DialogInterface.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareDialogBuilder", "Builder builder,DialogInterface.OnClickListener listener")); 

1.314.2. onClick(DialogInterface dialog,int which)


protected void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.314.3. takeBugreport(int bugreportType)


private void takeBugreport(int bugreportType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"takeBugreport", "int bugreportType")); 

1.315. BugReportPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/BugReportPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.315.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.315.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.316. BugReportsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/BugReportsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.316.1. getAdminActionTimestamp()


protected Date getAdminActionTimestamp()

methodList.add(new ZMethod(mZAndroidAPPClass,"Date" ,"getAdminActionTimestamp", "")); 

1.316.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.317. BuildNumberDialogController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/BuildNumberDialogController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.317.1. initialize()


public void initialize()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initialize", "")); 

1.318. BuildNumberPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/BuildNumberPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.318.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.318.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.318.3. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.318.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.318.5. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.318.6. onActivityResult(int requestCode,int resultCode,Intent data)


public boolean onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.318.7. enableDevelopmentSettings()


private void enableDevelopmentSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableDevelopmentSettings", "")); 

1.319. ButtonActionDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/ButtonActionDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.319.1. newInstance(@DialogType int id)


public static ButtonActionDialogFragment newInstance(@DialogType int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"ButtonActionDialogFragment" ,"newInstance", "@DialogType int id")); 

1.319.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.319.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.319.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.319.5. createDialog(int id)


private AlertDialog createDialog(int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id")); 

1.320. ButtonBarHandler.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/ButtonBarHandler.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.321. CaCertsCurrentUserPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/CaCertsCurrentUserPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.321.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.321.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.321.3. getNumberOfCaCerts()


protected int getNumberOfCaCerts()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfCaCerts", "")); 

1.322. CaCertsManagedProfilePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/CaCertsManagedProfilePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.322.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.322.2. getNumberOfCaCerts()


protected int getNumberOfCaCerts()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfCaCerts", "")); 

1.323. CaCertsPreferenceControllerBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/CaCertsPreferenceControllerBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.323.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.323.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.323.3. getNumberOfCaCerts()


protected abstract int getNumberOfCaCerts()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfCaCerts", "")); 

1.324. CachedStorageValuesHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/CachedStorageValuesHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.324.1. getCachedPrivateStorageInfo()


public PrivateStorageInfo getCachedPrivateStorageInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"PrivateStorageInfo" ,"getCachedPrivateStorageInfo", "")); 

1.324.2. getCachedAppsStorageResult()


public SparseArray getCachedAppsStorageResult()

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseArray" ,"getCachedAppsStorageResult", "")); 

1.324.3. cacheResult(PrivateStorageInfo storageInfo,StorageAsyncLoader.AppsStorageResult result)


public void cacheResult(PrivateStorageInfo storageInfo, StorageAsyncLoader.AppsStorageResult result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cacheResult", "PrivateStorageInfo storageInfo,StorageAsyncLoader.AppsStorageResult result")); 

1.324.4. isDataValid()


private boolean isDataValid()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDataValid", "")); 

1.325. CallVolumePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/CallVolumePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.325.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.325.2. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.325.3. getAudioStream()


public int getAudioStream()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAudioStream", "")); 

1.325.4. getMuteIcon()


public int getMuteIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMuteIcon", "")); 

1.326. CameraGesturePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/CameraGesturePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.326.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.326.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.326.3. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.326.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.327. CameraLaserSensorPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/CameraLaserSensorPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.327.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.327.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.327.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.327.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.327.5. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.327.6. isLaserSensorEnabled()


private boolean isLaserSensorEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isLaserSensorEnabled", "")); 

1.328. CancellablePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/CancellablePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.328.1. setCancellable(boolean isCancellable)


public void setCancellable(boolean isCancellable)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCancellable", "boolean isCancellable")); 

1.328.2. setOnCancelListener(OnCancelListener listener)


public void setOnCancelListener(OnCancelListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnCancelListener", "OnCancelListener listener")); 

1.328.3. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.328.4. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.329. CaptionPropertiesFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/CaptionPropertiesFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.329.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.329.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.329.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.329.4. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.329.5. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.329.6. onDestroyView()


public void onDestroyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyView", "")); 

1.329.7. refreshPreviewText()


private void refreshPreviewText()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshPreviewText", "")); 

1.329.8. applyCaptionProperties(CaptioningManager manager,SubtitleView previewText,View previewWindow,int styleId)


public static void applyCaptionProperties(CaptioningManager manager, SubtitleView previewText, View previewWindow, int styleId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"applyCaptionProperties", "CaptioningManager manager,SubtitleView previewText,View previewWindow,int styleId")); 

1.329.9. onInstallSwitchBarToggleSwitch()


protected void onInstallSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInstallSwitchBarToggleSwitch", "")); 

1.329.10. installSwitchBarToggleSwitch()


private void installSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"installSwitchBarToggleSwitch", "")); 

1.329.11. removeSwitchBarToggleSwitch()


private void removeSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeSwitchBarToggleSwitch", "")); 

1.329.12. initializeAllPreferences()


private void initializeAllPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeAllPreferences", "")); 

1.329.13. installUpdateListeners()


private void installUpdateListeners()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"installUpdateListeners", "")); 

1.329.14. updateAllPreferences()


private void updateAllPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAllPreferences", "")); 

1.329.15. parseColorOpacity(ColorPreference color,ColorPreference opacity,int value)


private void parseColorOpacity(ColorPreference color, ColorPreference opacity, int value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"parseColorOpacity", "ColorPreference color,ColorPreference opacity,int value")); 

1.329.16. mergeColorOpacity(ColorPreference color,ColorPreference opacity)


private int mergeColorOpacity(ColorPreference color, ColorPreference opacity)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"mergeColorOpacity", "ColorPreference color,ColorPreference opacity")); 

1.329.17. refreshShowingCustom()


private void refreshShowingCustom()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshShowingCustom", "")); 

1.329.18. onValueChanged(ListDialogPreference preference,int value)


public void onValueChanged(ListDialogPreference preference, int value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onValueChanged", "ListDialogPreference preference,int value")); 

1.329.19. onPreferenceChange(Preference preference,Object value)


public boolean onPreferenceChange(Preference preference, Object value)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object value")); 

1.330. CaptivePortalNetworkCallback.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/CaptivePortalNetworkCallback.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.330.1. onLost(Network network)


public void onLost(Network network)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLost", "Network network")); 

1.330.2. onCapabilitiesChanged(Network network,NetworkCapabilities networkCapabilities)


public void onCapabilitiesChanged(Network network, NetworkCapabilities networkCapabilities)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCapabilitiesChanged", "Network network,NetworkCapabilities networkCapabilities")); 

1.330.3. isSameNetworkAndPreference(Network network,ConnectedAccessPointPreference connectedApPreference)


public boolean isSameNetworkAndPreference(Network network, ConnectedAccessPointPreference connectedApPreference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSameNetworkAndPreference", "Network network,ConnectedAccessPointPreference connectedApPreference")); 

1.330.4. isCaptivePortal()


public boolean isCaptivePortal()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isCaptivePortal", "")); 

1.330.5. getNetwork()


public Network getNetwork()

methodList.add(new ZMethod(mZAndroidAPPClass,"Network" ,"getNetwork", "")); 

1.331. CastPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/CastPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.331.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.331.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.332. CellDataPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/CellDataPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.332.1. onRestoreInstanceState(Parcelable s)


protected void onRestoreInstanceState(Parcelable s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Parcelable s")); 

1.332.2. onSaveInstanceState()


protected Parcelable onSaveInstanceState()

methodList.add(new ZMethod(mZAndroidAPPClass,"Parcelable" ,"onSaveInstanceState", "")); 

1.332.3. onAttached()


public void onAttached()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttached", "")); 

1.332.4. onDetached()


public void onDetached()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDetached", "")); 

1.332.5. setTemplate(NetworkTemplate template,int subId,NetworkServices services)


public void setTemplate(NetworkTemplate template, int subId, NetworkServices services)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTemplate", "NetworkTemplate template,int subId,NetworkServices services")); 

1.332.6. updateChecked()


private void updateChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateChecked", "")); 

1.332.7. updateEnabled()


private void updateEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEnabled", "")); 

1.332.8. performClick(View view)


protected void performClick(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"performClick", "View view")); 

1.332.9. setMobileDataEnabled(boolean enabled)


private void setMobileDataEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMobileDataEnabled", "boolean enabled")); 

1.332.10. setChecked(boolean checked)


private void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.332.11. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.332.12. onPrepareDialogBuilder(AlertDialog.Builder builder,DialogInterface.OnClickListener listener)


protected void onPrepareDialogBuilder(AlertDialog.Builder builder, DialogInterface.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareDialogBuilder", "AlertDialog.Builder builder,DialogInterface.OnClickListener listener")); 

1.332.13. showDisableDialog(AlertDialog.Builder builder,DialogInterface.OnClickListener listener)


private void showDisableDialog(AlertDialog.Builder builder, DialogInterface.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDisableDialog", "AlertDialog.Builder builder,DialogInterface.OnClickListener listener")); 

1.332.14. showMultiSimDialog(AlertDialog.Builder builder,DialogInterface.OnClickListener listener)


private void showMultiSimDialog(AlertDialog.Builder builder, DialogInterface.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showMultiSimDialog", "AlertDialog.Builder builder,DialogInterface.OnClickListener listener")); 

1.332.15. disableDataForOtherSubscriptions(int subId)


private void disableDataForOtherSubscriptions(int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableDataForOtherSubscriptions", "int subId")); 

1.332.16. onClick(DialogInterface dialog,int which)


protected void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.333. CellularDataCondition.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/CellularDataCondition.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.333.1. refreshState()


public void refreshState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshState", "")); 

1.333.2. getReceiver()


protected BroadcastReceiver getReceiver()

methodList.add(new ZMethod(mZAndroidAPPClass,"BroadcastReceiver" ,"getReceiver", "")); 

1.333.3. getIntentFilter()


protected IntentFilter getIntentFilter()

methodList.add(new ZMethod(mZAndroidAPPClass,"IntentFilter" ,"getIntentFilter", "")); 

1.333.4. getIcon()


public Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.333.5. getTitle()


public CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.333.6. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.333.7. getActions()


public CharSequence[] getActions()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence[]" ,"getActions", "")); 

1.333.8. onPrimaryClick()


public void onPrimaryClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrimaryClick", "")); 

1.333.9. onActionClick(int index)


public void onActionClick(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActionClick", "int index")); 

1.333.10. getMetricsConstant()


public int getMetricsConstant()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsConstant", "")); 

1.334. CellularFallbackPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/CellularFallbackPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.334.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.334.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.334.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.334.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.334.5. avoidBadWifiConfig()


private boolean avoidBadWifiConfig()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"avoidBadWifiConfig", "")); 

1.334.6. avoidBadWifiCurrentSettings()


private boolean avoidBadWifiCurrentSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"avoidBadWifiCurrentSettings", "")); 

1.335. ChangeProfileScreenLockPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/ChangeProfileScreenLockPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.335.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.335.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.335.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.335.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.336. ChangeScreenLockPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/ChangeScreenLockPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.336.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.336.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.336.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.336.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.336.5. onGearClick(GearPreference p)


public void onGearClick(GearPreference p)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onGearClick", "GearPreference p")); 

1.336.6. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.336.7. updateSummary(Preference preference,int userId)


protected void updateSummary(Preference preference, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "Preference preference,int userId")); 

1.336.8. disableIfPasswordQualityManaged(int userId)


void disableIfPasswordQualityManaged(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableIfPasswordQualityManaged", "int userId")); 

1.337. ChangeWifiStateDetails.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/ChangeWifiStateDetails.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.337.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.337.2. createDialog(int id,int errorCode)


protected AlertDialog createDialog(int id, int errorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id,int errorCode")); 

1.337.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.337.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.337.5. setCanChangeWifiState(boolean newState)


private void setCanChangeWifiState(boolean newState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCanChangeWifiState", "boolean newState")); 

1.337.6. logSpecialPermissionChange(boolean newState,String packageName)


protected void logSpecialPermissionChange(boolean newState, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "boolean newState,String packageName")); 

1.337.7. refreshUi()


protected boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.337.8. getSummary(Context context,AppEntry entry)


public static CharSequence getSummary(Context context, AppEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context,AppEntry entry")); 

1.337.9. getSummary(Context context,WifiSettingsState wifiSettingsState)


public static CharSequence getSummary(Context context, WifiSettingsState wifiSettingsState)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context,WifiSettingsState wifiSettingsState")); 

1.338. ChannelGroupNotificationSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ChannelGroupNotificationSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.338.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.338.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.338.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.338.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.338.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.338.6. populateChannelList()


private void populateChannelList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"populateChannelList", "")); 

1.339. ChannelNotificationSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ChannelNotificationSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.339.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.339.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.339.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.339.4. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.339.5. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.339.6. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.339.7. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.340. ChargingSoundPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ChargingSoundPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.340.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.341. ChartAxis.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ChartAxis.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.342. ChartDataUsagePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/ChartDataUsagePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.342.1. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.342.2. getTop()


public int getTop()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getTop", "")); 

1.342.3. calcPoints(UsageView chart)


void calcPoints(UsageView chart)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"calcPoints", "UsageView chart")); 

1.342.4. toInt(long l)


private int toInt(long l)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"toInt", "long l")); 

1.342.5. bindNetworkPolicy(UsageView chart,NetworkPolicy policy,int top)


private void bindNetworkPolicy(UsageView chart, NetworkPolicy policy, int top)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindNetworkPolicy", "UsageView chart,NetworkPolicy policy,int top")); 

1.342.6. getLabel(long bytes,int str,int mLimitColor)


private CharSequence getLabel(long bytes, int str, int mLimitColor)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getLabel", "long bytes,int str,int mLimitColor")); 

1.342.7. setNetworkPolicy(NetworkPolicy policy)


public void setNetworkPolicy(NetworkPolicy policy)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setNetworkPolicy", "NetworkPolicy policy")); 

1.342.8. setVisibleRange(long start,long end)


public void setVisibleRange(long start, long end)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVisibleRange", "long start,long end")); 

1.342.9. getInspectStart()


public long getInspectStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getInspectStart", "")); 

1.342.10. getInspectEnd()


public long getInspectEnd()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getInspectEnd", "")); 

1.342.11. setNetworkStats(NetworkStatsHistory network)


public void setNetworkStats(NetworkStatsHistory network)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setNetworkStats", "NetworkStatsHistory network")); 

1.342.12. setColors(int seriesColor,int secondaryColor)


public void setColors(int seriesColor, int secondaryColor)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setColors", "int seriesColor,int secondaryColor")); 

1.343. ChartDataUsageView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ChartDataUsageView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.343.1. onFinishInflate()


protected void onFinishInflate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onFinishInflate", "")); 

1.343.2. setListener(DataUsageChartListener listener)


public void setListener(DataUsageChartListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListener", "DataUsageChartListener listener")); 

1.343.3. bindNetworkStats(NetworkStatsHistory stats)


public void bindNetworkStats(NetworkStatsHistory stats)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindNetworkStats", "NetworkStatsHistory stats")); 

1.343.4. bindDetailNetworkStats(NetworkStatsHistory stats)


public void bindDetailNetworkStats(NetworkStatsHistory stats)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindDetailNetworkStats", "NetworkStatsHistory stats")); 

1.343.5. bindNetworkPolicy(NetworkPolicy policy)


public void bindNetworkPolicy(NetworkPolicy policy)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindNetworkPolicy", "NetworkPolicy policy")); 

1.343.6. updateVertAxisBounds(ChartSweepView activeSweep)


private void updateVertAxisBounds(ChartSweepView activeSweep)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateVertAxisBounds", "ChartSweepView activeSweep")); 

1.343.7. updateEstimateVisible()


private void updateEstimateVisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEstimateVisible", "")); 

1.343.8. sendUpdateAxisDelayed(ChartSweepView sweep,boolean force)


private void sendUpdateAxisDelayed(ChartSweepView sweep, boolean force)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"sendUpdateAxisDelayed", "ChartSweepView sweep,boolean force")); 

1.343.9. clearUpdateAxisDelayed(ChartSweepView sweep)


private void clearUpdateAxisDelayed(ChartSweepView sweep)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearUpdateAxisDelayed", "ChartSweepView sweep")); 

1.343.10. onTouchEvent(MotionEvent event)


public boolean onTouchEvent(MotionEvent event)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onTouchEvent", "MotionEvent event")); 

1.343.11. getInspectStart()


public long getInspectStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getInspectStart", "")); 

1.343.12. getInspectEnd()


public long getInspectEnd()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getInspectEnd", "")); 

1.343.13. getWarningBytes()


public long getWarningBytes()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getWarningBytes", "")); 

1.343.14. getLimitBytes()


public long getLimitBytes()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getLimitBytes", "")); 

1.343.15. setVisibleRange(long visibleStart,long visibleEnd)


public void setVisibleRange(long visibleStart, long visibleEnd)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVisibleRange", "long visibleStart,long visibleEnd")); 

1.343.16. updatePrimaryRange()


private void updatePrimaryRange()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePrimaryRange", "")); 

1.343.17. setText(SpannableStringBuilder builder,Object key,CharSequence text,String bootstrap)


private static void setText(SpannableStringBuilder builder, Object key, CharSequence text, String bootstrap)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setText", "SpannableStringBuilder builder,Object key,CharSequence text,String bootstrap")); 

1.343.18. roundUpToPowerOfTwo(long i)


private static long roundUpToPowerOfTwo(long i)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"roundUpToPowerOfTwo", "long i")); 

1.344. ChartGridView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ChartGridView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.344.1. init(ChartAxis horiz,ChartAxis vert)


void init(ChartAxis horiz, ChartAxis vert)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "ChartAxis horiz,ChartAxis vert")); 

1.344.2. setBounds(long start,long end)


void setBounds(long start, long end)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBounds", "long start,long end")); 

1.344.3. onDraw(Canvas canvas)


protected void onDraw(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDraw", "Canvas canvas")); 

1.344.4. makeLabel(CharSequence text)


private Layout makeLabel(CharSequence text)

methodList.add(new ZMethod(mZAndroidAPPClass,"Layout" ,"makeLabel", "CharSequence text")); 

1.345. ChartNetworkSeriesView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ChartNetworkSeriesView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.345.1. init(ChartAxis horiz,ChartAxis vert)


void init(ChartAxis horiz, ChartAxis vert)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "ChartAxis horiz,ChartAxis vert")); 

1.345.2. setChartColor(int stroke,int fill,int fillSecondary)


public void setChartColor(int stroke, int fill, int fillSecondary)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChartColor", "int stroke,int fill,int fillSecondary")); 

1.345.3. setSafeRegion(int safeRegion)


public void setSafeRegion(int safeRegion)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSafeRegion", "int safeRegion")); 

1.345.4. bindNetworkStats(NetworkStatsHistory stats)


public void bindNetworkStats(NetworkStatsHistory stats)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindNetworkStats", "NetworkStatsHistory stats")); 

1.345.5. setBounds(long start,long end)


public void setBounds(long start, long end)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBounds", "long start,long end")); 

1.345.6. setSecondary(boolean secondary)


public void setSecondary(boolean secondary)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSecondary", "boolean secondary")); 

1.345.7. invalidatePath()


public void invalidatePath()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"invalidatePath", "")); 

1.345.8. generatePath()


private void generatePath()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"generatePath", "")); 

1.345.9. setEndTime(long endTime)


public void setEndTime(long endTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEndTime", "long endTime")); 

1.345.10. setEstimateVisible(boolean estimateVisible)


public void setEstimateVisible(boolean estimateVisible)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEstimateVisible", "boolean estimateVisible")); 

1.345.11. getMaxEstimate()


public long getMaxEstimate()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getMaxEstimate", "")); 

1.345.12. getMaxVisible()


public long getMaxVisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getMaxVisible", "")); 

1.345.13. onDraw(Canvas canvas)


protected void onDraw(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDraw", "Canvas canvas")); 

1.346. ChartSweepView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ChartSweepView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.346.1. init(ChartAxis axis)


void init(ChartAxis axis)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "ChartAxis axis")); 

1.346.2. setNeighbors(ChartSweepView... neighbors)


public void setNeighbors(ChartSweepView... neighbors)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setNeighbors", "ChartSweepView... neighbors")); 

1.346.3. getFollowAxis()


public int getFollowAxis()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getFollowAxis", "")); 

1.346.4. getMargins()


public Rect getMargins()

methodList.add(new ZMethod(mZAndroidAPPClass,"Rect" ,"getMargins", "")); 

1.346.5. setDragInterval(long dragInterval)


public void setDragInterval(long dragInterval)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDragInterval", "long dragInterval")); 

1.346.6. getTargetInset()


private float getTargetInset()

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getTargetInset", "")); 

1.346.7. addOnSweepListener(OnSweepListener listener)


public void addOnSweepListener(OnSweepListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addOnSweepListener", "OnSweepListener listener")); 

1.346.8. dispatchOnSweep(boolean sweepDone)


private void dispatchOnSweep(boolean sweepDone)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dispatchOnSweep", "boolean sweepDone")); 

1.346.9. dispatchRequestEdit()


private void dispatchRequestEdit()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dispatchRequestEdit", "")); 

1.346.10. setEnabled(boolean enabled)


public void setEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enabled")); 

1.346.11. setSweepDrawable(Drawable sweep,int color)


public void setSweepDrawable(Drawable sweep, int color)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSweepDrawable", "Drawable sweep,int color")); 

1.346.12. setFollowAxis(int followAxis)


public void setFollowAxis(int followAxis)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFollowAxis", "int followAxis")); 

1.346.13. setLabelMinSize(int minSize)


public void setLabelMinSize(int minSize)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLabelMinSize", "int minSize")); 

1.346.14. setLabelTemplate(int resId)


public void setLabelTemplate(int resId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLabelTemplate", "int resId")); 

1.346.15. setLabelColor(int color)


public void setLabelColor(int color)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLabelColor", "int color")); 

1.346.16. invalidateLabelTemplate()


private void invalidateLabelTemplate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"invalidateLabelTemplate", "")); 

1.346.17. invalidateLabel()


private void invalidateLabel()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"invalidateLabel", "")); 

1.346.18. invalidateLabelOffset()


public void invalidateLabelOffset()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"invalidateLabelOffset", "")); 

1.346.19. jumpDrawablesToCurrentState()


public void jumpDrawablesToCurrentState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"jumpDrawablesToCurrentState", "")); 

1.346.20. setVisibility(int visibility)


public void setVisibility(int visibility)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVisibility", "int visibility")); 

1.346.21. verifyDrawable(Drawable who)


protected boolean verifyDrawable(Drawable who)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"verifyDrawable", "Drawable who")); 

1.346.22. getAxis()


public ChartAxis getAxis()

methodList.add(new ZMethod(mZAndroidAPPClass,"ChartAxis" ,"getAxis", "")); 

1.346.23. setValue(long value)


public void setValue(long value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setValue", "long value")); 

1.346.24. getValue()


public long getValue()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getValue", "")); 

1.346.25. getLabelValue()


public long getLabelValue()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getLabelValue", "")); 

1.346.26. getPoint()


public float getPoint()

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getPoint", "")); 

1.346.27. setValidRange(long validAfter,long validBefore)


public void setValidRange(long validAfter, long validBefore)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setValidRange", "long validAfter,long validBefore")); 

1.346.28. setNeighborMargin(float neighborMargin)


public void setNeighborMargin(float neighborMargin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setNeighborMargin", "float neighborMargin")); 

1.346.29. setSafeRegion(int safeRegion)


public void setSafeRegion(int safeRegion)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSafeRegion", "int safeRegion")); 

1.346.30. setValidRangeDynamic(ChartSweepView validAfter,ChartSweepView validBefore)


public void setValidRangeDynamic(ChartSweepView validAfter, ChartSweepView validBefore)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setValidRangeDynamic", "ChartSweepView validAfter,ChartSweepView validBefore")); 

1.346.31. isTouchCloserTo(MotionEvent eventInParent,ChartSweepView another)


public boolean isTouchCloserTo(MotionEvent eventInParent, ChartSweepView another)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isTouchCloserTo", "MotionEvent eventInParent,ChartSweepView another")); 

1.346.32. getTouchDistanceFromTarget(MotionEvent eventInParent)


private float getTouchDistanceFromTarget(MotionEvent eventInParent)

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getTouchDistanceFromTarget", "MotionEvent eventInParent")); 

1.346.33. onTouchEvent(MotionEvent event)


public boolean onTouchEvent(MotionEvent event)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onTouchEvent", "MotionEvent event")); 

1.346.34. updateValueFromPosition()


public void updateValueFromPosition()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateValueFromPosition", "")); 

1.346.35. shouldAdjustAxis()


public int shouldAdjustAxis()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"shouldAdjustAxis", "")); 

1.346.36. getParentContentRect()


private Rect getParentContentRect()

methodList.add(new ZMethod(mZAndroidAPPClass,"Rect" ,"getParentContentRect", "")); 

1.346.37. addOnLayoutChangeListener(OnLayoutChangeListener listener)


public void addOnLayoutChangeListener(OnLayoutChangeListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addOnLayoutChangeListener", "OnLayoutChangeListener listener")); 

1.346.38. removeOnLayoutChangeListener(OnLayoutChangeListener listener)


public void removeOnLayoutChangeListener(OnLayoutChangeListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeOnLayoutChangeListener", "OnLayoutChangeListener listener")); 

1.346.39. getValidAfterDynamic()


private long getValidAfterDynamic()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getValidAfterDynamic", "")); 

1.346.40. getValidBeforeDynamic()


private long getValidBeforeDynamic()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getValidBeforeDynamic", "")); 

1.346.41. computeClampRect(Rect parentContent)


private Rect computeClampRect(Rect parentContent)

methodList.add(new ZMethod(mZAndroidAPPClass,"Rect" ,"computeClampRect", "Rect parentContent")); 

1.346.42. buildClampRect(Rect parentContent,long afterValue,long beforeValue,float margin)


private Rect buildClampRect(Rect parentContent, long afterValue, long beforeValue, float margin)

methodList.add(new ZMethod(mZAndroidAPPClass,"Rect" ,"buildClampRect", "Rect parentContent,long afterValue,long beforeValue,float margin")); 

1.346.43. drawableStateChanged()


protected void drawableStateChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawableStateChanged", "")); 

1.346.44. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.346.45. onLayout(boolean changed,int left,int top,int right,int bottom)


protected void onLayout(boolean changed, int left, int top, int right, int bottom)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLayout", "boolean changed,int left,int top,int right,int bottom")); 

1.346.46. onDraw(Canvas canvas)


protected void onDraw(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDraw", "Canvas canvas")); 

1.346.47. getLabelTop(ChartSweepView view)


public static float getLabelTop(ChartSweepView view)

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getLabelTop", "ChartSweepView view")); 

1.346.48. getLabelBottom(ChartSweepView view)


public static float getLabelBottom(ChartSweepView view)

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getLabelBottom", "ChartSweepView view")); 

1.346.49. getLabelWidth(ChartSweepView view)


public static float getLabelWidth(ChartSweepView view)

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getLabelWidth", "ChartSweepView view")); 

1.347. ChartView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ChartView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.347.1. init(ChartAxis horiz,ChartAxis vert)


void init(ChartAxis horiz, ChartAxis vert)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "ChartAxis horiz,ChartAxis vert")); 

1.347.2. setOptimalWidth(int optimalWidth,float optimalWidthWeight)


public void setOptimalWidth(int optimalWidth, float optimalWidthWeight)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOptimalWidth", "int optimalWidth,float optimalWidthWeight")); 

1.347.3. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.347.4. onLayout(boolean changed,int l,int t,int r,int b)


protected void onLayout(boolean changed, int l, int t, int r, int b)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLayout", "boolean changed,int l,int t,int r,int b")); 

1.347.5. layoutSweep(ChartSweepView sweep)


protected void layoutSweep(ChartSweepView sweep)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"layoutSweep", "ChartSweepView sweep")); 

1.347.6. layoutSweep(ChartSweepView sweep,Rect parentRect,Rect childRect)


protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"layoutSweep", "ChartSweepView sweep,Rect parentRect,Rect childRect")); 

1.348. CheckableLinearLayout.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/CheckableLinearLayout.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.348.1. setEnabled(boolean enabled)


public void setEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enabled")); 

1.348.2. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.348.3. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.348.4. toggle()


public void toggle()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"toggle", "")); 

1.348.5. updateChecked()


private void updateChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateChecked", "")); 

1.349. ChooseAccountActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/ChooseAccountActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.349.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.349.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.349.3. updateAuthDescriptions()


private void updateAuthDescriptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAuthDescriptions", "")); 

1.349.4. onAuthDescriptionsUpdated()


private void onAuthDescriptionsUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAuthDescriptionsUpdated", "")); 

1.349.5. addEnterpriseDisclosure()


private void addEnterpriseDisclosure()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addEnterpriseDisclosure", "")); 

1.349.6. getAuthoritiesForAccountType(String type)


public ArrayList getAuthoritiesForAccountType(String type)

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayList" ,"getAuthoritiesForAccountType", "String type")); 

1.349.7. getDrawableForType(final String accountType)


protected Drawable getDrawableForType(final String accountType)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getDrawableForType", "final String accountType")); 

1.349.8. getLabelForType(final String accountType)


protected CharSequence getLabelForType(final String accountType)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getLabelForType", "final String accountType")); 

1.349.9. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.349.10. finishWithAccountType(String accountType)


private void finishWithAccountType(String accountType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"finishWithAccountType", "String accountType")); 

1.350. ChooseLockGeneric.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ChooseLockGeneric.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.350.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.350.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.350.3. getFragmentClass()


Class getFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getFragmentClass", "")); 

1.351. ChooseLockGenericController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ChooseLockGenericController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.351.1. upgradeQuality(int quality)


public int upgradeQuality(int quality)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"upgradeQuality", "int quality")); 

1.351.2. isScreenLockVisible(ScreenLockType type)


public boolean isScreenLockVisible(ScreenLockType type)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isScreenLockVisible", "ScreenLockType type")); 

1.351.3. isScreenLockEnabled(ScreenLockType type,int quality)


public boolean isScreenLockEnabled(ScreenLockType type, int quality)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isScreenLockEnabled", "ScreenLockType type,int quality")); 

1.351.4. isScreenLockDisabledByAdmin(ScreenLockType type,int adminEnforcedQuality)


public boolean isScreenLockDisabledByAdmin(ScreenLockType type, int adminEnforcedQuality)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isScreenLockDisabledByAdmin", "ScreenLockType type,int adminEnforcedQuality")); 

1.351.5. getTitle(ScreenLockType type)


public CharSequence getTitle(ScreenLockType type)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "ScreenLockType type")); 

1.351.6. getVisibleScreenLockTypes(int quality,boolean includeDisabled)


public List getVisibleScreenLockTypes(int quality, boolean includeDisabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getVisibleScreenLockTypes", "int quality,boolean includeDisabled")); 

1.352. ChooseLockPassword.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ChooseLockPassword.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.352.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.352.2. onApplyThemeResource(Theme theme,int resid,boolean first)


protected void onApplyThemeResource(Theme theme, int resid, boolean first)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onApplyThemeResource", "Theme theme,int resid,boolean first")); 

1.352.3. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.352.4. getFragmentClass()


Class getFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getFragmentClass", "")); 

1.352.5. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.353. ChooseLockPattern.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ChooseLockPattern.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.353.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.353.2. onApplyThemeResource(Theme theme,int resid,boolean first)


protected void onApplyThemeResource(Theme theme, int resid, boolean first)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onApplyThemeResource", "Theme theme,int resid,boolean first")); 

1.353.3. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.353.4. getFragmentClass()


Class getFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getFragmentClass", "")); 

1.353.5. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.353.6. onKeyDown(int keyCode,KeyEvent event)


public boolean onKeyDown(int keyCode, KeyEvent event)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onKeyDown", "int keyCode,KeyEvent event")); 

1.354. ChooseLockSettingsHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ChooseLockSettingsHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.354.1. utils()


public LockPatternUtils utils()

methodList.add(new ZMethod(mZAndroidAPPClass,"LockPatternUtils" ,"utils", "")); 

1.354.2. launchConfirmationActivity(int request,CharSequence title)


public boolean launchConfirmationActivity(int request, CharSequence title)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivity", "int request,CharSequence title")); 

1.354.3. launchConfirmationActivity(int request,CharSequence title,boolean returnCredentials)


public boolean launchConfirmationActivity(int request, CharSequence title, boolean returnCredentials)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivity", "int request,CharSequence title,boolean returnCredentials")); 

1.354.4. launchConfirmationActivity(int request,CharSequence title,boolean returnCredentials,int userId)


public boolean launchConfirmationActivity(int request, CharSequence title, boolean returnCredentials, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivity", "int request,CharSequence title,boolean returnCredentials,int userId")); 

1.354.5. launchConfirmationActivity(int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean returnCredentials,boolean external)


boolean launchConfirmationActivity(int request, @Nullable CharSequence title, @Nullable CharSequence header, @Nullable CharSequence description, boolean returnCredentials, boolean external)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivity", "int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean returnCredentials,boolean external")); 

1.354.6. launchConfirmationActivity(int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean returnCredentials,boolean external,int userId)


boolean launchConfirmationActivity(int request, @Nullable CharSequence title, @Nullable CharSequence header, @Nullable CharSequence description, boolean returnCredentials, boolean external, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivity", "int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean returnCredentials,boolean external,int userId")); 

1.354.7. launchConfirmationActivity(int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,long challenge)


public boolean launchConfirmationActivity(int request, @Nullable CharSequence title, @Nullable CharSequence header, @Nullable CharSequence description, long challenge)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivity", "int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,long challenge")); 

1.354.8. launchConfirmationActivity(int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,long challenge,int userId)


public boolean launchConfirmationActivity(int request, @Nullable CharSequence title, @Nullable CharSequence header, @Nullable CharSequence description, long challenge, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivity", "int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,long challenge,int userId")); 

1.354.9. launchConfirmationActivityWithExternalAndChallenge(int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean external,long challenge,int userId)


public boolean launchConfirmationActivityWithExternalAndChallenge(int request, @Nullable CharSequence title, @Nullable CharSequence header, @Nullable CharSequence description, boolean external, long challenge, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivityWithExternalAndChallenge", "int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean external,long challenge,int userId")); 

1.354.10. launchConfirmationActivityForAnyUser(int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,int userId)


public boolean launchConfirmationActivityForAnyUser(int request, @Nullable CharSequence title, @Nullable CharSequence header, @Nullable CharSequence description, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivityForAnyUser", "int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,int userId")); 

1.354.11. launchConfirmationActivity(int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean returnCredentials,boolean external,boolean hasChallenge,long challenge,int userId)


private boolean launchConfirmationActivity(int request, @Nullable CharSequence title, @Nullable CharSequence header, @Nullable CharSequence description, boolean returnCredentials, boolean external, boolean hasChallenge, long challenge, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivity", "int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean returnCredentials,boolean external,boolean hasChallenge,long challenge,int userId")); 

1.354.12. launchConfirmationActivity(int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean returnCredentials,boolean external,boolean hasChallenge,long challenge,int userId,Bundle extras)


private boolean launchConfirmationActivity(int request, @Nullable CharSequence title, @Nullable CharSequence header, @Nullable CharSequence description, boolean returnCredentials, boolean external, boolean hasChallenge, long challenge, int userId, Bundle extras)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivity", "int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean returnCredentials,boolean external,boolean hasChallenge,long challenge,int userId,Bundle extras")); 

1.354.13. launchFrpConfirmationActivity(int request,@Nullable CharSequence header,@Nullable CharSequence description,@Nullable CharSequence alternateButton)


public boolean launchFrpConfirmationActivity(int request, @Nullable CharSequence header, @Nullable CharSequence description, @Nullable CharSequence alternateButton)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchFrpConfirmationActivity", "int request,@Nullable CharSequence header,@Nullable CharSequence description,@Nullable CharSequence alternateButton")); 

1.354.14. launchConfirmationActivity(int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean returnCredentials,boolean external,boolean hasChallenge,long challenge,int userId,@Nullable CharSequence alternateButton,Bundle extras)


private boolean launchConfirmationActivity(int request, @Nullable CharSequence title, @Nullable CharSequence header, @Nullable CharSequence description, boolean returnCredentials, boolean external, boolean hasChallenge, long challenge, int userId, @Nullable CharSequence alternateButton, Bundle extras)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivity", "int request,@Nullable CharSequence title,@Nullable CharSequence header,@Nullable CharSequence description,boolean returnCredentials,boolean external,boolean hasChallenge,long challenge,int userId,@Nullable CharSequence alternateButton,Bundle extras")); 

1.354.15. launchConfirmationActivity(int request,CharSequence title,CharSequence header,CharSequence message,Class activityClass,boolean returnCredentials,boolean external,boolean hasChallenge,long challenge,int userId,@Nullable CharSequence alternateButton,Bundle extras)


private boolean launchConfirmationActivity(int request, CharSequence title, CharSequence header, CharSequence message, Class activityClass, boolean returnCredentials, boolean external, boolean hasChallenge, long challenge, int userId, @Nullable CharSequence alternateButton, Bundle extras)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launchConfirmationActivity", "int request,CharSequence title,CharSequence header,CharSequence message,Class activityClass,boolean returnCredentials,boolean external,boolean hasChallenge,long challenge,int userId,@Nullable CharSequence alternateButton,Bundle extras")); 

1.354.16. copyOptionalExtras(Intent inIntent,Intent outIntent)


private void copyOptionalExtras(Intent inIntent, Intent outIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"copyOptionalExtras", "Intent inIntent,Intent outIntent")); 

1.354.17. copyInternalExtras(Intent inIntent,Intent outIntent)


private void copyInternalExtras(Intent inIntent, Intent outIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"copyInternalExtras", "Intent inIntent,Intent outIntent")); 

1.355. ChooseLockTypeDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ChooseLockTypeDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.355.1. newInstance(int userId)


public static ChooseLockTypeDialogFragment newInstance(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"ChooseLockTypeDialogFragment" ,"newInstance", "int userId")); 

1.355.2. copyBooleanExtra(Intent from,Intent to,String name,boolean defaultValue)


private static void copyBooleanExtra(Intent from, Intent to, String name, boolean defaultValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"copyBooleanExtra", "Intent from,Intent to,String name,boolean defaultValue")); 

1.355.3. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.355.4. onClick(DialogInterface dialogInterface,int i)


public void onClick(DialogInterface dialogInterface, int i)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialogInterface,int i")); 

1.355.5. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.355.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.356. ClearAdbKeysPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ClearAdbKeysPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.356.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.356.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.356.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.356.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.356.5. onDeveloperOptionsSwitchEnabled()


protected void onDeveloperOptionsSwitchEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchEnabled", "")); 

1.356.6. onClearAdbKeysConfirmed()


public void onClearAdbKeysConfirmed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClearAdbKeysConfirmed", "")); 

1.356.7. isAdminUser()


boolean isAdminUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAdminUser", "")); 

1.357. ClearAdbKeysWarningDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ClearAdbKeysWarningDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.357.1. show(Fragment host)


public static void show(Fragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment host")); 

1.357.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.357.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.357.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.358. ClearDefaultsPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ClearDefaultsPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.358.1. setPackageName(String packageName)


public void setPackageName(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPackageName", "String packageName")); 

1.358.2. setAppEntry(ApplicationsState.AppEntry entry)


public void setAppEntry(ApplicationsState.AppEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAppEntry", "ApplicationsState.AppEntry entry")); 

1.358.3. onBindViewHolder(final PreferenceViewHolder view)


public void onBindViewHolder(final PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "final PreferenceViewHolder view")); 

1.358.4. updateUI(PreferenceViewHolder view)


public boolean updateUI(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"updateUI", "PreferenceViewHolder view")); 

1.358.5. isDefaultBrowser(String packageName)


private boolean isDefaultBrowser(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDefaultBrowser", "String packageName")); 

1.358.6. resetLaunchDefaultsUi(TextView autoLaunchView)


private void resetLaunchDefaultsUi(TextView autoLaunchView)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resetLaunchDefaultsUi", "TextView autoLaunchView")); 

1.359. ColorModePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ColorModePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.359.1. getColorModeDescriptions(Context context)


public static List getColorModeDescriptions(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getColorModeDescriptions", "Context context")); 

1.359.2. getColorModeCount()


public int getColorModeCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getColorModeCount", "")); 

1.359.3. startListening()


public void startListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startListening", "")); 

1.359.4. stopListening()


public void stopListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopListening", "")); 

1.359.5. onDisplayAdded(int displayId)


public void onDisplayAdded(int displayId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisplayAdded", "int displayId")); 

1.359.6. onDisplayChanged(int displayId)


public void onDisplayChanged(int displayId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisplayChanged", "int displayId")); 

1.359.7. onDisplayRemoved(int displayId)


public void onDisplayRemoved(int displayId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisplayRemoved", "int displayId")); 

1.359.8. updateCurrentAndSupported()


public void updateCurrentAndSupported()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCurrentAndSupported", "")); 

1.359.9. persistBoolean(boolean value)


protected boolean persistBoolean(boolean value)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"persistBoolean", "boolean value")); 

1.360. ColorModePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/ColorModePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.360.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.360.2. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.360.3. getColorDisplayController()


ColorDisplayController getColorDisplayController()

methodList.add(new ZMethod(mZAndroidAPPClass,"ColorDisplayController" ,"getColorDisplayController", "")); 

1.361. ColorModePreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/ColorModePreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.361.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.361.2. onDetach()


public void onDetach()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDetach", "")); 

1.361.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.361.4. configureAndInstallPreview(LayoutPreference preview,PreferenceScreen screen)


void configureAndInstallPreview(LayoutPreference preview, PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"configureAndInstallPreview", "LayoutPreference preview,PreferenceScreen screen")); 

1.361.5. addStaticPreferences(PreferenceScreen screen)


protected void addStaticPreferences(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addStaticPreferences", "PreferenceScreen screen")); 

1.361.6. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.361.7. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.361.8. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.361.9. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.361.10. onAccessibilityTransformChanged(boolean state)


public void onAccessibilityTransformChanged(boolean state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAccessibilityTransformChanged", "boolean state")); 

1.362. ColorPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ColorPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.362.1. setPreviewEnabled(boolean enabled)


public void setPreviewEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreviewEnabled", "boolean enabled")); 

1.362.2. shouldDisableDependents()


public boolean shouldDisableDependents()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldDisableDependents", "")); 

1.362.3. getTitleAt(int index)


protected CharSequence getTitleAt(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitleAt", "int index")); 

1.362.4. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.362.5. onBindListItem(View view,int index)


protected void onBindListItem(View view, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindListItem", "View view,int index")); 

1.363. Condition.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/Condition.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.363.1. restoreState(PersistableBundle bundle)


void restoreState(PersistableBundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restoreState", "PersistableBundle bundle")); 

1.363.2. saveState(PersistableBundle bundle)


boolean saveState(PersistableBundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"saveState", "PersistableBundle bundle")); 

1.363.3. notifyChanged()


protected void notifyChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"notifyChanged", "")); 

1.363.4. isSilenced()


public boolean isSilenced()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSilenced", "")); 

1.363.5. isActive()


public boolean isActive()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isActive", "")); 

1.363.6. setActive(boolean active)


protected void setActive(boolean active)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setActive", "boolean active")); 

1.363.7. silence()


public void silence()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"silence", "")); 

1.363.8. onSilenceChanged(boolean silenced)


void onSilenceChanged(boolean silenced)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSilenceChanged", "boolean silenced")); 

1.363.9. getReceiver()


protected BroadcastReceiver getReceiver()

methodList.add(new ZMethod(mZAndroidAPPClass,"BroadcastReceiver" ,"getReceiver", "")); 

1.363.10. getIntentFilter()


protected IntentFilter getIntentFilter()

methodList.add(new ZMethod(mZAndroidAPPClass,"IntentFilter" ,"getIntentFilter", "")); 

1.363.11. shouldShow()


public boolean shouldShow()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShow", "")); 

1.363.12. getLastChange()


long getLastChange()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getLastChange", "")); 

1.363.13. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.363.14. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.363.15. refreshState()


public abstract void refreshState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshState", "")); 

1.363.16. getMetricsConstant()


public abstract int getMetricsConstant()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsConstant", "")); 

1.363.17. getIcon()


public abstract Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.363.18. getTitle()


public abstract CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.363.19. getSummary()


public abstract CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.363.20. getActions()


public abstract CharSequence[] getActions()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence[]" ,"getActions", "")); 

1.363.21. onPrimaryClick()


public abstract void onPrimaryClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrimaryClick", "")); 

1.363.22. onActionClick(int index)


public abstract void onActionClick(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActionClick", "int index")); 

1.364. ConditionAdapter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/ConditionAdapter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.364.1. getItem(long itemId)


public Object getItem(long itemId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"getItem", "long itemId")); 

1.364.2. onCreateViewHolder(ViewGroup parent,int viewType)


public DashboardItemHolder onCreateViewHolder(ViewGroup parent, int viewType)

methodList.add(new ZMethod(mZAndroidAPPClass,"DashboardItemHolder" ,"onCreateViewHolder", "ViewGroup parent,int viewType")); 

1.364.3. onBindViewHolder(DashboardItemHolder holder,int position)


public void onBindViewHolder(DashboardItemHolder holder, int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "DashboardItemHolder holder,int position")); 

1.364.4. getItemId(int position)


public long getItemId(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getItemId", "int position")); 

1.364.5. getItemViewType(int position)


public int getItemViewType(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemViewType", "int position")); 

1.364.6. getItemCount()


public int getItemCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemCount", "")); 

1.364.7. addDismissHandling(final RecyclerView recyclerView)


public void addDismissHandling(final RecyclerView recyclerView)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addDismissHandling", "final RecyclerView recyclerView")); 

1.364.8. bindViews(final Condition condition,DashboardItemHolder view,boolean isLastItem,View.OnClickListener onClickListener)


private void bindViews(final Condition condition, DashboardItemHolder view, boolean isLastItem, View.OnClickListener onClickListener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindViews", "final Condition condition,DashboardItemHolder view,boolean isLastItem,View.OnClickListener onClickListener")); 

1.364.9. setViewVisibility(View containerView,int viewId,boolean visible)


private void setViewVisibility(View containerView, int viewId, boolean visible)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setViewVisibility", "View containerView,int viewId,boolean visible")); 

1.365. ConditionManager.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/ConditionManager.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.365.1. refreshAll()


public void refreshAll()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshAll", "")); 

1.365.2. readFromXml(File xmlFile,ArrayList conditions)


private void readFromXml(File xmlFile, ArrayList conditions)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"readFromXml", "File xmlFile,ArrayList conditions")); 

1.365.3. saveToXml()


private void saveToXml()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveToXml", "")); 

1.365.4. addMissingConditions(ArrayList conditions)


private void addMissingConditions(ArrayList conditions)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addMissingConditions", "ArrayList conditions")); 

1.365.5. addIfMissing(Class clz,ArrayList conditions)


private void addIfMissing(Class clz, ArrayList conditions)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addIfMissing", "Class clz,ArrayList conditions")); 

1.365.6. createCondition(Class clz)


private Condition createCondition(Class clz)

methodList.add(new ZMethod(mZAndroidAPPClass,"Condition" ,"createCondition", "Class clz")); 

1.365.7. getContext()


Context getContext()

methodList.add(new ZMethod(mZAndroidAPPClass,"Context" ,"getContext", "")); 

1.365.8. getCondition(Class clz)


public T getCondition(Class clz)

methodList.add(new ZMethod(mZAndroidAPPClass,"T" ,"getCondition", "Class clz")); 

1.365.9. getCondition(Class clz,List conditions)


private T getCondition(Class clz, List conditions)

methodList.add(new ZMethod(mZAndroidAPPClass,"T" ,"getCondition", "Class clz,List conditions")); 

1.365.10. getConditions()


public List getConditions()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getConditions", "")); 

1.365.11. getVisibleConditions()


public List getVisibleConditions()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getVisibleConditions", "")); 

1.365.12. notifyChanged(Condition condition)


public void notifyChanged(Condition condition)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"notifyChanged", "Condition condition")); 

1.365.13. addListener(ConditionListener listener)


public void addListener(ConditionListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addListener", "ConditionListener listener")); 

1.365.14. remListener(ConditionListener listener)


public void remListener(ConditionListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"remListener", "ConditionListener listener")); 

1.365.15. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.365.16. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.365.17. get(Context context)


public static ConditionManager get(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"ConditionManager" ,"get", "Context context")); 

1.365.18. get(Context context,boolean loadConditionsNow)


public static ConditionManager get(Context context, boolean loadConditionsNow)

methodList.add(new ZMethod(mZAndroidAPPClass,"ConditionManager" ,"get", "Context context,boolean loadConditionsNow")); 

1.366. ConfigDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/ConfigDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.366.1. onCreate(Bundle savedState)


protected void onCreate(Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedState")); 

1.366.2. onRestoreInstanceState(Bundle savedState)


public void onRestoreInstanceState(Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Bundle savedState")); 

1.366.3. afterTextChanged(Editable field)


public void afterTextChanged(Editable field)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"afterTextChanged", "Editable field")); 

1.366.4. beforeTextChanged(CharSequence s,int start,int count,int after)


public void beforeTextChanged(CharSequence s, int start, int count, int after)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"beforeTextChanged", "CharSequence s,int start,int count,int after")); 

1.366.5. onTextChanged(CharSequence s,int start,int before,int count)


public void onTextChanged(CharSequence s, int start, int before, int count)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onTextChanged", "CharSequence s,int start,int before,int count")); 

1.366.6. onClick(View view)


public void onClick(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View view")); 

1.366.7. onItemSelected(AdapterView parent,View view,int position,long id)


public void onItemSelected(AdapterView parent, View view, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onItemSelected", "AdapterView parent,View view,int position,long id")); 

1.366.8. onNothingSelected(AdapterView parent)


public void onNothingSelected(AdapterView parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNothingSelected", "AdapterView parent")); 

1.366.9. onCheckedChanged(CompoundButton compoundButton,boolean b)


public void onCheckedChanged(CompoundButton compoundButton, boolean b)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCheckedChanged", "CompoundButton compoundButton,boolean b")); 

1.366.10. isVpnAlwaysOn()


public boolean isVpnAlwaysOn()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVpnAlwaysOn", "")); 

1.366.11. updateUiControls()


private void updateUiControls()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUiControls", "")); 

1.366.12. showAdvancedOptions()


private void showAdvancedOptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showAdvancedOptions", "")); 

1.366.13. changeType(int type)


private void changeType(int type)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"changeType", "int type")); 

1.366.14. validate(boolean editing)


private boolean validate(boolean editing)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"validate", "boolean editing")); 

1.366.15. validateAddresses(String addresses,boolean cidr)


private boolean validateAddresses(String addresses, boolean cidr)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"validateAddresses", "String addresses,boolean cidr")); 

1.366.16. loadCertificates(Spinner spinner,String prefix,int firstId,String selected)


private void loadCertificates(Spinner spinner, String prefix, int firstId, String selected)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadCertificates", "Spinner spinner,String prefix,int firstId,String selected")); 

1.366.17. isEditing()


boolean isEditing()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEditing", "")); 

1.366.18. getProfile()


VpnProfile getProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"VpnProfile" ,"getProfile", "")); 

1.367. ConfigDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/ConfigDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.367.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.367.2. show(VpnSettings parent,VpnProfile profile,boolean edit,boolean exists)


public static void show(VpnSettings parent, VpnProfile profile, boolean edit, boolean exists)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "VpnSettings parent,VpnProfile profile,boolean edit,boolean exists")); 

1.367.3. onAttach(final Context context)


public void onAttach(final Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "final Context context")); 

1.367.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.367.5. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.367.6. onShow(DialogInterface dialogInterface)


public void onShow(DialogInterface dialogInterface)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onShow", "DialogInterface dialogInterface")); 

1.367.7. onClick(View positiveButton)


public void onClick(View positiveButton)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View positiveButton")); 

1.367.8. onConfirmLockdown(Bundle options,boolean isAlwaysOn,boolean isLockdown)


public void onConfirmLockdown(Bundle options, boolean isAlwaysOn, boolean isLockdown)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onConfirmLockdown", "Bundle options,boolean isAlwaysOn,boolean isLockdown")); 

1.367.9. onClick(DialogInterface dialogInterface,int button)


public void onClick(DialogInterface dialogInterface, int button)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialogInterface,int button")); 

1.367.10. onCancel(DialogInterface dialog)


public void onCancel(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCancel", "DialogInterface dialog")); 

1.367.11. updateLockdownVpn(boolean isVpnAlwaysOn,VpnProfile profile)


private void updateLockdownVpn(boolean isVpnAlwaysOn, VpnProfile profile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLockdownVpn", "boolean isVpnAlwaysOn,VpnProfile profile")); 

1.367.12. save(VpnProfile profile,boolean lockdown)


private void save(VpnProfile profile, boolean lockdown)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"save", "VpnProfile profile,boolean lockdown")); 

1.367.13. connect(VpnProfile profile,boolean lockdown)


private void connect(VpnProfile profile, boolean lockdown)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"connect", "VpnProfile profile,boolean lockdown")); 

1.367.14. disconnect(VpnProfile profile)


private boolean disconnect(VpnProfile profile)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"disconnect", "VpnProfile profile")); 

1.367.15. isConnected(VpnProfile profile)


private boolean isConnected(VpnProfile profile) throws RemoteException

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isConnected", "VpnProfile profile")); 

1.368. ConfigureKeyGuardDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/ConfigureKeyGuardDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.368.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.368.2. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.368.3. onClick(DialogInterface dialog,int button)


public void onClick(DialogInterface dialog, int button)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int button")); 

1.368.4. onDismiss(DialogInterface dialog)


public void onDismiss(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialog")); 

1.368.5. startPasswordSetup()


void startPasswordSetup()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startPasswordSetup", "")); 

1.369. ConfigureNotificationSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ConfigureNotificationSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.369.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.369.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.369.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.369.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.369.5. buildPreferenceControllers(Context context,Lifecycle lifecycle,Application app,Fragment host)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle, Application app, Fragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle,Application app,Fragment host")); 

1.369.6. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.369.7. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.369.8. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.370. ConfigureWifiSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/ConfigureWifiSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.370.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.370.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.370.3. getInitialExpandedChildCount()


public int getInitialExpandedChildCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getInitialExpandedChildCount", "")); 

1.370.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.370.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.370.6. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.371. ConfirmConvertToFbe.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ConfirmConvertToFbe.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.371.1. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.371.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.372. ConfirmDeviceCredentialActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ConfirmDeviceCredentialActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.372.1. createIntent(CharSequence title,CharSequence details)


public static Intent createIntent(CharSequence title, CharSequence details)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"createIntent", "CharSequence title,CharSequence details")); 

1.372.2. createIntent(CharSequence title,CharSequence details,long challenge)


public static Intent createIntent(CharSequence title, CharSequence details, long challenge)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"createIntent", "CharSequence title,CharSequence details,long challenge")); 

1.372.3. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.372.4. isInternalActivity()


private boolean isInternalActivity()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isInternalActivity", "")); 

1.372.5. getTitleFromOrganizationName(int userId)


private String getTitleFromOrganizationName(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getTitleFromOrganizationName", "int userId")); 

1.373. ConfirmDeviceCredentialBaseActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ConfirmDeviceCredentialBaseActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.373.1. isInternalActivity()


private boolean isInternalActivity()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isInternalActivity", "")); 

1.373.2. onCreate(Bundle savedState)


protected void onCreate(Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedState")); 

1.373.3. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.373.4. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.373.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.373.6. getFragment()


private ConfirmDeviceCredentialBaseFragment getFragment()

methodList.add(new ZMethod(mZAndroidAPPClass,"ConfirmDeviceCredentialBaseFragment" ,"getFragment", "")); 

1.373.7. onEnterAnimationComplete()


public void onEnterAnimationComplete()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onEnterAnimationComplete", "")); 

1.373.8. prepareEnterAnimation()


public void prepareEnterAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"prepareEnterAnimation", "")); 

1.373.9. startEnterAnimation()


public void startEnterAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startEnterAnimation", "")); 

1.373.10. getConfirmCredentialTheme()


public ConfirmCredentialTheme getConfirmCredentialTheme()

methodList.add(new ZMethod(mZAndroidAPPClass,"ConfirmCredentialTheme" ,"getConfirmCredentialTheme", "")); 

1.374. ConfirmDeviceCredentialBaseFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ConfirmDeviceCredentialBaseFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.374.1. isInternalActivity()


private boolean isInternalActivity()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isInternalActivity", "")); 

1.374.2. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.374.3. onViewCreated(View view,@Nullable Bundle savedInstanceState)


public void onViewCreated(View view, @Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,@Nullable Bundle savedInstanceState")); 

1.374.4. isFingerprintDisabledByAdmin()


private boolean isFingerprintDisabledByAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFingerprintDisabledByAdmin", "")); 

1.374.5. isStrongAuthRequired()


protected boolean isStrongAuthRequired()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isStrongAuthRequired", "")); 

1.374.6. isFingerprintAllowed()


private boolean isFingerprintAllowed()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFingerprintAllowed", "")); 

1.374.7. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.374.8. refreshLockScreen()


protected void refreshLockScreen()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshLockScreen", "")); 

1.374.9. setAccessibilityTitle(CharSequence supplementalText)


protected void setAccessibilityTitle(CharSequence supplementalText)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAccessibilityTitle", "CharSequence supplementalText")); 

1.374.10. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.374.11. onAuthenticated()


public void onAuthenticated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAuthenticated", "")); 

1.374.12. authenticationSucceeded()


protected abstract void authenticationSucceeded()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"authenticationSucceeded", "")); 

1.374.13. onFingerprintIconVisibilityChanged(boolean visible)


public void onFingerprintIconVisibilityChanged(boolean visible)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onFingerprintIconVisibilityChanged", "boolean visible")); 

1.374.14. prepareEnterAnimation()


public void prepareEnterAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"prepareEnterAnimation", "")); 

1.374.15. startEnterAnimation()


public void startEnterAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startEnterAnimation", "")); 

1.374.16. checkForPendingIntent()


protected void checkForPendingIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkForPendingIntent", "")); 

1.374.17. setWorkChallengeBackground(View baseView,int userId)


private void setWorkChallengeBackground(View baseView, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setWorkChallengeBackground", "View baseView,int userId")); 

1.374.18. reportSuccessfulAttempt()


protected void reportSuccessfulAttempt()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reportSuccessfulAttempt", "")); 

1.374.19. reportFailedAttempt()


protected void reportFailedAttempt()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reportFailedAttempt", "")); 

1.374.20. updateErrorMessage(int numAttempts)


protected void updateErrorMessage(int numAttempts)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateErrorMessage", "int numAttempts")); 

1.374.21. getUserTypeForWipe()


private int getUserTypeForWipe()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserTypeForWipe", "")); 

1.374.22. getLastTryErrorMessage(int userType)


protected abstract int getLastTryErrorMessage(int userType)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getLastTryErrorMessage", "int userType")); 

1.374.23. getWipeMessage(int userType)


private int getWipeMessage(int userType)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getWipeMessage", "int userType")); 

1.374.24. showError(CharSequence msg,long timeout)


protected void showError(CharSequence msg, long timeout)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showError", "CharSequence msg,long timeout")); 

1.374.25. onShowError()


protected abstract void onShowError()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onShowError", "")); 

1.374.26. showError(int msg,long timeout)


protected void showError(int msg, long timeout)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showError", "int msg,long timeout")); 

1.375. ConfirmLockdownFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/ConfirmLockdownFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.375.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.375.2. shouldShow(boolean replacing,boolean fromLockdown,boolean toLockdown)


public static boolean shouldShow(boolean replacing, boolean fromLockdown, boolean toLockdown)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShow", "boolean replacing,boolean fromLockdown,boolean toLockdown")); 

1.375.3. show(Fragment parent,boolean replacing,boolean alwaysOn,boolean fromLockdown,boolean toLockdown,Bundle options)


public static void show(Fragment parent, boolean replacing, boolean alwaysOn, boolean fromLockdown, boolean toLockdown, Bundle options)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment parent,boolean replacing,boolean alwaysOn,boolean fromLockdown,boolean toLockdown,Bundle options")); 

1.375.4. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.375.5. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.376. ConfirmLockPassword.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ConfirmLockPassword.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.376.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.376.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.376.3. onWindowFocusChanged(boolean hasFocus)


public void onWindowFocusChanged(boolean hasFocus)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onWindowFocusChanged", "boolean hasFocus")); 

1.377. ConfirmLockPattern.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ConfirmLockPattern.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.377.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.377.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.378. ConnectedAccessPointPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/ConnectedAccessPointPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.378.1. getWidgetLayoutResourceId()


protected int getWidgetLayoutResourceId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getWidgetLayoutResourceId", "")); 

1.378.2. refresh()


public void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.378.3. setOnGearClickListener(OnGearClickListener l)


public void setOnGearClickListener(OnGearClickListener l)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnGearClickListener", "OnGearClickListener l")); 

1.378.4. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.378.5. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.378.6. setCaptivePortal(boolean isCaptivePortal)


public void setCaptivePortal(boolean isCaptivePortal)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCaptivePortal", "boolean isCaptivePortal")); 

1.379. ConnectedBluetoothDeviceUpdater.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/ConnectedBluetoothDeviceUpdater.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.379.1. onAudioModeChanged()


public void onAudioModeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAudioModeChanged", "")); 

1.379.2. onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice,int state,int bluetoothProfile)


public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, int bluetoothProfile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProfileConnectionStateChanged", "CachedBluetoothDevice cachedDevice,int state,int bluetoothProfile")); 

1.379.3. isFilterMatched(CachedBluetoothDevice cachedDevice)


public boolean isFilterMatched(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFilterMatched", "CachedBluetoothDevice cachedDevice")); 

1.379.4. addPreference(CachedBluetoothDevice cachedDevice)


protected void addPreference(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPreference", "CachedBluetoothDevice cachedDevice")); 

1.380. ConnectedDeviceDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/ConnectedDeviceDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.380.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.380.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.380.3. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.380.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.380.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.380.6. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.380.7. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.381. ConnectedDeviceGroupController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/ConnectedDeviceGroupController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.381.1. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.381.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.381.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.381.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.381.5. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.381.6. onDeviceAdded(Preference preference)


public void onDeviceAdded(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAdded", "Preference preference")); 

1.381.7. onDeviceRemoved(Preference preference)


public void onDeviceRemoved(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceRemoved", "Preference preference")); 

1.381.8. init(BluetoothDeviceUpdater bluetoothDeviceUpdater,ConnectedUsbDeviceUpdater connectedUsbDeviceUpdater,DockUpdater connectedDockUpdater)


public void init(BluetoothDeviceUpdater bluetoothDeviceUpdater, ConnectedUsbDeviceUpdater connectedUsbDeviceUpdater, DockUpdater connectedDockUpdater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "BluetoothDeviceUpdater bluetoothDeviceUpdater,ConnectedUsbDeviceUpdater connectedUsbDeviceUpdater,DockUpdater connectedDockUpdater")); 

1.381.9. init(DashboardFragment fragment)


public void init(DashboardFragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "DashboardFragment fragment")); 

1.382. ConnectedUsbDeviceUpdater.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/ConnectedUsbDeviceUpdater.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.382.1. registerCallback()


public void registerCallback()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerCallback", "")); 

1.382.2. unregisterCallback()


public void unregisterCallback()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregisterCallback", "")); 

1.382.3. initUsbPreference(Context context)


public void initUsbPreference(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initUsbPreference", "Context context")); 

1.382.4. forceUpdate()


private void forceUpdate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"forceUpdate", "")); 

1.382.5. getSummary(long functions,int power)


public static int getSummary(long functions, int power)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSummary", "long functions,int power")); 

1.383. ConversationMessageView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/ConversationMessageView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.383.1. onFinishInflate()


protected void onFinishInflate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onFinishInflate", "")); 

1.383.2. onMeasure(final int widthMeasureSpec,final int heightMeasureSpec)


protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "final int widthMeasureSpec,final int heightMeasureSpec")); 

1.383.3. onLayout(final boolean changed,final int left,final int top,final int right,final int bottom)


protected void onLayout(final boolean changed, final int left, final int top, final int right, final int bottom)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLayout", "final boolean changed,final int left,final int top,final int right,final int bottom")); 

1.383.4. isLayoutRtl(final View view)


private static boolean isLayoutRtl(final View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isLayoutRtl", "final View view")); 

1.383.5. updateViewContent()


private void updateViewContent()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateViewContent", "")); 

1.383.6. updateViewAppearance()


private void updateViewAppearance()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateViewAppearance", "")); 

1.383.7. updateTextAppearance()


private void updateTextAppearance()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTextAppearance", "")); 

1.383.8. getTintedDrawable(final Context context,final Drawable drawable,final int color)


private static Drawable getTintedDrawable(final Context context, final Drawable drawable, final int color)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getTintedDrawable", "final Context context,final Drawable drawable,final int color")); 

1.384. ConvertToFbe.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ConvertToFbe.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.384.1. runKeyguardConfirmation(int request)


private boolean runKeyguardConfirmation(int request)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"runKeyguardConfirmation", "int request")); 

1.384.2. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.384.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.384.4. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.384.5. convert()


private void convert()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"convert", "")); 

1.384.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.385. CoolColorTemperaturePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/CoolColorTemperaturePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.385.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.385.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.385.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.385.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.385.5. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.385.6. displayColorTemperatureToast()


void displayColorTemperatureToast()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayColorTemperatureToast", "")); 

1.386. CreateShortcut.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/shortcut/CreateShortcut.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.386.1. getTargetIntent()


protected Intent getTargetIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getTargetIntent", "")); 

1.386.2. onListItemClick(ListView l,View v,int position,long id)


protected void onListItemClick(ListView l, View v, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onListItemClick", "ListView l,View v,int position,long id")); 

1.386.3. createResultIntent(Intent shortcutIntent,ResolveInfo resolveInfo,CharSequence label)


Intent createResultIntent(Intent shortcutIntent, ResolveInfo resolveInfo, CharSequence label)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"createResultIntent", "Intent shortcutIntent,ResolveInfo resolveInfo,CharSequence label")); 

1.386.4. logCreateShortcut(ResolveInfo info)


private void logCreateShortcut(ResolveInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logCreateShortcut", "ResolveInfo info")); 

1.386.5. createIcon(int resource,int layoutRes,int size)


private Bitmap createIcon(int resource, int layoutRes, int size)

methodList.add(new ZMethod(mZAndroidAPPClass,"Bitmap" ,"createIcon", "int resource,int layoutRes,int size")); 

1.386.6. onEvaluateShowIcons()


protected boolean onEvaluateShowIcons()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onEvaluateShowIcons", "")); 

1.386.7. onSetContentView()


protected void onSetContentView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSetContentView", "")); 

1.386.8. onQueryPackageManager(Intent queryIntent)


protected List onQueryPackageManager(Intent queryIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"onQueryPackageManager", "Intent queryIntent")); 

1.386.9. getBaseIntent()


static Intent getBaseIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getBaseIntent", "")); 

1.387. CredentialCheckResultTracker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/CredentialCheckResultTracker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.387.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.387.2. setListener(Listener listener)


public void setListener(Listener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListener", "Listener listener")); 

1.387.3. setResult(boolean matched,Intent intent,int timeoutMs,int effectiveUserId)


public void setResult(boolean matched, Intent intent, int timeoutMs, int effectiveUserId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setResult", "boolean matched,Intent intent,int timeoutMs,int effectiveUserId")); 

1.387.4. clearResult()


public void clearResult()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearResult", "")); 

1.388. CredentialStorage.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/CredentialStorage.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.388.1. onResume()


protected void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.388.2. handleUnlockOrInstall()


private void handleUnlockOrInstall()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleUnlockOrInstall", "")); 

1.388.3. ensureKeyGuard()


private void ensureKeyGuard()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"ensureKeyGuard", "")); 

1.388.4. checkKeyGuardQuality()


private boolean checkKeyGuardQuality()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"checkKeyGuardQuality", "")); 

1.388.5. isHardwareBackedKey(byte[] keyData)


private boolean isHardwareBackedKey(byte[] keyData)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isHardwareBackedKey", "byte[] keyData")); 

1.388.6. installIfAvailable()


private void installIfAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"installIfAvailable", "")); 

1.388.7. clearLegacyVpnIfEstablished()


private void clearLegacyVpnIfEstablished()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearLegacyVpnIfEstablished", "")); 

1.388.8. checkCallerIsCertInstallerOrSelfInProfile()


private boolean checkCallerIsCertInstallerOrSelfInProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"checkCallerIsCertInstallerOrSelfInProfile", "")); 

1.388.9. confirmKeyGuard(int requestCode)


private boolean confirmKeyGuard(int requestCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"confirmKeyGuard", "int requestCode")); 

1.388.10. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.389. CredentialStoragePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/CredentialStoragePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.389.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.389.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.390. CryptKeeper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/CryptKeeper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.390.1. beginAttempt()


private void beginAttempt()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"beginAttempt", "")); 

1.390.2. handleBadAttempt(Integer failedAttempts)


private void handleBadAttempt(Integer failedAttempts)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleBadAttempt", "Integer failedAttempts")); 

1.390.3. isDebugView()


private boolean isDebugView()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDebugView", "")); 

1.390.4. isDebugView(String viewType)


private boolean isDebugView(String viewType)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDebugView", "String viewType")); 

1.390.5. notifyUser()


private void notifyUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"notifyUser", "")); 

1.390.6. onBackPressed()


public void onBackPressed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBackPressed", "")); 

1.390.7. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.390.8. onSaveInstanceState(Bundle savedInstanceState)


public void onSaveInstanceState(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle savedInstanceState")); 

1.390.9. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.390.10. setupUi()


private void setupUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupUi", "")); 

1.390.11. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.390.12. onRetainNonConfigurationInstance()


public Object onRetainNonConfigurationInstance()

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"onRetainNonConfigurationInstance", "")); 

1.390.13. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.390.14. encryptionProgressInit()


private void encryptionProgressInit()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"encryptionProgressInit", "")); 

1.390.15. showFactoryReset(final boolean corrupt)


private void showFactoryReset(final boolean corrupt)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showFactoryReset", "final boolean corrupt")); 

1.390.16. updateProgress()


private void updateProgress()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateProgress", "")); 

1.390.17. cooldown()


private void cooldown()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cooldown", "")); 

1.390.18. setBackFunctionality(boolean isEnabled)


private final void setBackFunctionality(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBackFunctionality", "boolean isEnabled")); 

1.390.19. fakeUnlockAttempt(View postingView)


private void fakeUnlockAttempt(View postingView)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"fakeUnlockAttempt", "View postingView")); 

1.390.20. passwordEntryInit()


private void passwordEntryInit()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"passwordEntryInit", "")); 

1.390.21. hasMultipleEnabledIMEsOrSubtypes(InputMethodManager imm,final boolean shouldIncludeAuxiliarySubtypes)


private boolean hasMultipleEnabledIMEsOrSubtypes(InputMethodManager imm, final boolean shouldIncludeAuxiliarySubtypes)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasMultipleEnabledIMEsOrSubtypes", "InputMethodManager imm,final boolean shouldIncludeAuxiliarySubtypes")); 

1.390.22. getStorageManager()


private IStorageManager getStorageManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"IStorageManager" ,"getStorageManager", "")); 

1.390.23. onEditorAction(TextView v,int actionId,KeyEvent event)


public boolean onEditorAction(TextView v, int actionId, KeyEvent event)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onEditorAction", "TextView v,int actionId,KeyEvent event")); 

1.390.24. setAirplaneModeIfNecessary()


private final void setAirplaneModeIfNecessary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAirplaneModeIfNecessary", "")); 

1.390.25. updateEmergencyCallButtonState()


private void updateEmergencyCallButtonState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEmergencyCallButtonState", "")); 

1.390.26. isEmergencyCallCapable()


private boolean isEmergencyCallCapable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEmergencyCallCapable", "")); 

1.390.27. takeEmergencyCallAction()


private void takeEmergencyCallAction()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"takeEmergencyCallAction", "")); 

1.390.28. launchEmergencyDialer()


private void launchEmergencyDialer()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchEmergencyDialer", "")); 

1.390.29. getTelephonyManager()


private TelephonyManager getTelephonyManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"TelephonyManager" ,"getTelephonyManager", "")); 

1.390.30. getTelecomManager()


private TelecomManager getTelecomManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"TelecomManager" ,"getTelecomManager", "")); 

1.390.31. delayAudioNotification()


private void delayAudioNotification()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"delayAudioNotification", "")); 

1.390.32. onKey(View v,int keyCode,KeyEvent event)


public boolean onKey(View v, int keyCode, KeyEvent event)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onKey", "View v,int keyCode,KeyEvent event")); 

1.390.33. onTouch(View v,MotionEvent event)


public boolean onTouch(View v, MotionEvent event)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onTouch", "View v,MotionEvent event")); 

1.390.34. beforeTextChanged(CharSequence s,int start,int count,int after)


public void beforeTextChanged(CharSequence s, int start, int count, int after)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"beforeTextChanged", "CharSequence s,int start,int count,int after")); 

1.390.35. onTextChanged(CharSequence s,int start,int before,int count)


public void onTextChanged(CharSequence s, int start, int before, int count)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onTextChanged", "CharSequence s,int start,int before,int count")); 

1.390.36. afterTextChanged(Editable s)


public void afterTextChanged(Editable s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"afterTextChanged", "Editable s")); 

1.390.37. disableCryptKeeperComponent(Context context)


private static void disableCryptKeeperComponent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableCryptKeeperComponent", "Context context")); 

1.391. CryptKeeperConfirm.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/CryptKeeperConfirm.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.391.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.391.2. establishFinalConfirmationState()


private void establishFinalConfirmationState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"establishFinalConfirmationState", "")); 

1.391.3. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.391.4. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.392. CryptKeeperSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/CryptKeeperSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.392.1. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedState")); 

1.392.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.392.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.392.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.392.5. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.392.6. runKeyguardConfirmation(int request)


private boolean runKeyguardConfirmation(int request)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"runKeyguardConfirmation", "int request")); 

1.392.7. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.392.8. showFinalConfirmation(int type,String password)


private void showFinalConfirmation(int type, String password)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showFinalConfirmation", "int type,String password")); 

1.392.9. addEncryptionInfoToPreference(Preference preference,int type,String password)


private void addEncryptionInfoToPreference(Preference preference, int type, String password)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addEncryptionInfoToPreference", "Preference preference,int type,String password")); 

1.393. CurrentDreamPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dream/CurrentDreamPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.393.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.393.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.393.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.393.4. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.393.5. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.393.6. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.393.7. onSelectionPerformed(boolean success)


protected void onSelectionPerformed(boolean success)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSelectionPerformed", "boolean success")); 

1.393.8. getDreamComponentsMap()


private Map getDreamComponentsMap()

methodList.add(new ZMethod(mZAndroidAPPClass,"Map" ,"getDreamComponentsMap", "")); 

1.394. CurrentDreamPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dream/CurrentDreamPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.394.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.394.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.394.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.394.4. setGearClickListenerForPreference(Preference preference)


private void setGearClickListenerForPreference(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setGearClickListenerForPreference", "Preference preference")); 

1.394.5. launchScreenSaverSettings()


private void launchScreenSaverSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchScreenSaverSettings", "")); 

1.394.6. getActiveDreamInfo()


private Optional getActiveDreamInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"Optional" ,"getActiveDreamInfo", "")); 

1.395. CustomListPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/CustomListPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.395.1. onPrepareDialogBuilder(AlertDialog.Builder builder,DialogInterface.OnClickListener listener)


protected void onPrepareDialogBuilder(AlertDialog.Builder builder, DialogInterface.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareDialogBuilder", "AlertDialog.Builder builder,DialogInterface.OnClickListener listener")); 

1.395.2. onDialogClosed(boolean positiveResult)


protected void onDialogClosed(boolean positiveResult)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogClosed", "boolean positiveResult")); 

1.395.3. onDialogCreated(Dialog dialog)


protected void onDialogCreated(Dialog dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogCreated", "Dialog dialog")); 

1.395.4. isAutoClosePreference()


protected boolean isAutoClosePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAutoClosePreference", "")); 

1.395.5. getConfirmationMessage(String value)


protected CharSequence getConfirmationMessage(String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getConfirmationMessage", "String value")); 

1.395.6. onDialogStateRestored(Dialog dialog,Bundle savedInstanceState)


protected void onDialogStateRestored(Dialog dialog, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogStateRestored", "Dialog dialog,Bundle savedInstanceState")); 

1.396. CycleAdapter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/CycleAdapter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.396.1. findNearestPosition(CycleItem target)


public int findNearestPosition(CycleItem target)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"findNearestPosition", "CycleItem target")); 

1.396.2. updateCycleList(NetworkPolicy policy,ChartData chartData)


public boolean updateCycleList(NetworkPolicy policy, ChartData chartData)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"updateCycleList", "NetworkPolicy policy,ChartData chartData")); 

1.397. DarkUIPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/DarkUIPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.397.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.397.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.397.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.397.4. updateSummary(Preference preference)


private void updateSummary(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "Preference preference")); 

1.397.5. modeToDescription(int mode)


private String modeToDescription(int mode)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"modeToDescription", "int mode")); 

1.397.6. modeToString(int mode)


private String modeToString(int mode)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"modeToString", "int mode")); 

1.397.7. modeToInt(String mode)


private int modeToInt(String mode)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"modeToInt", "String mode")); 

1.398. DashboardAdapter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/DashboardAdapter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.398.1. setSuggestions(List data)


public void setSuggestions(List data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSuggestions", "List data")); 

1.398.2. setCategory(DashboardCategory category)


public void setCategory(DashboardCategory category)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCategory", "DashboardCategory category")); 

1.398.3. setConditions(List conditions)


public void setConditions(List conditions)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setConditions", "List conditions")); 

1.398.4. onSuggestionClosed(Suggestion suggestion)


public void onSuggestionClosed(Suggestion suggestion)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSuggestionClosed", "Suggestion suggestion")); 

1.398.5. notifySummaryChanged(Tile tile)


public void notifySummaryChanged(Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"notifySummaryChanged", "Tile tile")); 

1.398.6. onCreateViewHolder(ViewGroup parent,int viewType)


public DashboardItemHolder onCreateViewHolder(ViewGroup parent, int viewType)

methodList.add(new ZMethod(mZAndroidAPPClass,"DashboardItemHolder" ,"onCreateViewHolder", "ViewGroup parent,int viewType")); 

1.398.7. onBindViewHolder(DashboardItemHolder holder,int position)


public void onBindViewHolder(DashboardItemHolder holder, int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "DashboardItemHolder holder,int position")); 

1.398.8. getItemId(int position)


public long getItemId(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getItemId", "int position")); 

1.398.9. getItemViewType(int position)


public int getItemViewType(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemViewType", "int position")); 

1.398.10. getItemCount()


public int getItemCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemCount", "")); 

1.398.11. onAttachedToRecyclerView(RecyclerView recyclerView)


public void onAttachedToRecyclerView(RecyclerView recyclerView)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttachedToRecyclerView", "RecyclerView recyclerView")); 

1.398.12. getItem(long itemId)


public Object getItem(long itemId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"getItem", "long itemId")); 

1.398.13. getSuggestion(int position)


public Suggestion getSuggestion(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"Suggestion" ,"getSuggestion", "int position")); 

1.398.14. notifyDashboardDataChanged(DashboardData prevData)


void notifyDashboardDataChanged(DashboardData prevData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"notifyDashboardDataChanged", "DashboardData prevData")); 

1.398.15. onBindConditionHeader(final ConditionHeaderHolder holder,ConditionHeaderData data)


void onBindConditionHeader(final ConditionHeaderHolder holder, ConditionHeaderData data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindConditionHeader", "final ConditionHeaderHolder holder,ConditionHeaderData data")); 

1.398.16. onBindCondition(final ConditionContainerHolder holder,int position)


void onBindCondition(final ConditionContainerHolder holder, int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindCondition", "final ConditionContainerHolder holder,int position")); 

1.398.17. onBindSuggestion(final SuggestionContainerHolder holder,int position)


void onBindSuggestion(final SuggestionContainerHolder holder, int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindSuggestion", "final SuggestionContainerHolder holder,int position")); 

1.398.18. onBindTile(DashboardItemHolder holder,Tile tile)


void onBindTile(DashboardItemHolder holder, Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindTile", "DashboardItemHolder holder,Tile tile")); 

1.398.19. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.398.20. updateConditionIcons(List icons,ViewGroup parent)


private void updateConditionIcons(List icons, ViewGroup parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateConditionIcons", "List icons,ViewGroup parent")); 

1.398.21. scrollToTopOfConditions()


private void scrollToTopOfConditions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"scrollToTopOfConditions", "")); 

1.399. DashboardData.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/DashboardData.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.399.1. getItemIdByPosition(int position)


public int getItemIdByPosition(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemIdByPosition", "int position")); 

1.399.2. getItemTypeByPosition(int position)


public int getItemTypeByPosition(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemTypeByPosition", "int position")); 

1.399.3. getItemEntityByPosition(int position)


public Object getItemEntityByPosition(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"getItemEntityByPosition", "int position")); 

1.399.4. getItemList()


public List getItemList()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getItemList", "")); 

1.399.5. size()


public int size()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"size", "")); 

1.399.6. getItemEntityById(long id)


public Object getItemEntityById(long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"getItemEntityById", "long id")); 

1.399.7. getCategory()


public DashboardCategory getCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"DashboardCategory" ,"getCategory", "")); 

1.399.8. getConditions()


public List getConditions()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getConditions", "")); 

1.399.9. getSuggestions()


public List getSuggestions()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSuggestions", "")); 

1.399.10. hasSuggestion()


public boolean hasSuggestion()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasSuggestion", "")); 

1.399.11. isConditionExpanded()


public boolean isConditionExpanded()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isConditionExpanded", "")); 

1.399.12. getPositionByEntity(Object entity)


public int getPositionByEntity(Object entity)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPositionByEntity", "Object entity")); 

1.399.13. getPositionByTile(Tile tile)


public int getPositionByTile(Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPositionByTile", "Tile tile")); 

1.399.14. addToItemList(Object item,int type,int stableId,boolean add)


private void addToItemList(Object item, int type, int stableId, boolean add)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addToItemList", "Object item,int type,int stableId,boolean add")); 

1.399.15. buildItemsData()


private void buildItemsData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"buildItemsData", "")); 

1.399.16. sizeOf(List list)


private static int sizeOf(List list)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"sizeOf", "List list")); 

1.399.17. getConditionsToShow(List conditions)


private List getConditionsToShow(List conditions)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getConditionsToShow", "List conditions")); 

1.399.18. getSuggestionsToShow(List suggestions)


private List getSuggestionsToShow(List suggestions)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSuggestionsToShow", "List suggestions")); 

1.400. DashboardFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.401. DashboardFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.401.1. getTilesForCategory(String key)


public DashboardCategory getTilesForCategory(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"DashboardCategory" ,"getTilesForCategory", "String key")); 

1.401.2. getPreferencesForCategory(Activity activity,Context context,int sourceMetricsCategory,String key)


public List getPreferencesForCategory(Activity activity, Context context, int sourceMetricsCategory, String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getPreferencesForCategory", "Activity activity,Context context,int sourceMetricsCategory,String key")); 

1.401.3. getAllCategories()


public List getAllCategories()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getAllCategories", "")); 

1.401.4. shouldTintIcon()


public boolean shouldTintIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldTintIcon", "")); 

1.401.5. getDashboardKeyForTile(Tile tile)


public String getDashboardKeyForTile(Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDashboardKeyForTile", "Tile tile")); 

1.401.6. bindPreferenceToTile(Activity activity,int sourceMetricsCategory,Preference pref,Tile tile,String key,int baseOrder)


public void bindPreferenceToTile(Activity activity, int sourceMetricsCategory, Preference pref, Tile tile, String key, int baseOrder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindPreferenceToTile", "Activity activity,int sourceMetricsCategory,Preference pref,Tile tile,String key,int baseOrder")); 

1.401.7. getExtraIntentAction()


public String getExtraIntentAction()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getExtraIntentAction", "")); 

1.401.8. openTileIntent(Activity activity,Tile tile)


public void openTileIntent(Activity activity, Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"openTileIntent", "Activity activity,Tile tile")); 

1.401.9. bindSummary(Preference preference,Tile tile)


private void bindSummary(Preference preference, Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindSummary", "Preference preference,Tile tile")); 

1.401.10. bindIcon(Preference preference,Tile tile)


void bindIcon(Preference preference, Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindIcon", "Preference preference,Tile tile")); 

1.401.11. launchIntentOrSelectProfile(Activity activity,Tile tile,Intent intent,int sourceMetricCategory)


private void launchIntentOrSelectProfile(Activity activity, Tile tile, Intent intent, int sourceMetricCategory)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchIntentOrSelectProfile", "Activity activity,Tile tile,Intent intent,int sourceMetricCategory")); 

1.401.12. isIntentResolvable(Intent intent)


private boolean isIntentResolvable(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isIntentResolvable", "Intent intent")); 

1.402. DashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.402.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.402.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.402.3. onCategoriesChanged()


public void onCategoriesChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCategoriesChanged", "")); 

1.402.4. onCreatePreferences(Bundle savedInstanceState,String rootKey)


public void onCreatePreferences(Bundle savedInstanceState, String rootKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreatePreferences", "Bundle savedInstanceState,String rootKey")); 

1.402.5. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.402.6. notifySummaryChanged(Tile tile)


public void notifySummaryChanged(Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"notifySummaryChanged", "Tile tile")); 

1.402.7. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.402.8. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.402.9. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.402.10. getPreferenceScreenResId()


protected abstract int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.402.11. use(Class clazz)


protected T use(Class clazz)

methodList.add(new ZMethod(mZAndroidAPPClass,"T" ,"use", "Class clazz")); 

1.402.12. addPreferenceController(AbstractPreferenceController controller)


protected void addPreferenceController(AbstractPreferenceController controller)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPreferenceController", "AbstractPreferenceController controller")); 

1.402.13. getCategoryKey()


public String getCategoryKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getCategoryKey", "")); 

1.402.14. getLogTag()


protected abstract String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.402.15. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.402.16. displayTile(Tile tile)


protected boolean displayTile(Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"displayTile", "Tile tile")); 

1.402.17. tintTileIcon(Tile tile)


boolean tintTileIcon(Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"tintTileIcon", "Tile tile")); 

1.402.18. displayResourceTiles()


private void displayResourceTiles()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayResourceTiles", "")); 

1.402.19. updatePreferenceStates()


protected void updatePreferenceStates()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferenceStates", "")); 

1.402.20. refreshAllPreferences(final String TAG)


private void refreshAllPreferences(final String TAG)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshAllPreferences", "final String TAG")); 

1.402.21. refreshDashboardTiles(final String TAG)


void refreshDashboardTiles(final String TAG)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshDashboardTiles", "final String TAG")); 

1.403. DashboardFragmentRegistry.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragmentRegistry.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.404. DashboardItemAnimator.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/DashboardItemAnimator.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.404.1. animateChange(ViewHolder oldHolder,ViewHolder newHolder,int fromX,int fromY,int toX,int toY)


public boolean animateChange(ViewHolder oldHolder, ViewHolder newHolder, int fromX, int fromY, int toX, int toY)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"animateChange", "ViewHolder oldHolder,ViewHolder newHolder,int fromX,int fromY,int toX,int toY")); 

1.405. DashboardSummary.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/DashboardSummary.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.405.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.405.2. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.405.3. getLoaderManager()


public LoaderManager getLoaderManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"LoaderManager" ,"getLoaderManager", "")); 

1.405.4. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.405.5. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.405.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.405.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.405.8. onWindowFocusChanged(boolean hasWindowFocus)


public void onWindowFocusChanged(boolean hasWindowFocus)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onWindowFocusChanged", "boolean hasWindowFocus")); 

1.405.9. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.405.10. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle bundle)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle bundle")); 

1.405.11. rebuildUI()


void rebuildUI()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"rebuildUI", "")); 

1.405.12. onCategoriesChanged()


public void onCategoriesChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCategoriesChanged", "")); 

1.405.13. onConditionsChanged()


public void onConditionsChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onConditionsChanged", "")); 

1.405.14. onSuggestionReady(List suggestions)


public void onSuggestionReady(List suggestions)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSuggestionReady", "List suggestions")); 

1.405.15. updateCategory()


void updateCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCategory", "")); 

1.406. DashboardTilePlaceholderPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/DashboardTilePlaceholderPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.406.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.406.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.406.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.406.4. getOrder()


public int getOrder()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getOrder", "")); 

1.407. DatabaseIndexingManager.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/DatabaseIndexingManager.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.407.1. performIndexing()


public void performIndexing()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"performIndexing", "")); 

1.407.2. getIndexDataFromProviders(List providers,boolean isFullIndex)


PreIndexData getIndexDataFromProviders(List providers, boolean isFullIndex)

methodList.add(new ZMethod(mZAndroidAPPClass,"PreIndexData" ,"getIndexDataFromProviders", "List providers,boolean isFullIndex")); 

1.407.3. isFullIndex(Context context,String locale,String fingerprint,String providerVersionedNames)


boolean isFullIndex(Context context, String locale, String fingerprint, String providerVersionedNames)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFullIndex", "Context context,String locale,String fingerprint,String providerVersionedNames")); 

1.407.4. rebuildDatabase()


private void rebuildDatabase()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"rebuildDatabase", "")); 

1.407.5. updateDatabase(PreIndexData preIndexData,boolean needsReindexing)


void updateDatabase(PreIndexData preIndexData, boolean needsReindexing)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDatabase", "PreIndexData preIndexData,boolean needsReindexing")); 

1.407.6. getIndexData(PreIndexData data)


List getIndexData(PreIndexData data)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getIndexData", "PreIndexData data")); 

1.407.7. insertIndexData(SQLiteDatabase database,List indexData)


void insertIndexData(SQLiteDatabase database, List indexData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"insertIndexData", "SQLiteDatabase database,List indexData")); 

1.407.8. updateDataInDatabase(SQLiteDatabase database,Map> nonIndexableKeys)


void updateDataInDatabase(SQLiteDatabase database, Map> nonIndexableKeys)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDataInDatabase", "SQLiteDatabase database,Map> nonIndexableKeys")); 

1.407.9. getWritableDatabase()


private SQLiteDatabase getWritableDatabase()

methodList.add(new ZMethod(mZAndroidAPPClass,"SQLiteDatabase" ,"getWritableDatabase", "")); 

1.408. DatabaseIndexingUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/DatabaseIndexingUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.408.1. buildSearchResultPageIntent(Context context,String className,String key,String screenTitle)


public static Intent buildSearchResultPageIntent(Context context, String className, String key, String screenTitle)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"buildSearchResultPageIntent", "Context context,String className,String key,String screenTitle")); 

1.408.2. buildSearchResultPageIntent(Context context,String className,String key,String screenTitle,int sourceMetricsCategory)


public static Intent buildSearchResultPageIntent(Context context, String className, String key, String screenTitle, int sourceMetricsCategory)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"buildSearchResultPageIntent", "Context context,String className,String key,String screenTitle,int sourceMetricsCategory")); 

1.408.3. getPayloadKeyMap(String className,Context context)


public static Map getPayloadKeyMap(String className, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Map" ,"getPayloadKeyMap", "String className,Context context")); 

1.408.4. getIndexableClass(String className)


public static Class getIndexableClass(String className)

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getIndexableClass", "String className")); 

1.408.5. isIndexableClass(final Class clazz)


public static boolean isIndexableClass(final Class clazz)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isIndexableClass", "final Class clazz")); 

1.408.6. getSearchIndexProvider(final Class clazz)


public static Indexable.SearchIndexProvider getSearchIndexProvider(final Class clazz)

methodList.add(new ZMethod(mZAndroidAPPClass,"Indexable.SearchIndexProvider" ,"getSearchIndexProvider", "final Class clazz")); 

1.409. DatabaseResultLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/DatabaseResultLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.410. DataSaverBackend.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataSaverBackend.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.410.1. addListener(Listener listener)


public void addListener(Listener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addListener", "Listener listener")); 

1.410.2. remListener(Listener listener)


public void remListener(Listener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"remListener", "Listener listener")); 

1.410.3. isDataSaverEnabled()


public boolean isDataSaverEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDataSaverEnabled", "")); 

1.410.4. setDataSaverEnabled(boolean enabled)


public void setDataSaverEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDataSaverEnabled", "boolean enabled")); 

1.410.5. refreshWhitelist()


public void refreshWhitelist()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshWhitelist", "")); 

1.410.6. setIsWhitelisted(int uid,String packageName,boolean whitelisted)


public void setIsWhitelisted(int uid, String packageName, boolean whitelisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIsWhitelisted", "int uid,String packageName,boolean whitelisted")); 

1.410.7. isWhitelisted(int uid)


public boolean isWhitelisted(int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isWhitelisted", "int uid")); 

1.410.8. getWhitelistedCount()


public int getWhitelistedCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getWhitelistedCount", "")); 

1.410.9. loadWhitelist()


private void loadWhitelist()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadWhitelist", "")); 

1.410.10. refreshBlacklist()


public void refreshBlacklist()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshBlacklist", "")); 

1.410.11. setIsBlacklisted(int uid,String packageName,boolean blacklisted)


public void setIsBlacklisted(int uid, String packageName, boolean blacklisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIsBlacklisted", "int uid,String packageName,boolean blacklisted")); 

1.410.12. isBlacklisted(int uid)


public boolean isBlacklisted(int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBlacklisted", "int uid")); 

1.410.13. loadBlacklist()


private void loadBlacklist()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadBlacklist", "")); 

1.410.14. handleRestrictBackgroundChanged(boolean isDataSaving)


private void handleRestrictBackgroundChanged(boolean isDataSaving)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleRestrictBackgroundChanged", "boolean isDataSaving")); 

1.410.15. handleWhitelistChanged(int uid,boolean isWhitelisted)


private void handleWhitelistChanged(int uid, boolean isWhitelisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleWhitelistChanged", "int uid,boolean isWhitelisted")); 

1.410.16. handleBlacklistChanged(int uid,boolean isBlacklisted)


private void handleBlacklistChanged(int uid, boolean isBlacklisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleBlacklistChanged", "int uid,boolean isBlacklisted")); 

1.410.17. handleUidPoliciesChanged(int uid,int newPolicy)


private void handleUidPoliciesChanged(int uid, int newPolicy)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleUidPoliciesChanged", "int uid,int newPolicy")); 

1.411. DataSaverController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/DataSaverController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.411.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.412. DataSaverPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataSaverPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.412.1. onAttached()


public void onAttached()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttached", "")); 

1.412.2. onDetached()


public void onDetached()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDetached", "")); 

1.412.3. onDataSaverChanged(boolean isDataSaving)


public void onDataSaverChanged(boolean isDataSaving)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataSaverChanged", "boolean isDataSaving")); 

1.412.4. onWhitelistStatusChanged(int uid,boolean isWhitelisted)


public void onWhitelistStatusChanged(int uid, boolean isWhitelisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onWhitelistStatusChanged", "int uid,boolean isWhitelisted")); 

1.412.5. onBlacklistStatusChanged(int uid,boolean isBlacklisted)


public void onBlacklistStatusChanged(int uid, boolean isBlacklisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBlacklistStatusChanged", "int uid,boolean isBlacklisted")); 

1.413. DataSaverSummary.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataSaverSummary.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.413.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.413.2. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.413.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.413.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.413.5. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.413.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.413.7. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.413.8. onDataSaverChanged(boolean isDataSaving)


public void onDataSaverChanged(boolean isDataSaving)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataSaverChanged", "boolean isDataSaving")); 

1.413.9. onWhitelistStatusChanged(int uid,boolean isWhitelisted)


public void onWhitelistStatusChanged(int uid, boolean isWhitelisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onWhitelistStatusChanged", "int uid,boolean isWhitelisted")); 

1.413.10. onBlacklistStatusChanged(int uid,boolean isBlacklisted)


public void onBlacklistStatusChanged(int uid, boolean isBlacklisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBlacklistStatusChanged", "int uid,boolean isBlacklisted")); 

1.413.11. onExtraInfoUpdated()


public void onExtraInfoUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onExtraInfoUpdated", "")); 

1.413.12. onRunningStateChanged(boolean running)


public void onRunningStateChanged(boolean running)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRunningStateChanged", "boolean running")); 

1.413.13. onPackageListChanged()


public void onPackageListChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageListChanged", "")); 

1.413.14. onRebuildComplete(ArrayList apps)


public void onRebuildComplete(ArrayList apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRebuildComplete", "ArrayList apps")); 

1.413.15. onPackageIconChanged()


public void onPackageIconChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageIconChanged", "")); 

1.413.16. onPackageSizeChanged(String packageName)


public void onPackageSizeChanged(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageSizeChanged", "String packageName")); 

1.413.17. onAllSizesComputed()


public void onAllSizesComputed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAllSizesComputed", "")); 

1.413.18. onLauncherInfoChanged()


public void onLauncherInfoChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLauncherInfoChanged", "")); 

1.413.19. onLoadEntriesCompleted()


public void onLoadEntriesCompleted()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadEntriesCompleted", "")); 

1.414. DataUsageBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataUsageBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.414.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.414.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.414.3. isAdmin()


protected boolean isAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAdmin", "")); 

1.414.4. isMobileDataAvailable(int subId)


protected boolean isMobileDataAvailable(int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isMobileDataAvailable", "int subId")); 

1.414.5. isNetworkPolicyModifiable(NetworkPolicy policy,int subId)


protected boolean isNetworkPolicyModifiable(NetworkPolicy policy, int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isNetworkPolicyModifiable", "NetworkPolicy policy,int subId")); 

1.414.6. isDataEnabled(int subId)


private boolean isDataEnabled(int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDataEnabled", "int subId")); 

1.414.7. isBandwidthControlEnabled()


protected boolean isBandwidthControlEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBandwidthControlEnabled", "")); 

1.414.8. hasEthernet(Context context)


public boolean hasEthernet(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasEthernet", "Context context")); 

1.415. DataUsageBaseFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataUsageBaseFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.415.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.415.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.415.3. isAdmin()


protected boolean isAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAdmin", "")); 

1.415.4. isMobileDataAvailable(int subId)


protected boolean isMobileDataAvailable(int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isMobileDataAvailable", "int subId")); 

1.415.5. isNetworkPolicyModifiable(NetworkPolicy policy,int subId)


protected boolean isNetworkPolicyModifiable(NetworkPolicy policy, int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isNetworkPolicyModifiable", "NetworkPolicy policy,int subId")); 

1.415.6. isDataEnabled(int subId)


private boolean isDataEnabled(int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDataEnabled", "int subId")); 

1.415.7. isBandwidthControlEnabled()


protected boolean isBandwidthControlEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBandwidthControlEnabled", "")); 

1.415.8. hasEthernet(Context context)


public boolean hasEthernet(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasEthernet", "Context context")); 

1.416. DataUsageEditController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataUsageEditController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.417. DataUsageInfoController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataUsageInfoController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.417.1. updateDataLimit(DataUsageInfo info,NetworkPolicy policy)


public void updateDataLimit(DataUsageInfo info, NetworkPolicy policy)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDataLimit", "DataUsageInfo info,NetworkPolicy policy")); 

1.417.2. getSummaryLimit(DataUsageInfo info)


public long getSummaryLimit(DataUsageInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getSummaryLimit", "DataUsageInfo info")); 

1.418. DataUsageList.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataUsageList.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.418.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.418.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.418.3. onViewCreated(View v,Bundle savedInstanceState)


public void onViewCreated(View v, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View v,Bundle savedInstanceState")); 

1.418.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.418.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.418.6. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.418.7. processArgument()


void processArgument()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"processArgument", "")); 

1.418.8. updateBody()


private void updateBody()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBody", "")); 

1.418.9. updatePolicy()


private void updatePolicy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePolicy", "")); 

1.418.10. updateDetailData()


private void updateDetailData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDetailData", "")); 

1.418.11. bindStats(NetworkStats stats,int[] restrictedUids)


public void bindStats(NetworkStats stats, int[] restrictedUids)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindStats", "NetworkStats stats,int[] restrictedUids")); 

1.418.12. startAppDataUsage(AppItem item)


private void startAppDataUsage(AppItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startAppDataUsage", "AppItem item")); 

1.418.13. accumulate(int collapseKey,final SparseArray knownItems,NetworkStats.Entry entry,int itemCategory,ArrayList items,long largest)


private static long accumulate(int collapseKey, final SparseArray knownItems, NetworkStats.Entry entry, int itemCategory, ArrayList items, long largest)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"accumulate", "int collapseKey,final SparseArray knownItems,NetworkStats.Entry entry,int itemCategory,ArrayList items,long largest")); 

1.418.14. hasReadyMobileRadio(Context context)


public static boolean hasReadyMobileRadio(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasReadyMobileRadio", "Context context")); 

1.418.15. hasReadyMobileRadio(Context context,int subId)


public static boolean hasReadyMobileRadio(Context context, int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasReadyMobileRadio", "Context context,int subId")); 

1.419. DataUsagePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataUsagePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.419.1. setTemplate(NetworkTemplate template,int subId,NetworkServices services)


public void setTemplate(NetworkTemplate template, int subId, NetworkServices services)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTemplate", "NetworkTemplate template,int subId,NetworkServices services")); 

1.419.2. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.420. DataUsageSummary.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataUsageSummary.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.420.1. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.420.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.420.3. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.420.4. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.420.5. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.420.6. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.420.7. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.420.8. addMobileSection(int subId)


void addMobileSection(int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addMobileSection", "int subId")); 

1.420.9. addMobileSection(int subId,SubscriptionInfo subInfo)


private void addMobileSection(int subId, SubscriptionInfo subInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addMobileSection", "int subId,SubscriptionInfo subInfo")); 

1.420.10. addWifiSection()


void addWifiSection()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addWifiSection", "")); 

1.420.11. addEthernetSection()


private void addEthernetSection()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addEthernetSection", "")); 

1.420.12. inflatePreferences(int resId)


private Preference inflatePreferences(int resId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"inflatePreferences", "int resId")); 

1.420.13. getNetworkTemplate(int subscriptionId)


private NetworkTemplate getNetworkTemplate(int subscriptionId)

methodList.add(new ZMethod(mZAndroidAPPClass,"NetworkTemplate" ,"getNetworkTemplate", "int subscriptionId")); 

1.420.14. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.420.15. formatUsage(Context context,String template,long usageLevel)


static CharSequence formatUsage(Context context, String template, long usageLevel)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"formatUsage", "Context context,String template,long usageLevel")); 

1.420.16. formatUsage(Context context,String template,long usageLevel,float larger,float smaller)


static CharSequence formatUsage(Context context, String template, long usageLevel, float larger, float smaller)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"formatUsage", "Context context,String template,long usageLevel,float larger,float smaller")); 

1.420.17. updateState()


private void updateState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "")); 

1.420.18. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.420.19. getNetworkPolicyEditor()


public NetworkPolicyEditor getNetworkPolicyEditor()

methodList.add(new ZMethod(mZAndroidAPPClass,"NetworkPolicyEditor" ,"getNetworkPolicyEditor", "")); 

1.420.20. getNetworkTemplate()


public NetworkTemplate getNetworkTemplate()

methodList.add(new ZMethod(mZAndroidAPPClass,"NetworkTemplate" ,"getNetworkTemplate", "")); 

1.420.21. updateDataUsage()


public void updateDataUsage()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDataUsage", "")); 

1.421. DataUsageSummaryLegacy.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataUsageSummaryLegacy.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.421.1. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.421.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.421.3. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.421.4. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.421.5. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.421.6. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.421.7. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.421.8. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.421.9. addMobileSection(int subId)


private void addMobileSection(int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addMobileSection", "int subId")); 

1.421.10. addMobileSection(int subId,SubscriptionInfo subInfo)


private void addMobileSection(int subId, SubscriptionInfo subInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addMobileSection", "int subId,SubscriptionInfo subInfo")); 

1.421.11. addWifiSection()


private void addWifiSection()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addWifiSection", "")); 

1.421.12. addEthernetSection()


private void addEthernetSection()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addEthernetSection", "")); 

1.421.13. inflatePreferences(int resId)


private Preference inflatePreferences(int resId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"inflatePreferences", "int resId")); 

1.421.14. getNetworkTemplate(int subscriptionId)


private NetworkTemplate getNetworkTemplate(int subscriptionId)

methodList.add(new ZMethod(mZAndroidAPPClass,"NetworkTemplate" ,"getNetworkTemplate", "int subscriptionId")); 

1.421.15. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.421.16. formatUsage(Context context,String template,long usageLevel)


static CharSequence formatUsage(Context context, String template, long usageLevel)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"formatUsage", "Context context,String template,long usageLevel")); 

1.421.17. updateState()


private void updateState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "")); 

1.421.18. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.421.19. getNetworkPolicyEditor()


public NetworkPolicyEditor getNetworkPolicyEditor()

methodList.add(new ZMethod(mZAndroidAPPClass,"NetworkPolicyEditor" ,"getNetworkPolicyEditor", "")); 

1.421.20. getNetworkTemplate()


public NetworkTemplate getNetworkTemplate()

methodList.add(new ZMethod(mZAndroidAPPClass,"NetworkTemplate" ,"getNetworkTemplate", "")); 

1.421.21. updateDataUsage()


public void updateDataUsage()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDataUsage", "")); 

1.422. DataUsageSummaryPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataUsageSummaryPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.422.1. setLimitInfo(String text)


public void setLimitInfo(String text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLimitInfo", "String text")); 

1.422.2. setProgress(float progress)


public void setProgress(float progress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProgress", "float progress")); 

1.422.3. setUsageInfo(long cycleEnd,long snapshotTime,CharSequence carrierName,int numPlans,Intent launchIntent)


public void setUsageInfo(long cycleEnd, long snapshotTime, CharSequence carrierName, int numPlans, Intent launchIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUsageInfo", "long cycleEnd,long snapshotTime,CharSequence carrierName,int numPlans,Intent launchIntent")); 

1.422.4. setChartEnabled(boolean enabled)


public void setChartEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChartEnabled", "boolean enabled")); 

1.422.5. setLabels(CharSequence start,CharSequence end)


public void setLabels(CharSequence start, CharSequence end)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLabels", "CharSequence start,CharSequence end")); 

1.422.6. setUsageNumbers(long used,long dataPlanSize,boolean hasMobileData)


void setUsageNumbers(long used, long dataPlanSize, boolean hasMobileData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUsageNumbers", "long used,long dataPlanSize,boolean hasMobileData")); 

1.422.7. setWifiMode(boolean isWifiMode,String usagePeriod)


void setWifiMode(boolean isWifiMode, String usagePeriod)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setWifiMode", "boolean isWifiMode,String usagePeriod")); 

1.422.8. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.422.9. launchWifiDataUsage(Context context)


private static void launchWifiDataUsage(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchWifiDataUsage", "Context context")); 

1.422.10. updateDataUsageLabels(PreferenceViewHolder holder)


private void updateDataUsageLabels(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDataUsageLabels", "PreferenceViewHolder holder")); 

1.422.11. updateCycleTimeText(PreferenceViewHolder holder)


private void updateCycleTimeText(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCycleTimeText", "PreferenceViewHolder holder")); 

1.422.12. updateCarrierInfo(TextView carrierInfo)


private void updateCarrierInfo(TextView carrierInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCarrierInfo", "TextView carrierInfo")); 

1.422.13. calculateTruncatedUpdateAge()


private long calculateTruncatedUpdateAge()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"calculateTruncatedUpdateAge", "")); 

1.422.14. setCarrierInfoTextStyle(TextView carrierInfo,@AttrRes int colorId,Typeface typeface)


private void setCarrierInfoTextStyle(TextView carrierInfo, @AttrRes int colorId, Typeface typeface)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCarrierInfoTextStyle", "TextView carrierInfo,@AttrRes int colorId,Typeface typeface")); 

1.423. DataUsageSummaryPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataUsageSummaryPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.423.1. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.423.2. setPlanValues(int dataPlanCount,long dataPlanSize,long dataPlanUse)


void setPlanValues(int dataPlanCount, long dataPlanSize, long dataPlanUse)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPlanValues", "int dataPlanCount,long dataPlanSize,long dataPlanUse")); 

1.423.3. setCarrierValues(String carrierName,long snapshotTime,long cycleEnd,Intent intent)


void setCarrierValues(String carrierName, long snapshotTime, long cycleEnd, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCarrierValues", "String carrierName,long snapshotTime,long cycleEnd,Intent intent")); 

1.423.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.423.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.423.6. refreshDataplanInfo(DataUsageController.DataUsageInfo info)


private void refreshDataplanInfo(DataUsageController.DataUsageInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshDataplanInfo", "DataUsageController.DataUsageInfo info")); 

1.423.7. getPrimaryPlan(SubscriptionManager subManager,int primaryId)


public static SubscriptionPlan getPrimaryPlan(SubscriptionManager subManager, int primaryId)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubscriptionPlan" ,"getPrimaryPlan", "SubscriptionManager subManager,int primaryId")); 

1.423.8. saneSize(long value)


private static boolean saneSize(long value)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"saneSize", "long value")); 

1.423.9. unlimited(long size)


public static boolean unlimited(long size)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"unlimited", "long size")); 

1.424. DataUsageUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/DataUsageUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.424.1. formatDataUsage(Context context,long byteValue)


public static CharSequence formatDataUsage(Context context, long byteValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"formatDataUsage", "Context context,long byteValue")); 

1.424.2. hasEthernet(Context context)


public static boolean hasEthernet(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasEthernet", "Context context")); 

1.424.3. hasMobileData(Context context)


public static boolean hasMobileData(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasMobileData", "Context context")); 

1.424.4. hasWifiRadio(Context context)


public static boolean hasWifiRadio(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasWifiRadio", "Context context")); 

1.424.5. hasSim(Context context)


public static boolean hasSim(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasSim", "Context context")); 

1.424.6. getDefaultSubscriptionId(Context context)


public static int getDefaultSubscriptionId(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultSubscriptionId", "Context context")); 

1.424.7. getDefaultTemplate(Context context,int defaultSubId)


static NetworkTemplate getDefaultTemplate(Context context, int defaultSubId)

methodList.add(new ZMethod(mZAndroidAPPClass,"NetworkTemplate" ,"getDefaultTemplate", "Context context,int defaultSubId")); 

1.425. DatePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/DatePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.425.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.425.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.425.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.425.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.425.5. onDateSet(DatePicker view,int year,int month,int day)


public void onDateSet(DatePicker view, int year, int month, int day)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDateSet", "DatePicker view,int year,int month,int day")); 

1.425.6. buildDatePicker(Activity activity)


public DatePickerDialog buildDatePicker(Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"DatePickerDialog" ,"buildDatePicker", "Activity activity")); 

1.425.7. setDate(int year,int month,int day)


void setDate(int year, int month, int day)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDate", "int year,int month,int day")); 

1.426. DateTimeSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/DateTimeSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.426.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.426.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.426.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.426.4. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.426.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.426.6. updateTimeAndDateDisplay(Context context)


public void updateTimeAndDateDisplay(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTimeAndDateDisplay", "Context context")); 

1.426.7. onCreateDialog(int id)


public Dialog onCreateDialog(int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int id")); 

1.426.8. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.426.9. showTimePicker()


public void showTimePicker()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showTimePicker", "")); 

1.426.10. showDatePicker()


public void showDatePicker()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDatePicker", "")); 

1.427. DebugEstimatesLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/DebugEstimatesLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.427.1. onDiscardResult(List result)


protected void onDiscardResult(List result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDiscardResult", "List result")); 

1.427.2. loadInBackground()


public List loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"loadInBackground", "")); 

1.428. DebugGpuOverdrawPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/DebugGpuOverdrawPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.428.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.428.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.428.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.428.4. writeDebugHwOverdrawOptions(Object newValue)


private void writeDebugHwOverdrawOptions(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeDebugHwOverdrawOptions", "Object newValue")); 

1.428.5. updateDebugHwOverdrawOptions()


private void updateDebugHwOverdrawOptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDebugHwOverdrawOptions", "")); 

1.429. DebugNonRectClipOperationsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/DebugNonRectClipOperationsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.429.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.429.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.429.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.429.4. writeShowNonRectClipOptions(Object newValue)


private void writeShowNonRectClipOptions(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeShowNonRectClipOptions", "Object newValue")); 

1.429.5. updateShowNonRectClipOptions()


private void updateShowNonRectClipOptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateShowNonRectClipOptions", "")); 

1.430. DebugViewAttributesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/DebugViewAttributesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.430.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.430.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.430.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.430.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.431. DefaultAppPickerFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultAppPickerFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.431.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.431.2. onRadioButtonClicked(RadioButtonPreference selected)


public void onRadioButtonClicked(RadioButtonPreference selected)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRadioButtonClicked", "RadioButtonPreference selected")); 

1.431.3. onRadioButtonConfirmed(String selectedKey)


protected void onRadioButtonConfirmed(String selectedKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRadioButtonConfirmed", "String selectedKey")); 

1.431.4. bindPreferenceExtra(RadioButtonPreference pref,String key,CandidateInfo info,String defaultKey,String systemDefaultKey)


public void bindPreferenceExtra(RadioButtonPreference pref, String key, CandidateInfo info, String defaultKey, String systemDefaultKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindPreferenceExtra", "RadioButtonPreference pref,String key,CandidateInfo info,String defaultKey,String systemDefaultKey")); 

1.431.5. newConfirmationDialogFragment(String selectedKey,CharSequence confirmationMessage)


protected ConfirmationDialogFragment newConfirmationDialogFragment(String selectedKey, CharSequence confirmationMessage)

methodList.add(new ZMethod(mZAndroidAPPClass,"ConfirmationDialogFragment" ,"newConfirmationDialogFragment", "String selectedKey,CharSequence confirmationMessage")); 

1.431.6. getConfirmationMessage(CandidateInfo info)


protected CharSequence getConfirmationMessage(CandidateInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getConfirmationMessage", "CandidateInfo info")); 

1.432. DefaultAppPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultAppPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.432.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.432.2. mayUpdateGearIcon(DefaultAppInfo app,Preference preference)


private void mayUpdateGearIcon(DefaultAppInfo app, Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"mayUpdateGearIcon", "DefaultAppInfo app,Preference preference")); 

1.432.3. getDefaultAppInfo()


protected abstract DefaultAppInfo getDefaultAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultAppInfo" ,"getDefaultAppInfo", "")); 

1.432.4. getSettingIntent(DefaultAppInfo info)


protected Intent getSettingIntent(DefaultAppInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getSettingIntent", "DefaultAppInfo info")); 

1.432.5. getDefaultAppIcon()


public Drawable getDefaultAppIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getDefaultAppIcon", "")); 

1.432.6. getDefaultAppLabel()


public CharSequence getDefaultAppLabel()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getDefaultAppLabel", "")); 

1.433. DefaultAppSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/DefaultAppSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.433.1. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.433.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.433.3. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.433.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.433.5. buildPreferenceControllers(Context context)


private static List buildPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context")); 

1.434. DefaultAppShortcutPreferenceControllerBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/DefaultAppShortcutPreferenceControllerBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.434.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.434.2. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.434.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.434.4. hasAppCapability()


protected abstract boolean hasAppCapability()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasAppCapability", "")); 

1.434.5. isDefaultApp()


protected abstract boolean isDefaultApp()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDefaultApp", "")); 

1.435. DefaultAssistPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/assist/DefaultAssistPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.435.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.435.2. shouldShowItemNone()


protected boolean shouldShowItemNone()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShowItemNone", "")); 

1.435.3. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.435.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.435.5. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.435.6. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.435.7. getConfirmationMessage(CandidateInfo appInfo)


protected String getConfirmationMessage(CandidateInfo appInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getConfirmationMessage", "CandidateInfo appInfo")); 

1.435.8. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.435.9. getCurrentAssist()


public ComponentName getCurrentAssist()

methodList.add(new ZMethod(mZAndroidAPPClass,"ComponentName" ,"getCurrentAssist", "")); 

1.435.10. addAssistServices()


private void addAssistServices()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addAssistServices", "")); 

1.435.11. addAssistActivities()


private void addAssistActivities()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addAssistActivities", "")); 

1.435.12. findAssistantByPackageName(String packageName)


private Info findAssistantByPackageName(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"Info" ,"findAssistantByPackageName", "String packageName")); 

1.435.13. setAssistNone()


private void setAssistNone()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAssistNone", "")); 

1.435.14. setAssistService(Info serviceInfo)


private void setAssistService(Info serviceInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAssistService", "Info serviceInfo")); 

1.435.15. setAssistActivity(Info activityInfo)


private void setAssistActivity(Info activityInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAssistActivity", "Info activityInfo")); 

1.435.16. getDefaultRecognizer()


private String getDefaultRecognizer()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultRecognizer", "")); 

1.436. DefaultAssistPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/assist/DefaultAssistPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.436.1. getSettingIntent(DefaultAppInfo info)


protected Intent getSettingIntent(DefaultAppInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getSettingIntent", "DefaultAppInfo info")); 

1.436.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.436.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.436.4. getDefaultAppInfo()


protected DefaultAppInfo getDefaultAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultAppInfo" ,"getDefaultAppInfo", "")); 

1.436.5. getAssistSettingsActivity(ComponentName cn,ResolveInfo resolveInfo,PackageManager pm)


String getAssistSettingsActivity(ComponentName cn, ResolveInfo resolveInfo, PackageManager pm)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getAssistSettingsActivity", "ComponentName cn,ResolveInfo resolveInfo,PackageManager pm")); 

1.437. DefaultAutofillPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultAutofillPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.437.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.437.2. newConfirmationDialogFragment(String selectedKey,CharSequence confirmationMessage)


protected ConfirmationDialogFragment newConfirmationDialogFragment(String selectedKey, CharSequence confirmationMessage)

methodList.add(new ZMethod(mZAndroidAPPClass,"ConfirmationDialogFragment" ,"newConfirmationDialogFragment", "String selectedKey,CharSequence confirmationMessage")); 

1.437.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.437.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.437.5. shouldShowItemNone()


protected boolean shouldShowItemNone()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShowItemNone", "")); 

1.437.6. update()


private void update()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"update", "")); 

1.437.7. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.437.8. newAddServicePreferenceOrNull()


private Preference newAddServicePreferenceOrNull()

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"newAddServicePreferenceOrNull", "")); 

1.437.9. addAddServicePreference()


private void addAddServicePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addAddServicePreference", "")); 

1.437.10. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.437.11. getDefaultKey(Context context)


public static String getDefaultKey(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "Context context")); 

1.437.12. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.437.13. getConfirmationMessage(CandidateInfo appInfo)


protected CharSequence getConfirmationMessage(CandidateInfo appInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getConfirmationMessage", "CandidateInfo appInfo")); 

1.437.14. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.438. DefaultAutofillPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultAutofillPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.438.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.438.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.438.3. getSettingIntent(DefaultAppInfo info)


protected Intent getSettingIntent(DefaultAppInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getSettingIntent", "DefaultAppInfo info")); 

1.438.4. getDefaultAppInfo()


protected DefaultAppInfo getDefaultAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultAppInfo" ,"getDefaultAppInfo", "")); 

1.439. DefaultBrowserPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultBrowserPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.439.1. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.439.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.439.3. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.439.4. setDefaultKey(String packageName)


protected boolean setDefaultKey(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String packageName")); 

1.439.5. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.440. DefaultBrowserPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultBrowserPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.440.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.440.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.440.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.440.4. getDefaultAppInfo()


protected DefaultAppInfo getDefaultAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultAppInfo" ,"getDefaultAppInfo", "")); 

1.440.5. getDefaultAppLabel()


public CharSequence getDefaultAppLabel()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getDefaultAppLabel", "")); 

1.440.6. getDefaultAppIcon()


public Drawable getDefaultAppIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getDefaultAppIcon", "")); 

1.440.7. getCandidates()


private List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.440.8. getOnlyAppLabel()


private String getOnlyAppLabel()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getOnlyAppLabel", "")); 

1.440.9. getOnlyAppIcon()


private Drawable getOnlyAppIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getOnlyAppIcon", "")); 

1.440.10. hasBrowserPreference(String pkg,Context context)


public static boolean hasBrowserPreference(String pkg, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasBrowserPreference", "String pkg,Context context")); 

1.440.11. isBrowserDefault(String pkg,int userId)


public boolean isBrowserDefault(String pkg, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBrowserDefault", "String pkg,int userId")); 

1.441. DefaultBrowserShortcutPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/DefaultBrowserShortcutPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.441.1. hasAppCapability()


protected boolean hasAppCapability()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasAppCapability", "")); 

1.441.2. isDefaultApp()


protected boolean isDefaultApp()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDefaultApp", "")); 

1.442. DefaultEmergencyPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultEmergencyPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.442.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.442.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.442.3. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.442.4. getConfirmationMessage(CandidateInfo info)


protected String getConfirmationMessage(CandidateInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getConfirmationMessage", "CandidateInfo info")); 

1.442.5. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.442.6. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.442.7. isSystemApp(ApplicationInfo info)


private boolean isSystemApp(ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSystemApp", "ApplicationInfo info")); 

1.443. DefaultEmergencyPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultEmergencyPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.443.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.443.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.443.3. getDefaultAppInfo()


protected DefaultAppInfo getDefaultAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultAppInfo" ,"getDefaultAppInfo", "")); 

1.443.4. isCapable()


private boolean isCapable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isCapable", "")); 

1.443.5. hasEmergencyPreference(String pkg,Context context)


public static boolean hasEmergencyPreference(String pkg, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasEmergencyPreference", "String pkg,Context context")); 

1.443.6. isEmergencyDefault(String pkg,Context context)


public static boolean isEmergencyDefault(String pkg, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEmergencyDefault", "String pkg,Context context")); 

1.444. DefaultEmergencyShortcutPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/DefaultEmergencyShortcutPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.444.1. hasAppCapability()


protected boolean hasAppCapability()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasAppCapability", "")); 

1.444.2. isDefaultApp()


protected boolean isDefaultApp()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDefaultApp", "")); 

1.445. DefaultHomePicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultHomePicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.445.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.445.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.445.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.445.4. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.445.5. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.445.6. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.445.7. hasManagedProfile()


private boolean hasManagedProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasManagedProfile", "")); 

1.445.8. launcherHasManagedProfilesFeature(ResolveInfo resolveInfo)


private boolean launcherHasManagedProfilesFeature(ResolveInfo resolveInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"launcherHasManagedProfilesFeature", "ResolveInfo resolveInfo")); 

1.445.9. versionNumberAtLeastL(int versionNumber)


private boolean versionNumberAtLeastL(int versionNumber)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"versionNumberAtLeastL", "int versionNumber")); 

1.446. DefaultHomePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultHomePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.446.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.446.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.446.3. getDefaultAppInfo()


protected DefaultAppInfo getDefaultAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultAppInfo" ,"getDefaultAppInfo", "")); 

1.446.4. getOnlyAppInfo(List homeActivities)


private ActivityInfo getOnlyAppInfo(List homeActivities)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActivityInfo" ,"getOnlyAppInfo", "List homeActivities")); 

1.446.5. getSettingIntent(DefaultAppInfo info)


protected Intent getSettingIntent(DefaultAppInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getSettingIntent", "DefaultAppInfo info")); 

1.446.6. hasHomePreference(String pkg,Context context)


public static boolean hasHomePreference(String pkg, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasHomePreference", "String pkg,Context context")); 

1.446.7. isHomeDefault(String pkg,PackageManagerWrapper pm)


public static boolean isHomeDefault(String pkg, PackageManagerWrapper pm)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isHomeDefault", "String pkg,PackageManagerWrapper pm")); 

1.447. DefaultHomeShortcutPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/DefaultHomeShortcutPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.447.1. hasAppCapability()


protected boolean hasAppCapability()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasAppCapability", "")); 

1.447.2. isDefaultApp()


protected boolean isDefaultApp()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDefaultApp", "")); 

1.448. DefaultIndicatorSeekBar.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/DefaultIndicatorSeekBar.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.448.1. drawTickMarks(Canvas canvas)


protected void drawTickMarks(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawTickMarks", "Canvas canvas")); 

1.448.2. setDefaultProgress(int defaultProgress)


public void setDefaultProgress(int defaultProgress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDefaultProgress", "int defaultProgress")); 

1.448.3. getDefaultProgress()


public int getDefaultProgress()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultProgress", "")); 

1.449. DefaultLaunchPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/DefaultLaunchPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.449.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.450. DefaultNotificationTonePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/DefaultNotificationTonePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.450.1. onRestoreRingtone()


protected Uri onRestoreRingtone()

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"onRestoreRingtone", "")); 

1.450.2. onPrepareRingtonePickerIntent(Intent ringtonePickerIntent)


public void onPrepareRingtonePickerIntent(Intent ringtonePickerIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareRingtonePickerIntent", "Intent ringtonePickerIntent")); 

1.450.3. setRingtone(Uri ringtone)


public void setRingtone(Uri ringtone)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRingtone", "Uri ringtone")); 

1.450.4. updateRingtoneName(final Uri uri)


private void updateRingtoneName(final Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateRingtoneName", "final Uri uri")); 

1.451. DefaultPaymentSettingsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultPaymentSettingsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.451.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.451.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.451.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.452. DefaultPhonePicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultPhonePicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.452.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.452.2. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.452.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.452.4. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.452.5. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.452.6. getSystemDefaultKey()


protected String getSystemDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSystemDefaultKey", "")); 

1.452.7. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.453. DefaultPhonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultPhonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.453.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.453.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.453.3. getDefaultAppInfo()


protected DefaultAppInfo getDefaultAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultAppInfo" ,"getDefaultAppInfo", "")); 

1.453.4. getCandidates()


private List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.453.5. hasPhonePreference(String pkg,Context context)


public static boolean hasPhonePreference(String pkg, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasPhonePreference", "String pkg,Context context")); 

1.453.6. isPhoneDefault(String pkg,Context context)


public static boolean isPhoneDefault(String pkg, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPhoneDefault", "String pkg,Context context")); 

1.454. DefaultPhoneShortcutPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/DefaultPhoneShortcutPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.454.1. hasAppCapability()


protected boolean hasAppCapability()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasAppCapability", "")); 

1.454.2. isDefaultApp()


protected boolean isDefaultApp()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDefaultApp", "")); 

1.455. DefaultRingtonePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/DefaultRingtonePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.455.1. onPrepareRingtonePickerIntent(Intent ringtonePickerIntent)


public void onPrepareRingtonePickerIntent(Intent ringtonePickerIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareRingtonePickerIntent", "Intent ringtonePickerIntent")); 

1.455.2. onSaveRingtone(Uri ringtoneUri)


protected void onSaveRingtone(Uri ringtoneUri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveRingtone", "Uri ringtoneUri")); 

1.455.3. onRestoreRingtone()


protected Uri onRestoreRingtone()

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"onRestoreRingtone", "")); 

1.456. DefaultSmsPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultSmsPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.456.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.456.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.456.3. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.456.4. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.456.5. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.456.6. getConfirmationMessage(CandidateInfo info)


protected String getConfirmationMessage(CandidateInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getConfirmationMessage", "CandidateInfo info")); 

1.457. DefaultSmsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultSmsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.457.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.457.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.457.3. getDefaultAppInfo()


protected DefaultAppInfo getDefaultAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultAppInfo" ,"getDefaultAppInfo", "")); 

1.457.4. hasSmsPreference(String pkg,Context context)


public static boolean hasSmsPreference(String pkg, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasSmsPreference", "String pkg,Context context")); 

1.457.5. isSmsDefault(String pkg,Context context)


public static boolean isSmsDefault(String pkg, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSmsDefault", "String pkg,Context context")); 

1.458. DefaultSmsShortcutPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/DefaultSmsShortcutPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.458.1. hasAppCapability()


protected boolean hasAppCapability()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasAppCapability", "")); 

1.458.2. isDefaultApp()


protected boolean isDefaultApp()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDefaultApp", "")); 

1.459. DefaultVoiceInputPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/assist/DefaultVoiceInputPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.459.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.459.2. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.459.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.459.4. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.459.5. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.459.6. setDefaultKey(String value)


protected boolean setDefaultKey(String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String value")); 

1.459.7. getCurrentService(VoiceInputHelper helper)


public static ComponentName getCurrentService(VoiceInputHelper helper)

methodList.add(new ZMethod(mZAndroidAPPClass,"ComponentName" ,"getCurrentService", "VoiceInputHelper helper")); 

1.459.8. getCurrentAssist()


private ComponentName getCurrentAssist()

methodList.add(new ZMethod(mZAndroidAPPClass,"ComponentName" ,"getCurrentAssist", "")); 

1.459.9. isCurrentAssistVoiceService(ComponentName currentAssist,ComponentName currentVoiceService)


public static boolean isCurrentAssistVoiceService(ComponentName currentAssist, ComponentName currentVoiceService)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isCurrentAssistVoiceService", "ComponentName currentAssist,ComponentName currentVoiceService")); 

1.460. DefaultVoiceInputPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/assist/DefaultVoiceInputPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.460.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.460.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.460.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.460.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.460.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.460.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.460.7. getDefaultAppInfo()


protected DefaultAppInfo getDefaultAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultAppInfo" ,"getDefaultAppInfo", "")); 

1.460.8. getSettingIntent(DefaultAppInfo info)


protected Intent getSettingIntent(DefaultAppInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getSettingIntent", "DefaultAppInfo info")); 

1.460.9. updatePreference()


private void updatePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreference", "")); 

1.460.10. getDefaultAppKey()


private String getDefaultAppKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultAppKey", "")); 

1.461. DefaultWorkBrowserPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultWorkBrowserPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.461.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.461.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.462. DefaultWorkPhonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/DefaultWorkPhonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.462.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.462.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.463. DeletedChannelsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/DeletedChannelsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.463.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.463.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.463.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.464. DensityPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/DensityPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.464.1. onAttached()


public void onAttached()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttached", "")); 

1.464.2. getCurrentSwDp()


private int getCurrentSwDp()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCurrentSwDp", "")); 

1.464.3. onBindDialogView(View view)


protected void onBindDialogView(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindDialogView", "View view")); 

1.464.4. onDialogClosed(boolean positiveResult)


protected void onDialogClosed(boolean positiveResult)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogClosed", "boolean positiveResult")); 

1.465. DescriptionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/DescriptionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.465.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.465.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.465.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.466. DevelopmentOptionsActivityRequestCodes.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/DevelopmentOptionsActivityRequestCodes.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.467. DevelopmentSettingsDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.467.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.467.2. onActivityCreated(Bundle icicle)


public void onActivityCreated(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle icicle")); 

1.467.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.467.4. onDestroyView()


public void onDestroyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyView", "")); 

1.467.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.467.6. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.467.7. onOemUnlockDialogConfirmed()


public void onOemUnlockDialogConfirmed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onOemUnlockDialogConfirmed", "")); 

1.467.8. onOemUnlockDialogDismissed()


public void onOemUnlockDialogDismissed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onOemUnlockDialogDismissed", "")); 

1.467.9. onEnableAdbDialogConfirmed()


public void onEnableAdbDialogConfirmed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onEnableAdbDialogConfirmed", "")); 

1.467.10. onEnableAdbDialogDismissed()


public void onEnableAdbDialogDismissed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onEnableAdbDialogDismissed", "")); 

1.467.11. onAdbClearKeysDialogConfirmed()


public void onAdbClearKeysDialogConfirmed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAdbClearKeysDialogConfirmed", "")); 

1.467.12. onDisableLogPersistDialogConfirmed()


public void onDisableLogPersistDialogConfirmed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisableLogPersistDialogConfirmed", "")); 

1.467.13. onDisableLogPersistDialogRejected()


public void onDisableLogPersistDialogRejected()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisableLogPersistDialogRejected", "")); 

1.467.14. onA2dpHwDialogConfirmed()


public void onA2dpHwDialogConfirmed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onA2dpHwDialogConfirmed", "")); 

1.467.15. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.467.16. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.467.17. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.467.18. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.467.19. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.467.20. registerReceivers()


private void registerReceivers()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerReceivers", "")); 

1.467.21. unregisterReceivers()


private void unregisterReceivers()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregisterReceivers", "")); 

1.467.22. enableDeveloperOptions()


private void enableDeveloperOptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableDeveloperOptions", "")); 

1.467.23. disableDeveloperOptions()


private void disableDeveloperOptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableDeveloperOptions", "")); 

1.467.24. onEnableDevelopmentOptionsConfirmed()


void onEnableDevelopmentOptionsConfirmed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onEnableDevelopmentOptionsConfirmed", "")); 

1.467.25. onEnableDevelopmentOptionsRejected()


void onEnableDevelopmentOptionsRejected()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onEnableDevelopmentOptionsRejected", "")); 

1.467.26. buildPreferenceControllers(Context context,Activity activity,Lifecycle lifecycle,DevelopmentSettingsDashboardFragment fragment,BluetoothA2dpConfigStore bluetoothA2dpConfigStore)


private static List buildPreferenceControllers(Context context, Activity activity, Lifecycle lifecycle, DevelopmentSettingsDashboardFragment fragment, BluetoothA2dpConfigStore bluetoothA2dpConfigStore)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Activity activity,Lifecycle lifecycle,DevelopmentSettingsDashboardFragment fragment,BluetoothA2dpConfigStore bluetoothA2dpConfigStore")); 

1.467.27. getDevelopmentOptionsController(Class clazz)


T getDevelopmentOptionsController(Class clazz)

methodList.add(new ZMethod(mZAndroidAPPClass,"T" ,"getDevelopmentOptionsController", "Class clazz")); 

1.468. DevelopmentSettingsDisabledActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/DevelopmentSettingsDisabledActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.468.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.469. DevelopmentSwitchBarController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/DevelopmentSwitchBarController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.469.1. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.469.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.470. DevelopmentTileConfigFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/qstile/DevelopmentTileConfigFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.470.1. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.470.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.470.3. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.470.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.471. DevelopmentTilePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/qstile/DevelopmentTilePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.471.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.471.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.471.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.472. DevelopmentTiles.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/qstile/DevelopmentTiles.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.472.1. isEnabled()


protected abstract boolean isEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEnabled", "")); 

1.472.2. setIsEnabled(boolean isEnabled)


protected abstract void setIsEnabled(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIsEnabled", "boolean isEnabled")); 

1.472.3. onStartListening()


public void onStartListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStartListening", "")); 

1.472.4. refresh()


public void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.472.5. onClick()


public void onClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "")); 

1.473. DeviceAdminAdd.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/DeviceAdminAdd.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.473.1. onCreate(Bundle icicle)


protected void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.473.2. showPolicyTransparencyDialogIfRequired()


private void showPolicyTransparencyDialogIfRequired()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showPolicyTransparencyDialogIfRequired", "")); 

1.473.3. addAndFinish()


void addAndFinish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addAndFinish", "")); 

1.473.4. unrestrictAppIfPossible(BatteryUtils batteryUtils)


void unrestrictAppIfPossible(BatteryUtils batteryUtils)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unrestrictAppIfPossible", "BatteryUtils batteryUtils")); 

1.473.5. continueRemoveAction(CharSequence msg)


void continueRemoveAction(CharSequence msg)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"continueRemoveAction", "CharSequence msg")); 

1.473.6. logSpecialPermissionChange(boolean allow,String packageName)


void logSpecialPermissionChange(boolean allow, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "boolean allow,String packageName")); 

1.473.7. onResume()


protected void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.473.8. onPause()


protected void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.473.9. onUserLeaveHint()


protected void onUserLeaveHint()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onUserLeaveHint", "")); 

1.473.10. onCreateDialog(int id,Bundle args)


protected Dialog onCreateDialog(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int id,Bundle args")); 

1.473.11. updateInterface()


void updateInterface()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateInterface", "")); 

1.473.12. getAdminEnforcingCantRemoveProfile()


private EnforcedAdmin getAdminEnforcingCantRemoveProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"EnforcedAdmin" ,"getAdminEnforcingCantRemoveProfile", "")); 

1.473.13. hasBaseCantRemoveProfileRestriction()


private boolean hasBaseCantRemoveProfileRestriction()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasBaseCantRemoveProfileRestriction", "")); 

1.473.14. getParentUserId()


private int getParentUserId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getParentUserId", "")); 

1.473.15. addDeviceAdminPolicies(boolean showDescription)


private void addDeviceAdminPolicies(boolean showDescription)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addDeviceAdminPolicies", "boolean showDescription")); 

1.473.16. toggleMessageEllipsis(View v)


void toggleMessageEllipsis(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"toggleMessageEllipsis", "View v")); 

1.473.17. getEllipsizedLines()


int getEllipsizedLines()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getEllipsizedLines", "")); 

1.473.18. isManagedProfile(DeviceAdminInfo adminInfo)


private boolean isManagedProfile(DeviceAdminInfo adminInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isManagedProfile", "DeviceAdminInfo adminInfo")); 

1.473.19. findAdminWithPackageName(String packageName)


private Optional findAdminWithPackageName(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"Optional" ,"findAdminWithPackageName", "String packageName")); 

1.473.20. isAdminUninstallable()


private boolean isAdminUninstallable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAdminUninstallable", "")); 

1.474. DeviceAdministratorsController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/DeviceAdministratorsController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.474.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.475. DeviceAdminSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/DeviceAdminSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.475.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.475.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.475.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.475.4. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.475.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.475.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.475.7. updateList()


void updateList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateList", "")); 

1.475.8. onListItemClick(ListView l,View v,int position,long id)


public void onListItemClick(ListView l, View v, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onListItemClick", "ListView l,View v,int position,long id")); 

1.475.9. isDeviceOwner(DeviceAdminInfo item)


private boolean isDeviceOwner(DeviceAdminInfo item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDeviceOwner", "DeviceAdminInfo item")); 

1.475.10. isProfileOwner(DeviceAdminInfo item)


private boolean isProfileOwner(DeviceAdminInfo item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isProfileOwner", "DeviceAdminInfo item")); 

1.475.11. isActiveAdmin(DeviceAdminInfo item)


private boolean isActiveAdmin(DeviceAdminInfo item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isActiveAdmin", "DeviceAdminInfo item")); 

1.475.12. isRemovingAdmin(DeviceAdminInfo item)


private boolean isRemovingAdmin(DeviceAdminInfo item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isRemovingAdmin", "DeviceAdminInfo item")); 

1.475.13. updateAvailableAdminsForProfile(final int profileId)


private void updateAvailableAdminsForProfile(final int profileId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAvailableAdminsForProfile", "final int profileId")); 

1.475.14. addDeviceAdminBroadcastReceiversForProfile(Collection alreadyAddedComponents,final int profileId)


private void addDeviceAdminBroadcastReceiversForProfile(Collection alreadyAddedComponents, final int profileId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addDeviceAdminBroadcastReceiversForProfile", "Collection alreadyAddedComponents,final int profileId")); 

1.475.15. addActiveAdminsForProfile(final List activeAdmins,final int profileId)


private void addActiveAdminsForProfile(final List activeAdmins, final int profileId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addActiveAdminsForProfile", "final List activeAdmins,final int profileId")); 

1.475.16. createDeviceAdminInfo(ActivityInfo ai)


private DeviceAdminInfo createDeviceAdminInfo(ActivityInfo ai)

methodList.add(new ZMethod(mZAndroidAPPClass,"DeviceAdminInfo" ,"createDeviceAdminInfo", "ActivityInfo ai")); 

1.475.17. getUserId(DeviceAdminInfo adminInfo)


private int getUserId(DeviceAdminInfo adminInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserId", "DeviceAdminInfo adminInfo")); 

1.476. DeviceIndexFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/DeviceIndexFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.477. DeviceIndexFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/DeviceIndexFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.477.1. isIndexingEnabled()


public boolean isIndexingEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isIndexingEnabled", "")); 

1.477.2. index(Context context,CharSequence title,Uri sliceUri,Uri launchUri,List keywords)


public void index(Context context, CharSequence title, Uri sliceUri, Uri launchUri, List keywords)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"index", "Context context,CharSequence title,Uri sliceUri,Uri launchUri,List keywords")); 

1.477.3. clearIndex(Context context)


public void clearIndex(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearIndex", "Context context")); 

1.478. DeviceIndexUpdateJobService.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/DeviceIndexUpdateJobService.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.478.1. onStartJob(JobParameters params)


public boolean onStartJob(JobParameters params)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onStartJob", "JobParameters params")); 

1.478.2. onStopJob(JobParameters params)


public boolean onStopJob(JobParameters params)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onStopJob", "JobParameters params")); 

1.478.3. updateIndex(JobParameters params)


protected void updateIndex(JobParameters params)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateIndex", "JobParameters params")); 

1.478.4. getSliceViewManager()


protected SliceViewManager getSliceViewManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"SliceViewManager" ,"getSliceViewManager", "")); 

1.478.5. getMetadata(Slice loadedSlice)


protected SliceMetadata getMetadata(Slice loadedSlice)

methodList.add(new ZMethod(mZAndroidAPPClass,"SliceMetadata" ,"getMetadata", "Slice loadedSlice")); 

1.478.6. findTitle(Slice loadedSlice,SliceMetadata metaData)


protected CharSequence findTitle(Slice loadedSlice, SliceMetadata metaData)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"findTitle", "Slice loadedSlice,SliceMetadata metaData")); 

1.478.7. bindSliceSynchronous(SliceViewManager manager,Uri slice)


protected Slice bindSliceSynchronous(SliceViewManager manager, Uri slice)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"bindSliceSynchronous", "SliceViewManager manager,Uri slice")); 

1.479. DeviceInfoSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/DeviceInfoSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.479.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.479.2. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.479.3. getInitialExpandedChildCount()


public int getInitialExpandedChildCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getInitialExpandedChildCount", "")); 

1.479.4. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.479.5. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.479.6. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.479.7. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.479.8. buildPreferenceControllers(Context context,Activity activity,Fragment fragment,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Activity activity, Fragment fragment, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Activity activity,Fragment fragment,Lifecycle lifecycle")); 

1.480. DeviceListPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/DeviceListPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.480.1. setFilter(BluetoothDeviceFilter.Filter filter)


final void setFilter(BluetoothDeviceFilter.Filter filter)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFilter", "BluetoothDeviceFilter.Filter filter")); 

1.480.2. setFilter(int filterType)


final void setFilter(int filterType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFilter", "int filterType")); 

1.480.3. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.480.4. initPreferencesFromPreferenceScreen()


abstract void initPreferencesFromPreferenceScreen()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initPreferencesFromPreferenceScreen", "")); 

1.480.5. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.480.6. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.480.7. removeAllDevices()


void removeAllDevices()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeAllDevices", "")); 

1.480.8. addCachedDevices()


void addCachedDevices()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addCachedDevices", "")); 

1.480.9. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.480.10. onDevicePreferenceClick(BluetoothDevicePreference btPreference)


void onDevicePreferenceClick(BluetoothDevicePreference btPreference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDevicePreferenceClick", "BluetoothDevicePreference btPreference")); 

1.480.11. onDeviceAdded(CachedBluetoothDevice cachedDevice)


public void onDeviceAdded(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAdded", "CachedBluetoothDevice cachedDevice")); 

1.480.12. createDevicePreference(CachedBluetoothDevice cachedDevice)


void createDevicePreference(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createDevicePreference", "CachedBluetoothDevice cachedDevice")); 

1.480.13. initDevicePreference(BluetoothDevicePreference preference)


void initDevicePreference(BluetoothDevicePreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initDevicePreference", "BluetoothDevicePreference preference")); 

1.480.14. updateFooterPreference(Preference myDevicePreference)


void updateFooterPreference(Preference myDevicePreference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateFooterPreference", "Preference myDevicePreference")); 

1.480.15. onDeviceDeleted(CachedBluetoothDevice cachedDevice)


public void onDeviceDeleted(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceDeleted", "CachedBluetoothDevice cachedDevice")); 

1.480.16. enableScanning()


void enableScanning()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableScanning", "")); 

1.480.17. disableScanning()


void disableScanning()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableScanning", "")); 

1.480.18. onScanningStateChanged(boolean started)


public void onScanningStateChanged(boolean started)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onScanningStateChanged", "boolean started")); 

1.480.19. onBluetoothStateChanged(int bluetoothState)


public void onBluetoothStateChanged(int bluetoothState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBluetoothStateChanged", "int bluetoothState")); 

1.480.20. addDeviceCategory(PreferenceGroup preferenceGroup,int titleId,BluetoothDeviceFilter.Filter filter,boolean addCachedDevices)


public void addDeviceCategory(PreferenceGroup preferenceGroup, int titleId, BluetoothDeviceFilter.Filter filter, boolean addCachedDevices)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addDeviceCategory", "PreferenceGroup preferenceGroup,int titleId,BluetoothDeviceFilter.Filter filter,boolean addCachedDevices")); 

1.480.21. onConnectionStateChanged(CachedBluetoothDevice cachedDevice,int state)


public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onConnectionStateChanged", "CachedBluetoothDevice cachedDevice,int state")); 

1.480.22. onActiveDeviceChanged(CachedBluetoothDevice activeDevice,int bluetoothProfile)


public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActiveDeviceChanged", "CachedBluetoothDevice activeDevice,int bluetoothProfile")); 

1.480.23. onAudioModeChanged()


public void onAudioModeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAudioModeChanged", "")); 

1.480.24. getDeviceListKey()


public abstract String getDeviceListKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDeviceListKey", "")); 

1.480.25. shouldShowDevicesWithoutNames()


public boolean shouldShowDevicesWithoutNames()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShowDevicesWithoutNames", "")); 

1.481. DeviceModelPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/DeviceModelPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.481.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.481.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.481.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.481.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.481.5. getDeviceModel()


public static String getDeviceModel()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDeviceModel", "")); 

1.482. DeviceNamePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/DeviceNamePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.482.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.482.2. initializeDeviceName()


private void initializeDeviceName()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeDeviceName", "")); 

1.482.3. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.482.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.482.5. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.482.6. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.482.7. isTextValid(String deviceName)


public boolean isTextValid(String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isTextValid", "String deviceName")); 

1.482.8. setLocalBluetoothManager(LocalBluetoothManager localBluetoothManager)


public void setLocalBluetoothManager(LocalBluetoothManager localBluetoothManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLocalBluetoothManager", "LocalBluetoothManager localBluetoothManager")); 

1.482.9. confirmDeviceName()


public void confirmDeviceName()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"confirmDeviceName", "")); 

1.482.10. setHost(DeviceNamePreferenceHost host)


public void setHost(DeviceNamePreferenceHost host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHost", "DeviceNamePreferenceHost host")); 

1.482.11. setDeviceName(String deviceName)


private void setDeviceName(String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDeviceName", "String deviceName")); 

1.482.12. setSettingsGlobalDeviceName(String deviceName)


private void setSettingsGlobalDeviceName(String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSettingsGlobalDeviceName", "String deviceName")); 

1.482.13. setBluetoothDeviceName(String deviceName)


private void setBluetoothDeviceName(String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBluetoothDeviceName", "String deviceName")); 

1.482.14. getFilteredBluetoothString(final String deviceName)


private static final String getFilteredBluetoothString(final String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getFilteredBluetoothString", "final String deviceName")); 

1.482.15. setTetherSsidName(String deviceName)


private void setTetherSsidName(String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTetherSsidName", "String deviceName")); 

1.482.16. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.482.17. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.483. DeviceNameWarningDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/aboutphone/DeviceNameWarningDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.483.1. show(MyDeviceInfoFragment host)


public static void show(MyDeviceInfoFragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "MyDeviceInfoFragment host")); 

1.483.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.483.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.483.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.484. DevicePickerActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/DevicePickerActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.484.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.485. DevicePickerFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/DevicePickerFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.485.1. initPreferencesFromPreferenceScreen()


void initPreferencesFromPreferenceScreen()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initPreferencesFromPreferenceScreen", "")); 

1.485.2. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.485.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.485.4. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.485.5. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.485.6. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.485.7. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.485.8. onDevicePreferenceClick(BluetoothDevicePreference btPreference)


void onDevicePreferenceClick(BluetoothDevicePreference btPreference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDevicePreferenceClick", "BluetoothDevicePreference btPreference")); 

1.485.9. onScanningStateChanged(boolean started)


public void onScanningStateChanged(boolean started)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onScanningStateChanged", "boolean started")); 

1.485.10. onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice,int bondState)


public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceBondStateChanged", "CachedBluetoothDevice cachedDevice,int bondState")); 

1.485.11. onBluetoothStateChanged(int bluetoothState)


public void onBluetoothStateChanged(int bluetoothState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBluetoothStateChanged", "int bluetoothState")); 

1.485.12. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.485.13. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.485.14. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.485.15. getDeviceListKey()


public String getDeviceListKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDeviceListKey", "")); 

1.485.16. sendDevicePickedIntent(BluetoothDevice device)


private void sendDevicePickedIntent(BluetoothDevice device)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"sendDevicePickedIntent", "BluetoothDevice device")); 

1.486. DevicePreferenceCallback.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/DevicePreferenceCallback.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.487. DeviceProfilesSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/DeviceProfilesSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.487.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.487.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.487.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.487.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.487.5. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.487.6. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.487.7. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.487.8. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.487.9. addPreferencesForProfiles()


private void addPreferencesForProfiles()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPreferencesForProfiles", "")); 

1.487.10. showOrHideProfileGroup()


private void showOrHideProfileGroup()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showOrHideProfileGroup", "")); 

1.487.11. createProfilePreference(LocalBluetoothProfile profile)


private CheckBox createProfilePreference(LocalBluetoothProfile profile)

methodList.add(new ZMethod(mZAndroidAPPClass,"CheckBox" ,"createProfilePreference", "LocalBluetoothProfile profile")); 

1.487.12. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.487.13. onProfileClicked(LocalBluetoothProfile profile,CheckBox profilePref)


private void onProfileClicked(LocalBluetoothProfile profile, CheckBox profilePref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProfileClicked", "LocalBluetoothProfile profile,CheckBox profilePref")); 

1.487.14. askDisconnect(Context context,final LocalBluetoothProfile profile)


private void askDisconnect(Context context, final LocalBluetoothProfile profile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"askDisconnect", "Context context,final LocalBluetoothProfile profile")); 

1.487.15. onDeviceAttributesChanged()


public void onDeviceAttributesChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAttributesChanged", "")); 

1.487.16. refresh()


private void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.487.17. refreshProfiles()


private void refreshProfiles()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshProfiles", "")); 

1.487.18. findProfile(String profile)


private CheckBox findProfile(String profile)

methodList.add(new ZMethod(mZAndroidAPPClass,"CheckBox" ,"findProfile", "String profile")); 

1.487.19. refreshProfilePreference(CheckBox profilePref,LocalBluetoothProfile profile)


private void refreshProfilePreference(CheckBox profilePref, LocalBluetoothProfile profile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshProfilePreference", "CheckBox profilePref,LocalBluetoothProfile profile")); 

1.487.20. getProfileOf(View v)


private LocalBluetoothProfile getProfileOf(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"LocalBluetoothProfile" ,"getProfileOf", "View v")); 

1.488. DialogCreatable.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/DialogCreatable.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.489. DialPadTonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/DialPadTonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.490. DirectoryAccessDetails.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/DirectoryAccessDetails.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.490.1. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.490.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.490.3. refreshUi()


protected boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.490.4. newPreference(Context context,String title,Uri providerUri,String uuid,String dir,boolean granted,@Nullable Set children)


private SwitchPreference newPreference(Context context, String title, Uri providerUri, String uuid, String dir, boolean granted, @Nullable Set children)

methodList.add(new ZMethod(mZAndroidAPPClass,"SwitchPreference" ,"newPreference", "Context context,String title,Uri providerUri,String uuid,String dir,boolean granted,@Nullable Set children")); 

1.490.5. resetDoNotAskAgain(Context context,boolean newValue,Uri providerUri,@Nullable String uuid,@Nullable String directory)


private void resetDoNotAskAgain(Context context, boolean newValue, Uri providerUri, @Nullable String uuid, @Nullable String directory)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resetDoNotAskAgain", "Context context,boolean newValue,Uri providerUri,@Nullable String uuid,@Nullable String directory")); 

1.490.6. createDialog(int id,int errorCode)


protected AlertDialog createDialog(int id, int errorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id,int errorCode")); 

1.490.7. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.491. DisableAutomaticUpdatesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/DisableAutomaticUpdatesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.491.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.491.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.491.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.491.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.492. DisabledCheckBoxPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/DisabledCheckBoxPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.492.1. setupDisabledCheckBoxPreference(Context context,AttributeSet attrs,int defStyleAttr,int defStyleRes)


private void setupDisabledCheckBoxPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupDisabledCheckBoxPreference", "Context context,AttributeSet attrs,int defStyleAttr,int defStyleRes")); 

1.492.2. enableCheckbox(boolean enabled)


public void enableCheckbox(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableCheckbox", "boolean enabled")); 

1.492.3. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.492.4. performClick(View view)


protected void performClick(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"performClick", "View view")); 

1.493. DisableLogPersistWarningDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/DisableLogPersistWarningDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.493.1. show(LogPersistDialogHost host)


public static void show(LogPersistDialogHost host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "LogPersistDialogHost host")); 

1.493.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.493.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.493.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.494. DiscoverableFooterPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/DiscoverableFooterPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.494.1. initReceiver()


private void initReceiver()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initReceiver", "")); 

1.494.2. init(DashboardFragment fragment)


public void init(DashboardFragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "DashboardFragment fragment")); 

1.494.3. init(FooterPreferenceMixin footerPreferenceMixin,FooterPreference preference,AlwaysDiscoverable alwaysDiscoverable)


void init(FooterPreferenceMixin footerPreferenceMixin, FooterPreference preference, AlwaysDiscoverable alwaysDiscoverable)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "FooterPreferenceMixin footerPreferenceMixin,FooterPreference preference,AlwaysDiscoverable alwaysDiscoverable")); 

1.494.4. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.494.5. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.494.6. addFooterPreference(PreferenceScreen screen)


private void addFooterPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addFooterPreference", "PreferenceScreen screen")); 

1.494.7. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.494.8. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.494.9. updateFooterPreferenceTitle(int bluetoothState)


private void updateFooterPreferenceTitle(int bluetoothState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateFooterPreferenceTitle", "int bluetoothState")); 

1.494.10. getPreferenceTitle()


private CharSequence getPreferenceTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getPreferenceTitle", "")); 

1.495. DisplaySettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/DisplaySettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.495.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.495.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.495.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.495.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.495.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.495.6. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.496. DividerAllowedBelowPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/DividerAllowedBelowPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.496.1. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.497. DndCondition.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/DndCondition.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.497.1. refreshState()


public void refreshState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshState", "")); 

1.497.2. saveState(PersistableBundle bundle)


boolean saveState(PersistableBundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"saveState", "PersistableBundle bundle")); 

1.497.3. restoreState(PersistableBundle bundle)


void restoreState(PersistableBundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restoreState", "PersistableBundle bundle")); 

1.497.4. getIcon()


public Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.497.5. getTitle()


public CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.497.6. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.497.7. getActions()


public CharSequence[] getActions()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence[]" ,"getActions", "")); 

1.497.8. onPrimaryClick()


public void onPrimaryClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrimaryClick", "")); 

1.497.9. onActionClick(int index)


public void onActionClick(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActionClick", "int index")); 

1.497.10. getMetricsConstant()


public int getMetricsConstant()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsConstant", "")); 

1.497.11. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.497.12. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.498. DndPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/DndPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.498.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.498.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.498.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.498.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.499. DockAudioMediaPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/DockAudioMediaPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.500. DockingSoundPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/DockingSoundPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.501. DockUpdater.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/dock/DockUpdater.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.502. DockUpdaterFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/overlay/DockUpdaterFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.503. DockUpdaterFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/dock/DockUpdaterFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.503.1. getConnectedDockUpdater(Context context,DevicePreferenceCallback devicePreferenceCallback)


public DockUpdater getConnectedDockUpdater(Context context, DevicePreferenceCallback devicePreferenceCallback)

methodList.add(new ZMethod(mZAndroidAPPClass,"DockUpdater" ,"getConnectedDockUpdater", "Context context,DevicePreferenceCallback devicePreferenceCallback")); 

1.503.2. getSavedDockUpdater(Context context,DevicePreferenceCallback devicePreferenceCallback)


public DockUpdater getSavedDockUpdater(Context context, DevicePreferenceCallback devicePreferenceCallback)

methodList.add(new ZMethod(mZAndroidAPPClass,"DockUpdater" ,"getSavedDockUpdater", "Context context,DevicePreferenceCallback devicePreferenceCallback")); 

1.504. DonutView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/DonutView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.504.1. onDraw(Canvas canvas)


protected void onDraw(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDraw", "Canvas canvas")); 

1.504.2. drawDonut(Canvas canvas)


private void drawDonut(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawDonut", "Canvas canvas")); 

1.504.3. drawInnerText(Canvas canvas)


private void drawInnerText(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawInnerText", "Canvas canvas")); 

1.504.4. setPercentage(double percent)


public void setPercentage(double percent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPercentage", "double percent")); 

1.504.5. getMeterBackgroundColor()


public int getMeterBackgroundColor()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMeterBackgroundColor", "")); 

1.504.6. setMeterBackgroundColor(@ColorRes int meterBackgroundColor)


public void setMeterBackgroundColor(@ColorRes int meterBackgroundColor)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMeterBackgroundColor", "@ColorRes int meterBackgroundColor")); 

1.504.7. getMeterConsumedColor()


public int getMeterConsumedColor()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMeterConsumedColor", "")); 

1.504.8. setMeterConsumedColor(@ColorRes int meterConsumedColor)


public void setMeterConsumedColor(@ColorRes int meterConsumedColor)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMeterConsumedColor", "@ColorRes int meterConsumedColor")); 

1.504.9. getPercentageStringSpannable(Resources resources,String percentString,String percentageSignString)


static Spannable getPercentageStringSpannable(Resources resources, String percentString, String percentageSignString)

methodList.add(new ZMethod(mZAndroidAPPClass,"Spannable" ,"getPercentageStringSpannable", "Resources resources,String percentString,String percentageSignString")); 

1.504.10. getTextHeight(TextPaint paint)


private float getTextHeight(TextPaint paint)

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getTextHeight", "TextPaint paint")); 

1.505. DotsPageIndicator.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/DotsPageIndicator.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.505.1. setViewPager(ViewPager viewPager)


public void setViewPager(ViewPager viewPager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setViewPager", "ViewPager viewPager")); 

1.505.2. setOnPageChangeListener(ViewPager.OnPageChangeListener onPageChangeListener)


public void setOnPageChangeListener(ViewPager.OnPageChangeListener onPageChangeListener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnPageChangeListener", "ViewPager.OnPageChangeListener onPageChangeListener")); 

1.505.3. onPageScrolled(int position,float positionOffset,int positionOffsetPixels)


public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPageScrolled", "int position,float positionOffset,int positionOffsetPixels")); 

1.505.4. onPageSelected(int position)


public void onPageSelected(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPageSelected", "int position")); 

1.505.5. onPageScrollStateChanged(int state)


public void onPageScrollStateChanged(int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPageScrollStateChanged", "int state")); 

1.505.6. setPageCount(int pages)


private void setPageCount(int pages)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPageCount", "int pages")); 

1.505.7. calculateDotPositions()


private void calculateDotPositions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"calculateDotPositions", "")); 

1.505.8. setCurrentPageImmediate()


private void setCurrentPageImmediate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCurrentPageImmediate", "")); 

1.505.9. resetState()


private void resetState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resetState", "")); 

1.505.10. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.505.11. onSizeChanged(int width,int height,int oldWidth,int oldHeight)


protected void onSizeChanged(int width, int height, int oldWidth, int oldHeight)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSizeChanged", "int width,int height,int oldWidth,int oldHeight")); 

1.505.12. clearAnimation()


public void clearAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearAnimation", "")); 

1.505.13. getDesiredHeight()


private int getDesiredHeight()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDesiredHeight", "")); 

1.505.14. getRequiredWidth()


private int getRequiredWidth()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getRequiredWidth", "")); 

1.505.15. getDesiredWidth()


private int getDesiredWidth()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDesiredWidth", "")); 

1.505.16. onDraw(Canvas canvas)


protected void onDraw(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDraw", "Canvas canvas")); 

1.505.17. drawUnselected(Canvas canvas)


private void drawUnselected(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawUnselected", "Canvas canvas")); 

1.505.18. getUnselectedPath(int page,float centerX,float nextCenterX,float joiningFraction,float dotRevealFraction)


private Path getUnselectedPath(int page, float centerX, float nextCenterX, float joiningFraction, float dotRevealFraction)

methodList.add(new ZMethod(mZAndroidAPPClass,"Path" ,"getUnselectedPath", "int page,float centerX,float nextCenterX,float joiningFraction,float dotRevealFraction")); 

1.505.19. getRetreatingJoinPath()


private Path getRetreatingJoinPath()

methodList.add(new ZMethod(mZAndroidAPPClass,"Path" ,"getRetreatingJoinPath", "")); 

1.505.20. drawSelected(Canvas canvas)


private void drawSelected(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawSelected", "Canvas canvas")); 

1.505.21. setSelectedPage(int now)


private void setSelectedPage(int now)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSelectedPage", "int now")); 

1.505.22. createMoveSelectedAnimator(final float moveTo,int was,int now,int steps)


private ValueAnimator createMoveSelectedAnimator(final float moveTo, int was, int now, int steps)

methodList.add(new ZMethod(mZAndroidAPPClass,"ValueAnimator" ,"createMoveSelectedAnimator", "final float moveTo,int was,int now,int steps")); 

1.505.23. createJoiningAnimator(final int leftJoiningDot,final long startDelay)


private ValueAnimator createJoiningAnimator(final int leftJoiningDot, final long startDelay)

methodList.add(new ZMethod(mZAndroidAPPClass,"ValueAnimator" ,"createJoiningAnimator", "final int leftJoiningDot,final long startDelay")); 

1.505.24. setJoiningFraction(int leftDot,float fraction)


private void setJoiningFraction(int leftDot, float fraction)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setJoiningFraction", "int leftDot,float fraction")); 

1.505.25. clearJoiningFractions()


private void clearJoiningFractions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearJoiningFractions", "")); 

1.505.26. setDotRevealFraction(int dot,float fraction)


private void setDotRevealFraction(int dot, float fraction)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDotRevealFraction", "int dot,float fraction")); 

1.505.27. cancelRunningAnimations()


private void cancelRunningAnimations()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cancelRunningAnimations", "")); 

1.505.28. cancelMoveAnimation()


private void cancelMoveAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cancelMoveAnimation", "")); 

1.505.29. startJoiningAnimations()


private void startJoiningAnimations()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startJoiningAnimations", "")); 

1.505.30. cancelJoiningAnimations()


private void cancelJoiningAnimations()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cancelJoiningAnimations", "")); 

1.505.31. cancelRetreatAnimation()


private void cancelRetreatAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cancelRetreatAnimation", "")); 

1.505.32. cancelRevealAnimations()


private void cancelRevealAnimations()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cancelRevealAnimations", "")); 

1.505.33. getUnselectedColour()


int getUnselectedColour()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUnselectedColour", "")); 

1.505.34. getSelectedColour()


int getSelectedColour()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSelectedColour", "")); 

1.505.35. getDotCenterY()


float getDotCenterY()

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getDotCenterY", "")); 

1.505.36. getDotCenterX(int page)


float getDotCenterX(int page)

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getDotCenterX", "int page")); 

1.505.37. getSelectedDotX()


float getSelectedDotX()

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getSelectedDotX", "")); 

1.505.38. getCurrentPage()


int getCurrentPage()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCurrentPage", "")); 

1.506. DoubleTapPowerPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/DoubleTapPowerPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.506.1. isSuggestionComplete(Context context,SharedPreferences prefs)


public static boolean isSuggestionComplete(Context context, SharedPreferences prefs)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context,SharedPreferences prefs")); 

1.506.2. isGestureAvailable(Context context)


private static boolean isGestureAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isGestureAvailable", "Context context")); 

1.506.3. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.506.4. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.506.5. getVideoPrefKey()


protected String getVideoPrefKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVideoPrefKey", "")); 

1.506.6. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.506.7. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.506.8. getResultPayload()


public ResultPayload getResultPayload()

methodList.add(new ZMethod(mZAndroidAPPClass,"ResultPayload" ,"getResultPayload", "")); 

1.507. DoubleTapPowerSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/DoubleTapPowerSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.507.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.507.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.507.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.507.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.508. DoubleTapScreenPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/DoubleTapScreenPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.508.1. setConfig(AmbientDisplayConfiguration config)


public DoubleTapScreenPreferenceController setConfig(AmbientDisplayConfiguration config)

methodList.add(new ZMethod(mZAndroidAPPClass,"DoubleTapScreenPreferenceController" ,"setConfig", "AmbientDisplayConfiguration config")); 

1.508.2. isSuggestionComplete(Context context,SharedPreferences prefs)


public static boolean isSuggestionComplete(Context context, SharedPreferences prefs)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context,SharedPreferences prefs")); 

1.508.3. isSuggestionComplete(AmbientDisplayConfiguration config,SharedPreferences prefs)


static boolean isSuggestionComplete(AmbientDisplayConfiguration config, SharedPreferences prefs)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "AmbientDisplayConfiguration config,SharedPreferences prefs")); 

1.508.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.508.5. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.508.6. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.508.7. getVideoPrefKey()


protected String getVideoPrefKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVideoPrefKey", "")); 

1.508.8. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.508.9. getResultPayload()


public ResultPayload getResultPayload()

methodList.add(new ZMethod(mZAndroidAPPClass,"ResultPayload" ,"getResultPayload", "")); 

1.508.10. canHandleClicks()


protected boolean canHandleClicks()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canHandleClicks", "")); 

1.509. DoubleTapScreenSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/DoubleTapScreenSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.509.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.509.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.509.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.509.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.509.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.510. DoubleTwistGestureSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/DoubleTwistGestureSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.510.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.510.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.510.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.510.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.511. DoubleTwistPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/DoubleTwistPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.511.1. isSuggestionComplete(Context context,SharedPreferences prefs)


public static boolean isSuggestionComplete(Context context, SharedPreferences prefs)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context,SharedPreferences prefs")); 

1.511.2. isGestureAvailable(Context context)


public static boolean isGestureAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isGestureAvailable", "Context context")); 

1.511.3. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.511.4. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.511.5. getVideoPrefKey()


protected String getVideoPrefKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVideoPrefKey", "")); 

1.511.6. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.511.7. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.511.8. setDoubleTwistPreference(Context context,UserManager userManager,int enabled)


public static void setDoubleTwistPreference(Context context, UserManager userManager, int enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDoubleTwistPreference", "Context context,UserManager userManager,int enabled")); 

1.511.9. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.511.10. getManagedProfileId(UserManager userManager)


public static int getManagedProfileId(UserManager userManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getManagedProfileId", "UserManager userManager")); 

1.512. DrawOverlayDetailPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/DrawOverlayDetailPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.512.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.512.2. getDetailFragmentClass()


protected Class getDetailFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getDetailFragmentClass", "")); 

1.512.3. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.513. DrawOverlayDetails.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/DrawOverlayDetails.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.513.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.513.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.513.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.513.4. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.513.5. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.513.6. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.513.7. setCanDrawOverlay(boolean newState)


private void setCanDrawOverlay(boolean newState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCanDrawOverlay", "boolean newState")); 

1.513.8. logSpecialPermissionChange(boolean newState,String packageName)


void logSpecialPermissionChange(boolean newState, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "boolean newState,String packageName")); 

1.513.9. refreshUi()


protected boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.513.10. createDialog(int id,int errorCode)


protected AlertDialog createDialog(int id, int errorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id,int errorCode")); 

1.513.11. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.513.12. getSummary(Context context,AppEntry entry)


public static CharSequence getSummary(Context context, AppEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context,AppEntry entry")); 

1.513.13. getSummary(Context context,OverlayState overlayState)


public static CharSequence getSummary(Context context, OverlayState overlayState)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context,OverlayState overlayState")); 

1.514. DreamSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dream/DreamSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.514.1. getSettingFromPrefKey(String key)


static int getSettingFromPrefKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSettingFromPrefKey", "String key")); 

1.514.2. getKeyFromSetting(@WhenToDream int dreamSetting)


static String getKeyFromSetting(@WhenToDream int dreamSetting)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKeyFromSetting", "@WhenToDream int dreamSetting")); 

1.514.3. getDreamSettingDescriptionResId(@WhenToDream int dreamSetting)


static int getDreamSettingDescriptionResId(@WhenToDream int dreamSetting)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDreamSettingDescriptionResId", "@WhenToDream int dreamSetting")); 

1.514.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.514.5. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.514.6. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.514.7. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.514.8. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.514.9. getSummaryTextWithDreamName(Context context)


public static CharSequence getSummaryTextWithDreamName(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummaryTextWithDreamName", "Context context")); 

1.514.10. getSummaryTextFromBackend(DreamBackend backend,Context context)


static CharSequence getSummaryTextFromBackend(DreamBackend backend, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummaryTextFromBackend", "DreamBackend backend,Context context")); 

1.514.11. buildPreferenceControllers(Context context)


private static List buildPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context")); 

1.515. EarlyWarningDetector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/detectors/EarlyWarningDetector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.515.1. detect()


public BatteryTip detect()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryTip" ,"detect", "")); 

1.516. EarlyWarningTip.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/EarlyWarningTip.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.516.1. getTitle(Context context)


public CharSequence getTitle(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "Context context")); 

1.516.2. getSummary(Context context)


public CharSequence getSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context")); 

1.516.3. getIconId()


public int getIconId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIconId", "")); 

1.516.4. updateState(BatteryTip tip)


public void updateState(BatteryTip tip)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "BatteryTip tip")); 

1.516.5. log(Context context,MetricsFeatureProvider metricsFeatureProvider)


public void log(Context context, MetricsFeatureProvider metricsFeatureProvider)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"log", "Context context,MetricsFeatureProvider metricsFeatureProvider")); 

1.516.6. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.516.7. isPowerSaveModeOn()


public boolean isPowerSaveModeOn()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPowerSaveModeOn", "")); 

1.517. EdgeTypePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/EdgeTypePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.517.1. shouldDisableDependents()


public boolean shouldDisableDependents()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldDisableDependents", "")); 

1.517.2. onBindListItem(View view,int index)


protected void onBindListItem(View view, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindListItem", "View view,int index")); 

1.518. EditPinPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/EditPinPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.518.1. setOnPinEnteredListener(OnPinEnteredListener listener)


public void setOnPinEnteredListener(OnPinEnteredListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnPinEnteredListener", "OnPinEnteredListener listener")); 

1.518.2. onBindDialogView(View view)


protected void onBindDialogView(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindDialogView", "View view")); 

1.518.3. isDialogOpen()


public boolean isDialogOpen()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDialogOpen", "")); 

1.518.4. onDialogClosed(boolean positiveResult)


protected void onDialogClosed(boolean positiveResult)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogClosed", "boolean positiveResult")); 

1.518.5. showPinDialog()


public void showPinDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showPinDialog", "")); 

1.519. EditUserInfoController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/EditUserInfoController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.519.1. clear()


public void clear()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clear", "")); 

1.519.2. getDialog()


public Dialog getDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"getDialog", "")); 

1.519.3. onRestoreInstanceState(Bundle icicle)


public void onRestoreInstanceState(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Bundle icicle")); 

1.519.4. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.519.5. startingActivityForResult()


public void startingActivityForResult()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startingActivityForResult", "")); 

1.519.6. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.519.7. createDialog(final Fragment fragment,final Drawable currentUserIcon,final CharSequence currentUserName,int titleResId,final OnContentChangedCallback callback,UserHandle user)


public Dialog createDialog(final Fragment fragment, final Drawable currentUserIcon, final CharSequence currentUserName, int titleResId, final OnContentChangedCallback callback, UserHandle user)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"createDialog", "final Fragment fragment,final Drawable currentUserIcon,final CharSequence currentUserName,int titleResId,final OnContentChangedCallback callback,UserHandle user")); 

1.520. EditUserPhotoController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/EditUserPhotoController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.520.1. onActivityResult(int requestCode,int resultCode,Intent data)


public boolean onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.520.2. getNewUserPhotoBitmap()


public Bitmap getNewUserPhotoBitmap()

methodList.add(new ZMethod(mZAndroidAPPClass,"Bitmap" ,"getNewUserPhotoBitmap", "")); 

1.520.3. getNewUserPhotoDrawable()


public Drawable getNewUserPhotoDrawable()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getNewUserPhotoDrawable", "")); 

1.520.4. showUpdatePhotoPopup()


private void showUpdatePhotoPopup()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showUpdatePhotoPopup", "")); 

1.520.5. canTakePhoto()


private boolean canTakePhoto()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canTakePhoto", "")); 

1.520.6. canChoosePhoto()


private boolean canChoosePhoto()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canChoosePhoto", "")); 

1.520.7. takePhoto()


private void takePhoto()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"takePhoto", "")); 

1.520.8. choosePhoto()


private void choosePhoto()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"choosePhoto", "")); 

1.520.9. copyAndCropPhoto(final Uri pictureUri)


private void copyAndCropPhoto(final Uri pictureUri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"copyAndCropPhoto", "final Uri pictureUri")); 

1.520.10. cropPhoto()


private void cropPhoto()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cropPhoto", "")); 

1.520.11. appendOutputExtra(Intent intent,Uri pictureUri)


private void appendOutputExtra(Intent intent, Uri pictureUri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"appendOutputExtra", "Intent intent,Uri pictureUri")); 

1.520.12. appendCropExtras(Intent intent)


private void appendCropExtras(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"appendCropExtras", "Intent intent")); 

1.520.13. onPhotoCropped(final Uri data,final boolean cropped)


private void onPhotoCropped(final Uri data, final boolean cropped)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPhotoCropped", "final Uri data,final boolean cropped")); 

1.520.14. getPhotoSize(Context context)


private static int getPhotoSize(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPhotoSize", "Context context")); 

1.520.15. createTempImageUri(Context context,String fileName,boolean purge)


private Uri createTempImageUri(Context context, String fileName, boolean purge)

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"createTempImageUri", "Context context,String fileName,boolean purge")); 

1.520.16. saveNewUserPhotoBitmap()


File saveNewUserPhotoBitmap()

methodList.add(new ZMethod(mZAndroidAPPClass,"File" ,"saveNewUserPhotoBitmap", "")); 

1.520.17. loadNewUserPhotoBitmap(File file)


static Bitmap loadNewUserPhotoBitmap(File file)

methodList.add(new ZMethod(mZAndroidAPPClass,"Bitmap" ,"loadNewUserPhotoBitmap", "File file")); 

1.520.18. removeNewUserPhotoBitmapFile()


void removeNewUserPhotoBitmapFile()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeNewUserPhotoBitmapFile", "")); 

1.521. EmergencyBroadcastPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/EmergencyBroadcastPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.521.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.521.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.521.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.521.4. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.521.5. isCellBroadcastAppLinkEnabled()


private boolean isCellBroadcastAppLinkEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isCellBroadcastAppLinkEnabled", "")); 

1.522. EmergencyInfoPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/EmergencyInfoPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.522.1. updateRawDataToIndex(List rawData)


public void updateRawDataToIndex(List rawData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateRawDataToIndex", "List rawData")); 

1.522.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.522.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.522.4. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.522.5. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.523. EmergencyTonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/EmergencyTonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.524. EmptyTextSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/EmptyTextSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.524.1. onViewCreated(View view,@Nullable Bundle savedInstanceState)


public void onViewCreated(View view, @Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,@Nullable Bundle savedInstanceState")); 

1.524.2. setEmptyText(int text)


protected void setEmptyText(int text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEmptyText", "int text")); 

1.525. EmulateDisplayCutoutPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/EmulateDisplayCutoutPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.525.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.525.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.525.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.525.4. setPreference(ListPreference preference)


void setPreference(ListPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreference", "ListPreference preference")); 

1.525.5. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.525.6. setEmulationOverlay(String packageName)


private boolean setEmulationOverlay(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setEmulationOverlay", "String packageName")); 

1.525.7. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.525.8. getOverlayInfos()


private OverlayInfo[] getOverlayInfos()

methodList.add(new ZMethod(mZAndroidAPPClass,"OverlayInfo[]" ,"getOverlayInfos", "")); 

1.525.9. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.526. EnableAdbWarningDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/EnableAdbWarningDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.526.1. show(Fragment host)


public static void show(Fragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment host")); 

1.526.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.526.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.526.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.526.5. onDismiss(DialogInterface dialog)


public void onDismiss(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialog")); 

1.527. EnableDevelopmentSettingWarningDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/EnableDevelopmentSettingWarningDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.527.1. show(DevelopmentSettingsDashboardFragment host)


public static void show(DevelopmentSettingsDashboardFragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "DevelopmentSettingsDashboardFragment host")); 

1.527.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.527.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.527.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.528. EnabledVrListenersController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/EnabledVrListenersController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.528.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.529. EnableGnssRawMeasFullTrackingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/EnableGnssRawMeasFullTrackingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.529.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.529.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.529.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.529.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.530. EnableGpuDebugLayersPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/EnableGpuDebugLayersPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.530.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.530.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.530.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.530.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.531. EnableOemUnlockSettingWarningDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/EnableOemUnlockSettingWarningDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.531.1. show(Fragment host)


public static void show(Fragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment host")); 

1.531.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.531.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.531.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.531.5. onDismiss(DialogInterface dialog)


public void onDismiss(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialog")); 

1.532. EncryptionAndCredential.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/EncryptionAndCredential.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.532.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.532.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.532.3. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.532.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.532.5. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.532.6. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.533. EncryptionInterstitial.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/EncryptionInterstitial.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.533.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.533.2. onApplyThemeResource(Resources.Theme theme,int resid,boolean first)


protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onApplyThemeResource", "Resources.Theme theme,int resid,boolean first")); 

1.533.3. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.533.4. createStartIntent(Context ctx,int quality,boolean requirePasswordDefault,Intent unlockMethodIntent)


public static Intent createStartIntent(Context ctx, int quality, boolean requirePasswordDefault, Intent unlockMethodIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"createStartIntent", "Context ctx,int quality,boolean requirePasswordDefault,Intent unlockMethodIntent")); 

1.533.5. onCreate(Bundle savedInstance)


protected void onCreate(Bundle savedInstance)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstance")); 

1.534. EncryptionStatusPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/EncryptionStatusPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.534.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.534.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.535. EnterpriseDefaultApps.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/EnterpriseDefaultApps.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.536. EnterpriseInstalledPackagesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/EnterpriseInstalledPackagesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.536.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.536.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.536.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.537. EnterprisePrivacyFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/EnterprisePrivacyFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.538. EnterprisePrivacyFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/EnterprisePrivacyFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.538.1. hasDeviceOwner()


public boolean hasDeviceOwner()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasDeviceOwner", "")); 

1.538.2. getManagedProfileUserId()


private int getManagedProfileUserId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getManagedProfileUserId", "")); 

1.538.3. isInCompMode()


public boolean isInCompMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isInCompMode", "")); 

1.538.4. getDeviceOwnerOrganizationName()


public String getDeviceOwnerOrganizationName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDeviceOwnerOrganizationName", "")); 

1.538.5. getDeviceOwnerDisclosure()


public CharSequence getDeviceOwnerDisclosure()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getDeviceOwnerDisclosure", "")); 

1.538.6. getLastSecurityLogRetrievalTime()


public Date getLastSecurityLogRetrievalTime()

methodList.add(new ZMethod(mZAndroidAPPClass,"Date" ,"getLastSecurityLogRetrievalTime", "")); 

1.538.7. getLastBugReportRequestTime()


public Date getLastBugReportRequestTime()

methodList.add(new ZMethod(mZAndroidAPPClass,"Date" ,"getLastBugReportRequestTime", "")); 

1.538.8. getLastNetworkLogRetrievalTime()


public Date getLastNetworkLogRetrievalTime()

methodList.add(new ZMethod(mZAndroidAPPClass,"Date" ,"getLastNetworkLogRetrievalTime", "")); 

1.538.9. isSecurityLoggingEnabled()


public boolean isSecurityLoggingEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSecurityLoggingEnabled", "")); 

1.538.10. isNetworkLoggingEnabled()


public boolean isNetworkLoggingEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isNetworkLoggingEnabled", "")); 

1.538.11. isAlwaysOnVpnSetInCurrentUser()


public boolean isAlwaysOnVpnSetInCurrentUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAlwaysOnVpnSetInCurrentUser", "")); 

1.538.12. isAlwaysOnVpnSetInManagedProfile()


public boolean isAlwaysOnVpnSetInManagedProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAlwaysOnVpnSetInManagedProfile", "")); 

1.538.13. isGlobalHttpProxySet()


public boolean isGlobalHttpProxySet()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isGlobalHttpProxySet", "")); 

1.538.14. getMaximumFailedPasswordsBeforeWipeInCurrentUser()


public int getMaximumFailedPasswordsBeforeWipeInCurrentUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMaximumFailedPasswordsBeforeWipeInCurrentUser", "")); 

1.538.15. getMaximumFailedPasswordsBeforeWipeInManagedProfile()


public int getMaximumFailedPasswordsBeforeWipeInManagedProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMaximumFailedPasswordsBeforeWipeInManagedProfile", "")); 

1.538.16. getImeLabelIfOwnerSet()


public String getImeLabelIfOwnerSet()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getImeLabelIfOwnerSet", "")); 

1.538.17. getNumberOfOwnerInstalledCaCertsForCurrentUser()


public int getNumberOfOwnerInstalledCaCertsForCurrentUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfOwnerInstalledCaCertsForCurrentUser", "")); 

1.538.18. getNumberOfOwnerInstalledCaCertsForManagedProfile()


public int getNumberOfOwnerInstalledCaCertsForManagedProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfOwnerInstalledCaCertsForManagedProfile", "")); 

1.538.19. getNumberOfActiveDeviceAdminsForCurrentUserAndManagedProfile()


public int getNumberOfActiveDeviceAdminsForCurrentUserAndManagedProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfActiveDeviceAdminsForCurrentUserAndManagedProfile", "")); 

1.538.20. areBackupsMandatory()


public boolean areBackupsMandatory()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"areBackupsMandatory", "")); 

1.539. EnterprisePrivacyPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/EnterprisePrivacyPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.539.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.539.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.539.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.540. EnterprisePrivacySettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/EnterprisePrivacySettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.540.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.540.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.540.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.540.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.540.5. buildPreferenceControllers(Context context,boolean async)


private static List buildPreferenceControllers(Context context, boolean async)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,boolean async")); 

1.540.6. isPageEnabled(Context context)


public static boolean isPageEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPageEnabled", "Context context")); 

1.541. EnterpriseSetDefaultAppsListFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/EnterpriseSetDefaultAppsListFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.541.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.541.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.541.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.541.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.542. EnterpriseSetDefaultAppsListPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/EnterpriseSetDefaultAppsListPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.542.1. buildAppList()


private void buildAppList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"buildAppList", "")); 

1.542.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.542.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.542.4. updateUi()


private void updateUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUi", "")); 

1.542.5. createPreferences(Context prefContext,PreferenceGroup group,EnumMap> apps)


private void createPreferences(Context prefContext, PreferenceGroup group, EnumMap> apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createPreferences", "Context prefContext,PreferenceGroup group,EnumMap> apps")); 

1.542.6. buildSummaryString(Context context,List apps)


private CharSequence buildSummaryString(Context context, List apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"buildSummaryString", "Context context,List apps")); 

1.542.7. getTitle(Context context,EnterpriseDefaultApps typeOfDefault,int appCount)


private String getTitle(Context context, EnterpriseDefaultApps typeOfDefault, int appCount)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getTitle", "Context context,EnterpriseDefaultApps typeOfDefault,int appCount")); 

1.543. EnterpriseSetDefaultAppsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/EnterpriseSetDefaultAppsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.543.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.543.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.543.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.543.4. getNumberOfEnterpriseSetDefaultApps()


private int getNumberOfEnterpriseSetDefaultApps()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNumberOfEnterpriseSetDefaultApps", "")); 

1.544. EntityHeaderController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/EntityHeaderController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.544.1. newInstance(Activity activity,Fragment fragment,View header)


public static EntityHeaderController newInstance(Activity activity, Fragment fragment, View header)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"newInstance", "Activity activity,Fragment fragment,View header")); 

1.544.2. setRecyclerView(RecyclerView recyclerView,Lifecycle lifecycle)


public EntityHeaderController setRecyclerView(RecyclerView recyclerView, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setRecyclerView", "RecyclerView recyclerView,Lifecycle lifecycle")); 

1.544.3. setIcon(Drawable icon)


public EntityHeaderController setIcon(Drawable icon)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setIcon", "Drawable icon")); 

1.544.4. setIcon(ApplicationsState.AppEntry appEntry)


public EntityHeaderController setIcon(ApplicationsState.AppEntry appEntry)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setIcon", "ApplicationsState.AppEntry appEntry")); 

1.544.5. setIconContentDescription(String contentDescription)


public EntityHeaderController setIconContentDescription(String contentDescription)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setIconContentDescription", "String contentDescription")); 

1.544.6. setLabel(CharSequence label)


public EntityHeaderController setLabel(CharSequence label)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setLabel", "CharSequence label")); 

1.544.7. setLabel(ApplicationsState.AppEntry appEntry)


public EntityHeaderController setLabel(ApplicationsState.AppEntry appEntry)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setLabel", "ApplicationsState.AppEntry appEntry")); 

1.544.8. setSummary(CharSequence summary)


public EntityHeaderController setSummary(CharSequence summary)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setSummary", "CharSequence summary")); 

1.544.9. setSummary(PackageInfo packageInfo)


public EntityHeaderController setSummary(PackageInfo packageInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setSummary", "PackageInfo packageInfo")); 

1.544.10. setSecondSummary(CharSequence summary)


public EntityHeaderController setSecondSummary(CharSequence summary)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setSecondSummary", "CharSequence summary")); 

1.544.11. setSecondSummary(PackageInfo packageInfo)


public EntityHeaderController setSecondSummary(PackageInfo packageInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setSecondSummary", "PackageInfo packageInfo")); 

1.544.12. setHasAppInfoLink(boolean hasAppInfoLink)


public EntityHeaderController setHasAppInfoLink(boolean hasAppInfoLink)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setHasAppInfoLink", "boolean hasAppInfoLink")); 

1.544.13. setButtonActions(@ActionType int action1,@ActionType int action2)


public EntityHeaderController setButtonActions(@ActionType int action1, @ActionType int action2)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setButtonActions", "@ActionType int action1,@ActionType int action2")); 

1.544.14. setPackageName(String packageName)


public EntityHeaderController setPackageName(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setPackageName", "String packageName")); 

1.544.15. setUid(int uid)


public EntityHeaderController setUid(int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setUid", "int uid")); 

1.544.16. setAppNotifPrefIntent(Intent appNotifPrefIntent)


public EntityHeaderController setAppNotifPrefIntent(Intent appNotifPrefIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setAppNotifPrefIntent", "Intent appNotifPrefIntent")); 

1.544.17. setIsInstantApp(boolean isInstantApp)


public EntityHeaderController setIsInstantApp(boolean isInstantApp)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setIsInstantApp", "boolean isInstantApp")); 

1.544.18. setEditZenRuleNameListener(View.OnClickListener listener)


public EntityHeaderController setEditZenRuleNameListener(View.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"setEditZenRuleNameListener", "View.OnClickListener listener")); 

1.544.19. done(Activity activity,Context uiContext)


public LayoutPreference done(Activity activity, Context uiContext)

methodList.add(new ZMethod(mZAndroidAPPClass,"LayoutPreference" ,"done", "Activity activity,Context uiContext")); 

1.544.20. done(Activity activity,boolean rebindActions)


public View done(Activity activity, boolean rebindActions)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"done", "Activity activity,boolean rebindActions")); 

1.544.21. bindHeaderButtons()


public EntityHeaderController bindHeaderButtons()

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"bindHeaderButtons", "")); 

1.544.22. bindAppInfoLink(View entityHeaderContent)


private void bindAppInfoLink(View entityHeaderContent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindAppInfoLink", "View entityHeaderContent")); 

1.544.23. styleActionBar(Activity activity)


public EntityHeaderController styleActionBar(Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"EntityHeaderController" ,"styleActionBar", "Activity activity")); 

1.544.24. done(Activity activity)


View done(Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"done", "Activity activity")); 

1.544.25. bindButton(ImageButton button,@ActionType int action)


private void bindButton(ImageButton button, @ActionType int action)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindButton", "ImageButton button,@ActionType int action")); 

1.544.26. setText(@IdRes int id,CharSequence text)


private void setText(@IdRes int id, CharSequence text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setText", "@IdRes int id,CharSequence text")); 

1.545. Estimate.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/Estimate.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.546. ExternalSourceDetailPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/ExternalSourceDetailPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.546.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.546.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.546.3. getDetailFragmentClass()


protected Class getDetailFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getDetailFragmentClass", "")); 

1.546.4. getPreferenceSummary()


CharSequence getPreferenceSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getPreferenceSummary", "")); 

1.546.5. isPotentialAppSource()


boolean isPotentialAppSource()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPotentialAppSource", "")); 

1.546.6. setPackageName(String packageName)


public void setPackageName(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPackageName", "String packageName")); 

1.547. ExternalSourcesDetails.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/ExternalSourcesDetails.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.547.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.547.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.547.3. getPreferenceSummary(Context context,AppEntry entry)


public static CharSequence getPreferenceSummary(Context context, AppEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getPreferenceSummary", "Context context,AppEntry entry")); 

1.547.4. setCanInstallApps(boolean newState)


private void setCanInstallApps(boolean newState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCanInstallApps", "boolean newState")); 

1.547.5. refreshUi()


protected boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.547.6. createDialog(int id,int errorCode)


protected AlertDialog createDialog(int id, int errorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id,int errorCode")); 

1.547.7. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.548. FactoryResetPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/system/FactoryResetPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.548.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.548.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.549. FailedPasswordWipeCurrentUserPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/FailedPasswordWipeCurrentUserPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.549.1. getMaximumFailedPasswordsBeforeWipe()


protected int getMaximumFailedPasswordsBeforeWipe()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMaximumFailedPasswordsBeforeWipe", "")); 

1.549.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.550. FailedPasswordWipeManagedProfilePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/FailedPasswordWipeManagedProfilePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.550.1. getMaximumFailedPasswordsBeforeWipe()


protected int getMaximumFailedPasswordsBeforeWipe()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMaximumFailedPasswordsBeforeWipe", "")); 

1.550.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.551. FailedPasswordWipePreferenceControllerBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/FailedPasswordWipePreferenceControllerBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.551.1. getMaximumFailedPasswordsBeforeWipe()


protected abstract int getMaximumFailedPasswordsBeforeWipe()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMaximumFailedPasswordsBeforeWipe", "")); 

1.551.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.551.3. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.552. FakeUid.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/FakeUid.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.552.1. getUid()


public int getUid()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUid", "")); 

1.552.2. getWakelockStats()


public ArrayMap getWakelockStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayMap" ,"getWakelockStats", "")); 

1.552.3. getAggregatedPartialWakelockTimer()


public Timer getAggregatedPartialWakelockTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getAggregatedPartialWakelockTimer", "")); 

1.552.4. getMulticastWakelockStats()


public Timer getMulticastWakelockStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getMulticastWakelockStats", "")); 

1.552.5. getSyncStats()


public ArrayMap getSyncStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayMap" ,"getSyncStats", "")); 

1.552.6. getJobStats()


public ArrayMap getJobStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayMap" ,"getJobStats", "")); 

1.552.7. getJobCompletionStats()


public ArrayMap getJobCompletionStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayMap" ,"getJobCompletionStats", "")); 

1.552.8. getSensorStats()


public SparseArray getSensorStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseArray" ,"getSensorStats", "")); 

1.552.9. getPidStats()


public SparseArray getPidStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseArray" ,"getPidStats", "")); 

1.552.10. getProcessStats()


public ArrayMap getProcessStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayMap" ,"getProcessStats", "")); 

1.552.11. getPackageStats()


public ArrayMap getPackageStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayMap" ,"getPackageStats", "")); 

1.552.12. noteWifiRunningLocked(long elapsedRealtime)


public void noteWifiRunningLocked(long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteWifiRunningLocked", "long elapsedRealtime")); 

1.552.13. noteWifiStoppedLocked(long elapsedRealtime)


public void noteWifiStoppedLocked(long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteWifiStoppedLocked", "long elapsedRealtime")); 

1.552.14. noteFullWifiLockAcquiredLocked(long elapsedRealtime)


public void noteFullWifiLockAcquiredLocked(long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteFullWifiLockAcquiredLocked", "long elapsedRealtime")); 

1.552.15. noteFullWifiLockReleasedLocked(long elapsedRealtime)


public void noteFullWifiLockReleasedLocked(long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteFullWifiLockReleasedLocked", "long elapsedRealtime")); 

1.552.16. noteWifiScanStartedLocked(long elapsedRealtime)


public void noteWifiScanStartedLocked(long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteWifiScanStartedLocked", "long elapsedRealtime")); 

1.552.17. noteWifiScanStoppedLocked(long elapsedRealtime)


public void noteWifiScanStoppedLocked(long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteWifiScanStoppedLocked", "long elapsedRealtime")); 

1.552.18. noteWifiBatchedScanStartedLocked(int csph,long elapsedRealtime)


public void noteWifiBatchedScanStartedLocked(int csph, long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteWifiBatchedScanStartedLocked", "int csph,long elapsedRealtime")); 

1.552.19. noteWifiBatchedScanStoppedLocked(long elapsedRealtime)


public void noteWifiBatchedScanStoppedLocked(long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteWifiBatchedScanStoppedLocked", "long elapsedRealtime")); 

1.552.20. noteWifiMulticastEnabledLocked(long elapsedRealtime)


public void noteWifiMulticastEnabledLocked(long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteWifiMulticastEnabledLocked", "long elapsedRealtime")); 

1.552.21. noteWifiMulticastDisabledLocked(long elapsedRealtime)


public void noteWifiMulticastDisabledLocked(long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteWifiMulticastDisabledLocked", "long elapsedRealtime")); 

1.552.22. noteActivityResumedLocked(long elapsedRealtime)


public void noteActivityResumedLocked(long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteActivityResumedLocked", "long elapsedRealtime")); 

1.552.23. noteActivityPausedLocked(long elapsedRealtime)


public void noteActivityPausedLocked(long elapsedRealtime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteActivityPausedLocked", "long elapsedRealtime")); 

1.552.24. getWifiRunningTime(long elapsedRealtimeUs,int which)


public long getWifiRunningTime(long elapsedRealtimeUs, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getWifiRunningTime", "long elapsedRealtimeUs,int which")); 

1.552.25. getFullWifiLockTime(long elapsedRealtimeUs,int which)


public long getFullWifiLockTime(long elapsedRealtimeUs, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getFullWifiLockTime", "long elapsedRealtimeUs,int which")); 

1.552.26. getWifiScanTime(long elapsedRealtimeUs,int which)


public long getWifiScanTime(long elapsedRealtimeUs, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getWifiScanTime", "long elapsedRealtimeUs,int which")); 

1.552.27. getWifiScanCount(int which)


public int getWifiScanCount(int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getWifiScanCount", "int which")); 

1.552.28. getWifiScanTimer()


public Timer getWifiScanTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getWifiScanTimer", "")); 

1.552.29. getWifiScanBackgroundCount(int which)


public int getWifiScanBackgroundCount(int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getWifiScanBackgroundCount", "int which")); 

1.552.30. getWifiScanActualTime(long elapsedRealtimeUs)


public long getWifiScanActualTime(long elapsedRealtimeUs)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getWifiScanActualTime", "long elapsedRealtimeUs")); 

1.552.31. getWifiScanBackgroundTime(long elapsedRealtimeUs)


public long getWifiScanBackgroundTime(long elapsedRealtimeUs)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getWifiScanBackgroundTime", "long elapsedRealtimeUs")); 

1.552.32. getWifiScanBackgroundTimer()


public Timer getWifiScanBackgroundTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getWifiScanBackgroundTimer", "")); 

1.552.33. getWifiBatchedScanTime(int csphBin,long elapsedRealtimeUs,int which)


public long getWifiBatchedScanTime(int csphBin, long elapsedRealtimeUs, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getWifiBatchedScanTime", "int csphBin,long elapsedRealtimeUs,int which")); 

1.552.34. getWifiBatchedScanCount(int csphBin,int which)


public int getWifiBatchedScanCount(int csphBin, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getWifiBatchedScanCount", "int csphBin,int which")); 

1.552.35. getWifiMulticastTime(long elapsedRealtimeUs,int which)


public long getWifiMulticastTime(long elapsedRealtimeUs, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getWifiMulticastTime", "long elapsedRealtimeUs,int which")); 

1.552.36. getAudioTurnedOnTimer()


public Timer getAudioTurnedOnTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getAudioTurnedOnTimer", "")); 

1.552.37. getVideoTurnedOnTimer()


public Timer getVideoTurnedOnTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getVideoTurnedOnTimer", "")); 

1.552.38. getFlashlightTurnedOnTimer()


public Timer getFlashlightTurnedOnTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getFlashlightTurnedOnTimer", "")); 

1.552.39. getCameraTurnedOnTimer()


public Timer getCameraTurnedOnTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getCameraTurnedOnTimer", "")); 

1.552.40. getForegroundActivityTimer()


public Timer getForegroundActivityTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getForegroundActivityTimer", "")); 

1.552.41. getForegroundServiceTimer()


public Timer getForegroundServiceTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getForegroundServiceTimer", "")); 

1.552.42. getProcessStateTime(int state,long elapsedRealtimeUs,int which)


public long getProcessStateTime(int state, long elapsedRealtimeUs, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getProcessStateTime", "int state,long elapsedRealtimeUs,int which")); 

1.552.43. getProcessStateTimer(int state)


public Timer getProcessStateTimer(int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getProcessStateTimer", "int state")); 

1.552.44. getVibratorOnTimer()


public Timer getVibratorOnTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getVibratorOnTimer", "")); 

1.552.45. noteUserActivityLocked(int type)


public void noteUserActivityLocked(int type)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"noteUserActivityLocked", "int type")); 

1.552.46. hasUserActivity()


public boolean hasUserActivity()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasUserActivity", "")); 

1.552.47. getUserActivityCount(int type,int which)


public int getUserActivityCount(int type, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserActivityCount", "int type,int which")); 

1.552.48. hasNetworkActivity()


public boolean hasNetworkActivity()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasNetworkActivity", "")); 

1.552.49. getNetworkActivityBytes(int type,int which)


public long getNetworkActivityBytes(int type, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getNetworkActivityBytes", "int type,int which")); 

1.552.50. getNetworkActivityPackets(int type,int which)


public long getNetworkActivityPackets(int type, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getNetworkActivityPackets", "int type,int which")); 

1.552.51. getMobileRadioActiveTime(int which)


public long getMobileRadioActiveTime(int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getMobileRadioActiveTime", "int which")); 

1.552.52. getMobileRadioActiveCount(int which)


public int getMobileRadioActiveCount(int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMobileRadioActiveCount", "int which")); 

1.552.53. getUserCpuTimeUs(int which)


public long getUserCpuTimeUs(int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getUserCpuTimeUs", "int which")); 

1.552.54. getSystemCpuTimeUs(int which)


public long getSystemCpuTimeUs(int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getSystemCpuTimeUs", "int which")); 

1.552.55. getTimeAtCpuSpeed(int cluster,int step,int which)


public long getTimeAtCpuSpeed(int cluster, int step, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getTimeAtCpuSpeed", "int cluster,int step,int which")); 

1.552.56. getWifiControllerActivity()


public BatteryStats.ControllerActivityCounter getWifiControllerActivity()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryStats.ControllerActivityCounter" ,"getWifiControllerActivity", "")); 

1.552.57. getBluetoothControllerActivity()


public BatteryStats.ControllerActivityCounter getBluetoothControllerActivity()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryStats.ControllerActivityCounter" ,"getBluetoothControllerActivity", "")); 

1.552.58. getModemControllerActivity()


public BatteryStats.ControllerActivityCounter getModemControllerActivity()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryStats.ControllerActivityCounter" ,"getModemControllerActivity", "")); 

1.552.59. getBluetoothScanTimer()


public Timer getBluetoothScanTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getBluetoothScanTimer", "")); 

1.552.60. getBluetoothScanBackgroundTimer()


public Timer getBluetoothScanBackgroundTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getBluetoothScanBackgroundTimer", "")); 

1.552.61. getBluetoothUnoptimizedScanTimer()


public Timer getBluetoothUnoptimizedScanTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getBluetoothUnoptimizedScanTimer", "")); 

1.552.62. getBluetoothUnoptimizedScanBackgroundTimer()


public Timer getBluetoothUnoptimizedScanBackgroundTimer()

methodList.add(new ZMethod(mZAndroidAPPClass,"Timer" ,"getBluetoothUnoptimizedScanBackgroundTimer", "")); 

1.552.63. getBluetoothScanResultCounter()


public Counter getBluetoothScanResultCounter()

methodList.add(new ZMethod(mZAndroidAPPClass,"Counter" ,"getBluetoothScanResultCounter", "")); 

1.552.64. getBluetoothScanResultBgCounter()


public Counter getBluetoothScanResultBgCounter()

methodList.add(new ZMethod(mZAndroidAPPClass,"Counter" ,"getBluetoothScanResultBgCounter", "")); 

1.552.65. getWifiRadioApWakeupCount(int which)


public long getWifiRadioApWakeupCount(int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getWifiRadioApWakeupCount", "int which")); 

1.552.66. getDeferredJobsCheckinLineLocked(StringBuilder sb,int which)


public void getDeferredJobsCheckinLineLocked(StringBuilder sb, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"getDeferredJobsCheckinLineLocked", "StringBuilder sb,int which")); 

1.552.67. getDeferredJobsLineLocked(StringBuilder sb,int which)


public void getDeferredJobsLineLocked(StringBuilder sb, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"getDeferredJobsLineLocked", "StringBuilder sb,int which")); 

1.552.68. getMobileRadioApWakeupCount(int which)


public long getMobileRadioApWakeupCount(int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getMobileRadioApWakeupCount", "int which")); 

1.552.69. getCpuFreqTimes(int which)


public long[] getCpuFreqTimes(int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long[]" ,"getCpuFreqTimes", "int which")); 

1.552.70. getScreenOffCpuFreqTimes(int which)


public long[] getScreenOffCpuFreqTimes(int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long[]" ,"getScreenOffCpuFreqTimes", "int which")); 

1.552.71. getCpuActiveTime()


public long getCpuActiveTime()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getCpuActiveTime", "")); 

1.552.72. getCpuClusterTimes()


public long[] getCpuClusterTimes()

methodList.add(new ZMethod(mZAndroidAPPClass,"long[]" ,"getCpuClusterTimes", "")); 

1.552.73. getCpuFreqTimes(int procState,int which)


public long[] getCpuFreqTimes(int procState, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long[]" ,"getCpuFreqTimes", "int procState,int which")); 

1.552.74. getScreenOffCpuFreqTimes(int procState,int which)


public long[] getScreenOffCpuFreqTimes(int procState, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"long[]" ,"getScreenOffCpuFreqTimes", "int procState,int which")); 

1.553. FallbackHome.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/FallbackHome.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.553.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.553.2. onResume()


protected void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.553.3. onPause()


protected void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.553.4. onDestroy()


protected void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.553.5. maybeFinish()


private void maybeFinish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"maybeFinish", "")); 

1.554. FccEquipmentIdPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/FccEquipmentIdPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.554.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.554.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.554.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.555. FeatureFactory.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/overlay/FeatureFactory.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.555.1. getFactory(Context context)


public static FeatureFactory getFactory(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"FeatureFactory" ,"getFactory", "Context context")); 

1.555.2. getAssistGestureFeatureProvider()


public abstract AssistGestureFeatureProvider getAssistGestureFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"AssistGestureFeatureProvider" ,"getAssistGestureFeatureProvider", "")); 

1.555.3. getSuggestionFeatureProvider(Context context)


public abstract SuggestionFeatureProvider getSuggestionFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SuggestionFeatureProvider" ,"getSuggestionFeatureProvider", "Context context")); 

1.555.4. getSupportFeatureProvider(Context context)


public abstract SupportFeatureProvider getSupportFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SupportFeatureProvider" ,"getSupportFeatureProvider", "Context context")); 

1.555.5. getMetricsFeatureProvider()


public abstract MetricsFeatureProvider getMetricsFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"MetricsFeatureProvider" ,"getMetricsFeatureProvider", "")); 

1.555.6. getPowerUsageFeatureProvider(Context context)


public abstract PowerUsageFeatureProvider getPowerUsageFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"PowerUsageFeatureProvider" ,"getPowerUsageFeatureProvider", "Context context")); 

1.555.7. getDashboardFeatureProvider(Context context)


public abstract DashboardFeatureProvider getDashboardFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"DashboardFeatureProvider" ,"getDashboardFeatureProvider", "Context context")); 

1.555.8. getDockUpdaterFeatureProvider()


public abstract DockUpdaterFeatureProvider getDockUpdaterFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"DockUpdaterFeatureProvider" ,"getDockUpdaterFeatureProvider", "")); 

1.555.9. getApplicationFeatureProvider(Context context)


public abstract ApplicationFeatureProvider getApplicationFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"ApplicationFeatureProvider" ,"getApplicationFeatureProvider", "Context context")); 

1.555.10. getLocaleFeatureProvider()


public abstract LocaleFeatureProvider getLocaleFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"LocaleFeatureProvider" ,"getLocaleFeatureProvider", "")); 

1.555.11. getEnterprisePrivacyFeatureProvider(Context context)


public abstract EnterprisePrivacyFeatureProvider getEnterprisePrivacyFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"EnterprisePrivacyFeatureProvider" ,"getEnterprisePrivacyFeatureProvider", "Context context")); 

1.555.12. getSearchFeatureProvider()


public abstract SearchFeatureProvider getSearchFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"SearchFeatureProvider" ,"getSearchFeatureProvider", "")); 

1.555.13. getSurveyFeatureProvider(Context context)


public abstract SurveyFeatureProvider getSurveyFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SurveyFeatureProvider" ,"getSurveyFeatureProvider", "Context context")); 

1.555.14. getSecurityFeatureProvider()


public abstract SecurityFeatureProvider getSecurityFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"SecurityFeatureProvider" ,"getSecurityFeatureProvider", "")); 

1.555.15. getUserFeatureProvider(Context context)


public abstract UserFeatureProvider getUserFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"UserFeatureProvider" ,"getUserFeatureProvider", "Context context")); 

1.555.16. getBluetoothFeatureProvider(Context context)


public abstract BluetoothFeatureProvider getBluetoothFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"BluetoothFeatureProvider" ,"getBluetoothFeatureProvider", "Context context")); 

1.555.17. getSlicesFeatureProvider()


public abstract SlicesFeatureProvider getSlicesFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"SlicesFeatureProvider" ,"getSlicesFeatureProvider", "")); 

1.555.18. getAccountFeatureProvider()


public abstract AccountFeatureProvider getAccountFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"AccountFeatureProvider" ,"getAccountFeatureProvider", "")); 

1.555.19. getDeviceIndexFeatureProvider()


public abstract DeviceIndexFeatureProvider getDeviceIndexFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"DeviceIndexFeatureProvider" ,"getDeviceIndexFeatureProvider", "")); 

1.556. FeatureFactoryImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/overlay/FeatureFactoryImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.556.1. getSupportFeatureProvider(Context context)


public SupportFeatureProvider getSupportFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SupportFeatureProvider" ,"getSupportFeatureProvider", "Context context")); 

1.556.2. getMetricsFeatureProvider()


public MetricsFeatureProvider getMetricsFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"MetricsFeatureProvider" ,"getMetricsFeatureProvider", "")); 

1.556.3. getPowerUsageFeatureProvider(Context context)


public PowerUsageFeatureProvider getPowerUsageFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"PowerUsageFeatureProvider" ,"getPowerUsageFeatureProvider", "Context context")); 

1.556.4. getDashboardFeatureProvider(Context context)


public DashboardFeatureProvider getDashboardFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"DashboardFeatureProvider" ,"getDashboardFeatureProvider", "Context context")); 

1.556.5. getDockUpdaterFeatureProvider()


public DockUpdaterFeatureProvider getDockUpdaterFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"DockUpdaterFeatureProvider" ,"getDockUpdaterFeatureProvider", "")); 

1.556.6. getApplicationFeatureProvider(Context context)


public ApplicationFeatureProvider getApplicationFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"ApplicationFeatureProvider" ,"getApplicationFeatureProvider", "Context context")); 

1.556.7. getLocaleFeatureProvider()


public LocaleFeatureProvider getLocaleFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"LocaleFeatureProvider" ,"getLocaleFeatureProvider", "")); 

1.556.8. getEnterprisePrivacyFeatureProvider(Context context)


public EnterprisePrivacyFeatureProvider getEnterprisePrivacyFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"EnterprisePrivacyFeatureProvider" ,"getEnterprisePrivacyFeatureProvider", "Context context")); 

1.556.9. getSearchFeatureProvider()


public SearchFeatureProvider getSearchFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"SearchFeatureProvider" ,"getSearchFeatureProvider", "")); 

1.556.10. getSurveyFeatureProvider(Context context)


public SurveyFeatureProvider getSurveyFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SurveyFeatureProvider" ,"getSurveyFeatureProvider", "Context context")); 

1.556.11. getSecurityFeatureProvider()


public SecurityFeatureProvider getSecurityFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"SecurityFeatureProvider" ,"getSecurityFeatureProvider", "")); 

1.556.12. getSuggestionFeatureProvider(Context context)


public SuggestionFeatureProvider getSuggestionFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SuggestionFeatureProvider" ,"getSuggestionFeatureProvider", "Context context")); 

1.556.13. getUserFeatureProvider(Context context)


public UserFeatureProvider getUserFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"UserFeatureProvider" ,"getUserFeatureProvider", "Context context")); 

1.556.14. getBluetoothFeatureProvider(Context context)


public BluetoothFeatureProvider getBluetoothFeatureProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"BluetoothFeatureProvider" ,"getBluetoothFeatureProvider", "Context context")); 

1.556.15. getAssistGestureFeatureProvider()


public AssistGestureFeatureProvider getAssistGestureFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"AssistGestureFeatureProvider" ,"getAssistGestureFeatureProvider", "")); 

1.556.16. getSlicesFeatureProvider()


public SlicesFeatureProvider getSlicesFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"SlicesFeatureProvider" ,"getSlicesFeatureProvider", "")); 

1.556.17. getAccountFeatureProvider()


public AccountFeatureProvider getAccountFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"AccountFeatureProvider" ,"getAccountFeatureProvider", "")); 

1.556.18. getDeviceIndexFeatureProvider()


public DeviceIndexFeatureProvider getDeviceIndexFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"DeviceIndexFeatureProvider" ,"getDeviceIndexFeatureProvider", "")); 

1.557. FeatureFlagFooterPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/featureflags/FeatureFlagFooterPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.557.1. setFooterMixin(FooterPreferenceMixin mixin)


public void setFooterMixin(FooterPreferenceMixin mixin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFooterMixin", "FooterPreferenceMixin mixin")); 

1.557.2. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.557.3. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.558. FeatureFlagPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/featureflags/FeatureFlagPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.558.1. setChecked(boolean isChecked)


public void setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean isChecked")); 

1.558.2. setCheckedInternal(boolean isChecked)


private void setCheckedInternal(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCheckedInternal", "boolean isChecked")); 

1.559. FeatureFlags.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/FeatureFlags.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.560. FeatureFlagsDashboard.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/featureflags/FeatureFlagsDashboard.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.560.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.560.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.560.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.560.4. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.560.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.560.6. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.561. FeatureFlagsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/featureflags/FeatureFlagsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.561.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.561.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.561.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.561.4. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.562. FeedbackPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/FeedbackPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.562.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.562.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.562.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.562.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.563. FetchPackageStorageAsyncLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/FetchPackageStorageAsyncLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.563.1. loadInBackground()


public AppStorageStats loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"AppStorageStats" ,"loadInBackground", "")); 

1.563.2. onDiscardResult(AppStorageStats result)


protected void onDiscardResult(AppStorageStats result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDiscardResult", "AppStorageStats result")); 

1.564. FileEncryptionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/FileEncryptionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.564.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.564.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.564.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.564.4. getStorageManager()


private IStorageManager getStorageManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"IStorageManager" ,"getStorageManager", "")); 

1.565. FileSizeFormatter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/utils/FileSizeFormatter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.565.1. formatFileSize(@Nullable Context context,long sizeBytes,int suffix,long mult)


public static String formatFileSize(@Nullable Context context, long sizeBytes, int suffix, long mult)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"formatFileSize", "@Nullable Context context,long sizeBytes,int suffix,long mult")); 

1.565.2. getFileSizeSuffix(Context context)


private static int getFileSizeSuffix(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getFileSizeSuffix", "Context context")); 

1.565.3. formatBytes(Resources res,long sizeBytes,int suffix,long mult)


private static Formatter.BytesResult formatBytes(Resources res, long sizeBytes, int suffix, long mult)

methodList.add(new ZMethod(mZAndroidAPPClass,"Formatter.BytesResult" ,"formatBytes", "Resources res,long sizeBytes,int suffix,long mult")); 

1.566. FileViewHolderController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/manageapplications/FileViewHolderController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.567. FilteredCountryTimeZones.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/model/FilteredCountryTimeZones.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.567.1. getTimeZoneIds()


public List getTimeZoneIds()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getTimeZoneIds", "")); 

1.567.2. getCountryTimeZones()


public CountryTimeZones getCountryTimeZones()

methodList.add(new ZMethod(mZAndroidAPPClass,"CountryTimeZones" ,"getCountryTimeZones", "")); 

1.567.3. getRegionId()


public String getRegionId()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getRegionId", "")); 

1.568. FingerprintAuthenticateSidecar.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintAuthenticateSidecar.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.568.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.568.2. setFingerprintManager(FingerprintManager fingerprintManager)


public void setFingerprintManager(FingerprintManager fingerprintManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFingerprintManager", "FingerprintManager fingerprintManager")); 

1.568.3. startAuthentication(int userId)


public void startAuthentication(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startAuthentication", "int userId")); 

1.568.4. stopAuthentication()


public void stopAuthentication()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopAuthentication", "")); 

1.568.5. setListener(Listener listener)


public void setListener(Listener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListener", "Listener listener")); 

1.569. FingerprintEnrollBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.569.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.569.2. onApplyThemeResource(Resources.Theme theme,int resid,boolean first)


protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onApplyThemeResource", "Resources.Theme theme,int resid,boolean first")); 

1.569.3. onSaveInstanceState(Bundle outState)


protected void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.569.4. onPostCreate(@Nullable Bundle savedInstanceState)


protected void onPostCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPostCreate", "@Nullable Bundle savedInstanceState")); 

1.569.5. initViews()


protected void initViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initViews", "")); 

1.569.6. getLayout()


protected GlifLayout getLayout()

methodList.add(new ZMethod(mZAndroidAPPClass,"GlifLayout" ,"getLayout", "")); 

1.569.7. setHeaderText(int resId,boolean force)


protected void setHeaderText(int resId, boolean force)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHeaderText", "int resId,boolean force")); 

1.569.8. setHeaderText(int resId)


protected void setHeaderText(int resId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHeaderText", "int resId")); 

1.569.9. getNextButton()


protected Button getNextButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getNextButton", "")); 

1.569.10. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.569.11. onNextButtonClick()


protected void onNextButtonClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNextButtonClick", "")); 

1.569.12. getEnrollingIntent()


protected Intent getEnrollingIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getEnrollingIntent", "")); 

1.570. FingerprintEnrollEnrolling.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollEnrolling.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.570.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.570.2. onStart()


protected void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.570.3. onEnterAnimationComplete()


public void onEnterAnimationComplete()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onEnterAnimationComplete", "")); 

1.570.4. startIconAnimation()


private void startIconAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startIconAnimation", "")); 

1.570.5. stopIconAnimation()


private void stopIconAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopIconAnimation", "")); 

1.570.6. onStop()


protected void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.570.7. onBackPressed()


public void onBackPressed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBackPressed", "")); 

1.570.8. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.570.9. animateProgress(int progress)


private void animateProgress(int progress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"animateProgress", "int progress")); 

1.570.10. animateFlash()


private void animateFlash()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"animateFlash", "")); 

1.570.11. launchFinish(byte[] token)


private void launchFinish(byte[] token)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchFinish", "byte[] token")); 

1.570.12. getFinishIntent()


protected Intent getFinishIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getFinishIntent", "")); 

1.570.13. updateDescription()


private void updateDescription()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDescription", "")); 

1.570.14. onEnrollmentHelp(CharSequence helpString)


public void onEnrollmentHelp(CharSequence helpString)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onEnrollmentHelp", "CharSequence helpString")); 

1.570.15. onEnrollmentError(int errMsgId,CharSequence errString)


public void onEnrollmentError(int errMsgId, CharSequence errString)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onEnrollmentError", "int errMsgId,CharSequence errString")); 

1.570.16. onEnrollmentProgressChange(int steps,int remaining)


public void onEnrollmentProgressChange(int steps, int remaining)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onEnrollmentProgressChange", "int steps,int remaining")); 

1.570.17. updateProgress(boolean animate)


private void updateProgress(boolean animate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateProgress", "boolean animate")); 

1.570.18. getProgress(int steps,int remaining)


private int getProgress(int steps, int remaining)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getProgress", "int steps,int remaining")); 

1.570.19. showErrorDialog(CharSequence msg,int msgId)


private void showErrorDialog(CharSequence msg, int msgId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showErrorDialog", "CharSequence msg,int msgId")); 

1.570.20. showIconTouchDialog()


private void showIconTouchDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showIconTouchDialog", "")); 

1.570.21. showError(CharSequence error)


private void showError(CharSequence error)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showError", "CharSequence error")); 

1.570.22. clearError()


private void clearError()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearError", "")); 

1.570.23. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.571. FingerprintEnrollFindSensor.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollFindSensor.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.571.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.571.2. getContentView()


protected int getContentView()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getContentView", "")); 

1.571.3. onStart()


protected void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.571.4. startLookingForFingerprint()


private void startLookingForFingerprint()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startLookingForFingerprint", "")); 

1.571.5. onStop()


protected void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.571.6. onDestroy()


protected void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.571.7. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.571.8. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.571.9. onSkipButtonClick()


protected void onSkipButtonClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSkipButtonClick", "")); 

1.571.10. proceedToEnrolling(boolean cancelEnrollment)


private void proceedToEnrolling(boolean cancelEnrollment)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"proceedToEnrolling", "boolean cancelEnrollment")); 

1.571.11. onActivityResult(int requestCode,int resultCode,Intent data)


protected void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.571.12. launchConfirmLock()


private void launchConfirmLock()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchConfirmLock", "")); 

1.571.13. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.572. FingerprintEnrollFinish.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollFinish.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.572.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.572.2. onResume()


protected void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.572.3. onNextButtonClick()


protected void onNextButtonClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNextButtonClick", "")); 

1.572.4. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.572.5. onActivityResult(int requestCode,int resultCode,Intent data)


protected void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.572.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.573. FingerprintEnrollIntroduction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollIntroduction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.573.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.573.2. onResume()


protected void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.573.3. updatePasswordQuality()


private void updatePasswordQuality()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePasswordQuality", "")); 

1.573.4. getNextButton()


protected Button getNextButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getNextButton", "")); 

1.573.5. onNextButtonClick()


protected void onNextButtonClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNextButtonClick", "")); 

1.573.6. launchChooseLock()


private void launchChooseLock()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchChooseLock", "")); 

1.573.7. launchFindSensor(byte[] token)


private void launchFindSensor(byte[] token)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchFindSensor", "byte[] token")); 

1.573.8. getChooseLockIntent()


protected Intent getChooseLockIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getChooseLockIntent", "")); 

1.573.9. getFindSensorIntent()


protected Intent getFindSensorIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getFindSensorIntent", "")); 

1.573.10. onActivityResult(int requestCode,int resultCode,Intent data)


protected void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.573.11. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.573.12. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.573.13. onCancelButtonClick()


protected void onCancelButtonClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCancelButtonClick", "")); 

1.573.14. initViews()


protected void initViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initViews", "")); 

1.573.15. onClick(LinkSpan span)


public void onClick(LinkSpan span)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "LinkSpan span")); 

1.574. FingerprintEnrollSidecar.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollSidecar.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.574.1. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.574.2. onAttach(Activity activity)


public void onAttach(Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Activity activity")); 

1.574.3. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.574.4. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.574.5. startEnrollment()


private void startEnrollment()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startEnrollment", "")); 

1.574.6. cancelEnrollment()


boolean cancelEnrollment()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"cancelEnrollment", "")); 

1.574.7. setListener(Listener listener)


public void setListener(Listener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListener", "Listener listener")); 

1.574.8. getEnrollmentSteps()


public int getEnrollmentSteps()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getEnrollmentSteps", "")); 

1.574.9. getEnrollmentRemaining()


public int getEnrollmentRemaining()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getEnrollmentRemaining", "")); 

1.574.10. isDone()


public boolean isDone()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDone", "")); 

1.574.11. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.574.12. isEnrolling()


public boolean isEnrolling()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEnrolling", "")); 

1.575. FingerprintEnrollSuggestionActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintEnrollSuggestionActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.575.1. isSuggestionComplete(Context context)


public static boolean isSuggestionComplete(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context")); 

1.576. FingerprintFindSensorAnimation.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintFindSensorAnimation.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.577. FingerprintLocationAnimationVideoView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintLocationAnimationVideoView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.577.1. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.577.2. getFingerprintLocationAnimation()


protected Uri getFingerprintLocationAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"getFingerprintLocationAnimation", "")); 

1.577.3. onFinishInflate()


protected void onFinishInflate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onFinishInflate", "")); 

1.577.4. createMediaPlayer(Context context,Uri videoUri)


MediaPlayer createMediaPlayer(Context context, Uri videoUri)

methodList.add(new ZMethod(mZAndroidAPPClass,"MediaPlayer" ,"createMediaPlayer", "Context context,Uri videoUri")); 

1.577.5. resourceEntryToUri(Context context,int id)


protected static Uri resourceEntryToUri(Context context, int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"resourceEntryToUri", "Context context,int id")); 

1.577.6. startAnimation()


public void startAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startAnimation", "")); 

1.577.7. stopAnimation()


public void stopAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopAnimation", "")); 

1.577.8. pauseAnimation()


public void pauseAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pauseAnimation", "")); 

1.578. FingerprintLocationAnimationView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintLocationAnimationView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.578.1. onDraw(Canvas canvas)


protected void onDraw(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDraw", "Canvas canvas")); 

1.578.2. drawDot(Canvas canvas)


private void drawDot(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawDot", "Canvas canvas")); 

1.578.3. drawPulse(Canvas canvas)


private void drawPulse(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawPulse", "Canvas canvas")); 

1.578.4. getCenterX()


private float getCenterX()

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getCenterX", "")); 

1.578.5. getCenterY()


private float getCenterY()

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getCenterY", "")); 

1.578.6. startAnimation()


public void startAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startAnimation", "")); 

1.578.7. stopAnimation()


public void stopAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopAnimation", "")); 

1.578.8. pauseAnimation()


public void pauseAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pauseAnimation", "")); 

1.578.9. startPhase()


private void startPhase()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startPhase", "")); 

1.578.10. startRadiusAnimation()


private void startRadiusAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startRadiusAnimation", "")); 

1.578.11. startAlphaAnimation()


private void startAlphaAnimation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startAlphaAnimation", "")); 

1.579. FingerprintProfileStatusPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintProfileStatusPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.579.1. isUserSupported()


protected boolean isUserSupported()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUserSupported", "")); 

1.579.2. getUserId()


protected int getUserId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserId", "")); 

1.580. FingerprintRemoveSidecar.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintRemoveSidecar.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.580.1. startRemove(Fingerprint fingerprint,int userId)


public void startRemove(Fingerprint fingerprint, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startRemove", "Fingerprint fingerprint,int userId")); 

1.580.2. setFingerprintManager(FingerprintManager fingerprintManager)


public void setFingerprintManager(FingerprintManager fingerprintManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFingerprintManager", "FingerprintManager fingerprintManager")); 

1.580.3. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.580.4. setListener(Listener listener)


public void setListener(Listener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListener", "Listener listener")); 

1.580.5. isRemovingFingerprint(int fid)


final boolean isRemovingFingerprint(int fid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isRemovingFingerprint", "int fid")); 

1.580.6. inProgress()


final boolean inProgress()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"inProgress", "")); 

1.580.7. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.581. FingerprintSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.581.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.581.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.581.3. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.582. FingerprintStatusPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintStatusPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.582.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.582.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.582.3. getUserId()


protected int getUserId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserId", "")); 

1.582.4. isUserSupported()


protected boolean isUserSupported()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUserSupported", "")); 

1.583. FingerprintSuggestionActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintSuggestionActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.583.1. initViews()


protected void initViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initViews", "")); 

1.583.2. finish()


public void finish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"finish", "")); 

1.583.3. isSuggestionComplete(Context context)


public static boolean isSuggestionComplete(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context")); 

1.583.4. isNotSingleFingerprintEnrolled(Context context)


private static boolean isNotSingleFingerprintEnrolled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isNotSingleFingerprintEnrolled", "Context context")); 

1.583.5. isFingerprintEnabled(Context context)


static boolean isFingerprintEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFingerprintEnabled", "Context context")); 

1.584. FingerprintUiHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintUiHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.584.1. startListening()


public void startListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startListening", "")); 

1.584.2. stopListening()


public void stopListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopListening", "")); 

1.584.3. isListening()


public boolean isListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isListening", "")); 

1.584.4. setFingerprintIconVisibility(boolean visible)


private void setFingerprintIconVisibility(boolean visible)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFingerprintIconVisibility", "boolean visible")); 

1.584.5. onAuthenticationError(int errMsgId,CharSequence errString)


public void onAuthenticationError(int errMsgId, CharSequence errString)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAuthenticationError", "int errMsgId,CharSequence errString")); 

1.584.6. onAuthenticationHelp(int helpMsgId,CharSequence helpString)


public void onAuthenticationHelp(int helpMsgId, CharSequence helpString)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAuthenticationHelp", "int helpMsgId,CharSequence helpString")); 

1.584.7. onAuthenticationFailed()


public void onAuthenticationFailed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAuthenticationFailed", "")); 

1.584.8. onAuthenticationSucceeded(FingerprintManager.AuthenticationResult result)


public void onAuthenticationSucceeded(FingerprintManager.AuthenticationResult result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAuthenticationSucceeded", "FingerprintManager.AuthenticationResult result")); 

1.584.9. showError(CharSequence error)


private void showError(CharSequence error)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showError", "CharSequence error")); 

1.585. FirmwareVersionDialogController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/FirmwareVersionDialogController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.585.1. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.585.2. initialize()


public void initialize()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initialize", "")); 

1.585.3. registerClickListeners()


private void registerClickListeners()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerClickListeners", "")); 

1.585.4. arrayCopy()


void arrayCopy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"arrayCopy", "")); 

1.585.5. initializeAdminPermissions()


void initializeAdminPermissions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeAdminPermissions", "")); 

1.586. FirmwareVersionDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/FirmwareVersionDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.586.1. show(Fragment host)


public static void show(Fragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment host")); 

1.586.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.586.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.586.4. setText(int viewId,CharSequence text)


public void setText(int viewId, CharSequence text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setText", "int viewId,CharSequence text")); 

1.586.5. removeSettingFromScreen(int viewId)


public void removeSettingFromScreen(int viewId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeSettingFromScreen", "int viewId")); 

1.586.6. registerClickListener(int viewId,View.OnClickListener listener)


public void registerClickListener(int viewId, View.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerClickListener", "int viewId,View.OnClickListener listener")); 

1.586.7. initializeControllers()


private void initializeControllers()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeControllers", "")); 

1.587. FirmwareVersionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/FirmwareVersionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.587.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.587.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.587.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.587.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.588. FixedLineSummaryPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/FixedLineSummaryPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.588.1. setSummaryLineCount(int count)


public void setSummaryLineCount(int count)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSummaryLineCount", "int count")); 

1.588.2. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.589. FixedOffsetPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/FixedOffsetPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.589.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.589.2. getAllTimeZoneInfos(TimeZoneData timeZoneData)


public List getAllTimeZoneInfos(TimeZoneData timeZoneData)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getAllTimeZoneInfos", "TimeZoneData timeZoneData")); 

1.589.3. loadFixedOffsets()


private List loadFixedOffsets()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"loadFixedOffsets", "")); 

1.590. FixedOffsetPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/FixedOffsetPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.590.1. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.590.2. setTimeZoneInfo(TimeZoneInfo timeZoneInfo)


public void setTimeZoneInfo(TimeZoneInfo timeZoneInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTimeZoneInfo", "TimeZoneInfo timeZoneInfo")); 

1.590.3. getTimeZoneInfo()


public TimeZoneInfo getTimeZoneInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"TimeZoneInfo" ,"getTimeZoneInfo", "")); 

1.591. FocusRecyclerView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/FocusRecyclerView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.591.1. onWindowFocusChanged(boolean hasWindowFocus)


public void onWindowFocusChanged(boolean hasWindowFocus)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onWindowFocusChanged", "boolean hasWindowFocus")); 

1.591.2. setListener(FocusListener listener)


public void setListener(FocusListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListener", "FocusListener listener")); 

1.592. FontSizePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/FontSizePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.592.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.592.2. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.593. FontSizePreferenceFragmentForSetupWizard.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/FontSizePreferenceFragmentForSetupWizard.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.593.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.593.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.594. ForceGpuRenderingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ForceGpuRenderingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.594.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.594.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.594.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.594.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.595. ForceMSAAPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ForceMSAAPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.595.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.595.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.595.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.595.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.596. ForceStopAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/action/ForceStopAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.596.1. handlePositiveAction(Anomaly anomaly,int contextMetricsKey)


public void handlePositiveAction(Anomaly anomaly, int contextMetricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "Anomaly anomaly,int contextMetricsKey")); 

1.596.2. isActionActive(Anomaly anomaly)


public boolean isActionActive(Anomaly anomaly)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isActionActive", "Anomaly anomaly")); 

1.596.3. getActionType()


public int getActionType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getActionType", "")); 

1.597. ForgetDeviceDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/ForgetDeviceDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.597.1. newInstance(String deviceAddress)


public static ForgetDeviceDialogFragment newInstance(String deviceAddress)

methodList.add(new ZMethod(mZAndroidAPPClass,"ForgetDeviceDialogFragment" ,"newInstance", "String deviceAddress")); 

1.597.2. getDevice(Context context)


CachedBluetoothDevice getDevice(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CachedBluetoothDevice" ,"getDevice", "Context context")); 

1.597.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.597.4. onCreateDialog(Bundle inState)


public Dialog onCreateDialog(Bundle inState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle inState")); 

1.598. FreeformWindowsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/FreeformWindowsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.598.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.598.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.598.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.598.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.598.5. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.598.6. getBuildType()


String getBuildType()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getBuildType", "")); 

1.599. GameControllerPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/GameControllerPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.599.1. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.599.2. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.599.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.599.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.599.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.599.6. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.599.7. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.599.8. onInputDeviceAdded(int deviceId)


public void onInputDeviceAdded(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceAdded", "int deviceId")); 

1.599.9. onInputDeviceRemoved(int deviceId)


public void onInputDeviceRemoved(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceRemoved", "int deviceId")); 

1.599.10. onInputDeviceChanged(int deviceId)


public void onInputDeviceChanged(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceChanged", "int deviceId")); 

1.600. GearPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/GearPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.600.1. setOnGearClickListener(OnGearClickListener l)


public void setOnGearClickListener(OnGearClickListener l)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnGearClickListener", "OnGearClickListener l")); 

1.600.2. getSecondTargetResId()


protected int getSecondTargetResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSecondTargetResId", "")); 

1.600.3. shouldHideSecondTarget()


protected boolean shouldHideSecondTarget()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldHideSecondTarget", "")); 

1.600.4. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.600.5. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.601. GesturePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/GesturePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.601.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.601.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.601.3. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.601.4. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.601.5. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.601.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.601.7. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.601.8. getVideoPrefKey()


protected abstract String getVideoPrefKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVideoPrefKey", "")); 

1.601.9. canHandleClicks()


protected boolean canHandleClicks()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canHandleClicks", "")); 

1.602. GestureSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/GestureSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.602.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.602.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.602.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.602.4. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.602.5. getConfig(Context context)


private AmbientDisplayConfiguration getConfig(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"AmbientDisplayConfiguration" ,"getConfig", "Context context")); 

1.603. GesturesSettingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/GesturesSettingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.603.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.603.2. buildAllPreferenceControllers(@NonNull Context context)


private static List buildAllPreferenceControllers(@NonNull Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildAllPreferenceControllers", "@NonNull Context context")); 

1.603.3. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.604. GlobalHttpProxyPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/GlobalHttpProxyPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.604.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.604.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.605. GlobalSettingSwitchPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/GlobalSettingSwitchPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.605.1. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.605.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.605.3. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.606. GpuViewUpdatesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/GpuViewUpdatesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.606.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.606.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.606.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.606.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.607. HandsFreeProfileOutputPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/sound/HandsFreeProfileOutputPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.607.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.607.2. setActiveBluetoothDevice(BluetoothDevice device)


public void setActiveBluetoothDevice(BluetoothDevice device)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setActiveBluetoothDevice", "BluetoothDevice device")); 

1.608. HapticFeedbackIntensityPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/HapticFeedbackIntensityPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.608.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.608.2. getDefaultIntensity()


protected int getDefaultIntensity()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultIntensity", "")); 

1.609. HardwareInfoDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/HardwareInfoDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.609.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.609.2. newInstance()


public static HardwareInfoDialogFragment newInstance()

methodList.add(new ZMethod(mZAndroidAPPClass,"HardwareInfoDialogFragment" ,"newInstance", "")); 

1.609.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.609.4. setText(View content,int labelViewId,int valueViewId,String value)


void setText(View content, int labelViewId, int valueViewId, String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setText", "View content,int labelViewId,int valueViewId,String value")); 

1.609.5. getSerialNumber()


String getSerialNumber()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSerialNumber", "")); 

1.610. HardwareLayersUpdatesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/HardwareLayersUpdatesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.610.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.610.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.610.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.610.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.611. HardwareOverlaysPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/HardwareOverlaysPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.611.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.611.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.611.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.611.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.611.5. updateHardwareOverlaysSetting()


void updateHardwareOverlaysSetting()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateHardwareOverlaysSetting", "")); 

1.611.6. writeHardwareOverlaysSetting(boolean isEnabled)


void writeHardwareOverlaysSetting(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeHardwareOverlaysSetting", "boolean isEnabled")); 

1.612. HdcpCheckingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/HdcpCheckingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.612.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.612.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.612.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.612.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.612.5. updateHdcpValues(ListPreference preference)


private void updateHdcpValues(ListPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateHdcpValues", "ListPreference preference")); 

1.612.6. getBuildType()


public String getBuildType()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getBuildType", "")); 

1.613. HeaderPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/HeaderPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.613.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.613.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.613.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.613.4. getLabel()


CharSequence getLabel()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getLabel", "")); 

1.613.5. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.613.6. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.614. HelpMenuController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/support/actionbar/HelpMenuController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.614.1. init(@NonNull ObservablePreferenceFragment host)


public static void init(@NonNull ObservablePreferenceFragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "@NonNull ObservablePreferenceFragment host")); 

1.614.2. init(@NonNull ObservableFragment host)


public static void init(@NonNull ObservableFragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "@NonNull ObservableFragment host")); 

1.614.3. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.615. HelpResourceProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/support/actionbar/HelpResourceProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.616. HelpTrampoline.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/HelpTrampoline.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.616.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.617. HighlightablePreferenceGroupAdapter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/HighlightablePreferenceGroupAdapter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.617.1. adjustInitialExpandedChildCount(SettingsPreferenceFragment host)


public static void adjustInitialExpandedChildCount(SettingsPreferenceFragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"adjustInitialExpandedChildCount", "SettingsPreferenceFragment host")); 

1.617.2. onBindViewHolder(PreferenceViewHolder holder,int position)


public void onBindViewHolder(PreferenceViewHolder holder, int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder,int position")); 

1.617.3. updateBackground(PreferenceViewHolder holder,int position)


void updateBackground(PreferenceViewHolder holder, int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBackground", "PreferenceViewHolder holder,int position")); 

1.617.4. requestHighlight(View root,RecyclerView recyclerView)


public void requestHighlight(View root, RecyclerView recyclerView)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"requestHighlight", "View root,RecyclerView recyclerView")); 

1.617.5. isHighlightRequested()


public boolean isHighlightRequested()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isHighlightRequested", "")); 

1.617.6. requestRemoveHighlightDelayed(View v)


void requestRemoveHighlightDelayed(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"requestRemoveHighlightDelayed", "View v")); 

1.617.7. addHighlightBackground(View v,boolean animate)


private void addHighlightBackground(View v, boolean animate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addHighlightBackground", "View v,boolean animate")); 

1.617.8. removeHighlightBackground(View v,boolean animate)


private void removeHighlightBackground(View v, boolean animate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeHighlightBackground", "View v,boolean animate")); 

1.618. HighPowerAppsController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/HighPowerAppsController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.618.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.619. HighPowerDetail.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/HighPowerDetail.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.619.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.619.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.619.3. setup(View view,boolean on)


public Checkable setup(View view, boolean on)

methodList.add(new ZMethod(mZAndroidAPPClass,"Checkable" ,"setup", "View view,boolean on")); 

1.619.4. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.619.5. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.619.6. updateViews()


private void updateViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateViews", "")); 

1.619.7. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.619.8. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.619.9. logSpecialPermissionChange(boolean whitelist,String packageName,Context context)


static void logSpecialPermissionChange(boolean whitelist, String packageName, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "boolean whitelist,String packageName,Context context")); 

1.619.10. onDismiss(DialogInterface dialog)


public void onDismiss(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialog")); 

1.619.11. getSummary(Context context,AppEntry entry)


public static CharSequence getSummary(Context context, AppEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context,AppEntry entry")); 

1.619.12. getSummary(Context context,String pkg)


public static CharSequence getSummary(Context context, String pkg)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context,String pkg")); 

1.619.13. show(Fragment caller,int uid,String packageName,int requestCode)


public static void show(Fragment caller, int uid, String packageName, int requestCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment caller,int uid,String packageName,int requestCode")); 

1.620. HighUsageAdapter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/HighUsageAdapter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.620.1. onCreateViewHolder(ViewGroup parent,int viewType)


public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType)

methodList.add(new ZMethod(mZAndroidAPPClass,"ViewHolder" ,"onCreateViewHolder", "ViewGroup parent,int viewType")); 

1.620.2. onBindViewHolder(ViewHolder holder,int position)


public void onBindViewHolder(ViewHolder holder, int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "ViewHolder holder,int position")); 

1.620.3. getItemCount()


public int getItemCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemCount", "")); 

1.621. HighUsageDataParser.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/HighUsageDataParser.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.621.1. onParsingStarted(long startTime,long endTime)


public void onParsingStarted(long startTime, long endTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onParsingStarted", "long startTime,long endTime")); 

1.621.2. onDataPoint(long time,BatteryStats.HistoryItem record)


public void onDataPoint(long time, BatteryStats.HistoryItem record)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataPoint", "long time,BatteryStats.HistoryItem record")); 

1.621.3. onDataGap()


public void onDataGap()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataGap", "")); 

1.621.4. onParsingDone()


public void onParsingDone()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onParsingDone", "")); 

1.621.5. isDeviceHeavilyUsed()


public boolean isDeviceHeavilyUsed()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDeviceHeavilyUsed", "")); 

1.622. HighUsageDetector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/detectors/HighUsageDetector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.622.1. detect()


public BatteryTip detect()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryTip" ,"detect", "")); 

1.622.2. parseBatteryData()


void parseBatteryData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"parseBatteryData", "")); 

1.623. HighUsageTip.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/HighUsageTip.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.623.1. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.623.2. getTitle(Context context)


public CharSequence getTitle(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "Context context")); 

1.623.3. getSummary(Context context)


public CharSequence getSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context")); 

1.623.4. getIconId()


public int getIconId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIconId", "")); 

1.623.5. updateState(BatteryTip tip)


public void updateState(BatteryTip tip)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "BatteryTip tip")); 

1.623.6. log(Context context,MetricsFeatureProvider metricsFeatureProvider)


public void log(Context context, MetricsFeatureProvider metricsFeatureProvider)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"log", "Context context,MetricsFeatureProvider metricsFeatureProvider")); 

1.623.7. getLastFullChargeTimeMs()


public long getLastFullChargeTimeMs()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getLastFullChargeTimeMs", "")); 

1.623.8. getHighUsageAppList()


public List getHighUsageAppList()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getHighUsageAppList", "")); 

1.623.9. toString()


public String toString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"toString", "")); 

1.624. HotspotCondition.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/HotspotCondition.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.624.1. refreshState()


public void refreshState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshState", "")); 

1.624.2. getReceiver()


protected BroadcastReceiver getReceiver()

methodList.add(new ZMethod(mZAndroidAPPClass,"BroadcastReceiver" ,"getReceiver", "")); 

1.624.3. getIntentFilter()


protected IntentFilter getIntentFilter()

methodList.add(new ZMethod(mZAndroidAPPClass,"IntentFilter" ,"getIntentFilter", "")); 

1.624.4. getIcon()


public Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.624.5. getSsid()


private String getSsid()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSsid", "")); 

1.624.6. getTitle()


public CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.624.7. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.624.8. getActions()


public CharSequence[] getActions()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence[]" ,"getActions", "")); 

1.624.9. onPrimaryClick()


public void onPrimaryClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrimaryClick", "")); 

1.624.10. onActionClick(int index)


public void onActionClick(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActionClick", "int index")); 

1.624.11. getMetricsConstant()


public int getMetricsConstant()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsConstant", "")); 

1.625. HotspotOffReceiver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/HotspotOffReceiver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.625.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.625.2. register()


public void register()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"register", "")); 

1.625.3. unregister()


public void unregister()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregister", "")); 

1.626. HowItWorks.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/HowItWorks.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.626.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.626.2. onNavigateUp()


public boolean onNavigateUp()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onNavigateUp", "")); 

1.627. IccLockSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/IccLockSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.627.1. isIccLockEnabled()


static boolean isIccLockEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isIccLockEnabled", "")); 

1.627.2. getSummary(Context context)


static String getSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSummary", "Context context")); 

1.627.3. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.627.4. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.627.5. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.627.6. updatePreferences()


private void updatePreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferences", "")); 

1.627.7. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.627.8. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.627.9. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.627.10. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.627.11. onSaveInstanceState(Bundle out)


public void onSaveInstanceState(Bundle out)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle out")); 

1.627.12. showPinDialog()


private void showPinDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showPinDialog", "")); 

1.627.13. setDialogValues()


private void setDialogValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDialogValues", "")); 

1.627.14. onPinEntered(EditPinPreference preference,boolean positiveResult)


public void onPinEntered(EditPinPreference preference, boolean positiveResult)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPinEntered", "EditPinPreference preference,boolean positiveResult")); 

1.627.15. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.627.16. tryChangeIccLockState()


private void tryChangeIccLockState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"tryChangeIccLockState", "")); 

1.627.17. iccLockChanged(boolean success,int attemptsRemaining)


private void iccLockChanged(boolean success, int attemptsRemaining)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"iccLockChanged", "boolean success,int attemptsRemaining")); 

1.627.18. iccPinChanged(boolean success,int attemptsRemaining)


private void iccPinChanged(boolean success, int attemptsRemaining)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"iccPinChanged", "boolean success,int attemptsRemaining")); 

1.627.19. tryChangePin()


private void tryChangePin()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"tryChangePin", "")); 

1.627.20. getPinPasswordErrorMessage(int attemptsRemaining)


private String getPinPasswordErrorMessage(int attemptsRemaining)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPinPasswordErrorMessage", "int attemptsRemaining")); 

1.627.21. reasonablePin(String pin)


private boolean reasonablePin(String pin)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"reasonablePin", "String pin")); 

1.627.22. resetDialogState()


private void resetDialogState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resetDialogState", "")); 

1.627.23. buildTabSpec(String tag,String title)


private TabSpec buildTabSpec(String tag, String title)

methodList.add(new ZMethod(mZAndroidAPPClass,"TabSpec" ,"buildTabSpec", "String tag,String title")); 

1.628. ImeAwareEditText.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ImeAwareEditText.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.628.1. onCreateInputConnection(EditorInfo editorInfo)


public InputConnection onCreateInputConnection(EditorInfo editorInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"InputConnection" ,"onCreateInputConnection", "EditorInfo editorInfo")); 

1.628.2. showSoftInputIfNecessary()


private void showSoftInputIfNecessary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showSoftInputIfNecessary", "")); 

1.628.3. scheduleShowSoftInput()


public void scheduleShowSoftInput()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"scheduleShowSoftInput", "")); 

1.629. ImeiInfoDialogController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/imei/ImeiInfoDialogController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.629.1. getTextAsDigits(CharSequence text)


private static CharSequence getTextAsDigits(CharSequence text)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTextAsDigits", "CharSequence text")); 

1.629.2. populateImeiInfo()


public void populateImeiInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"populateImeiInfo", "")); 

1.629.3. updateDialogForCdmaPhone()


private void updateDialogForCdmaPhone()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDialogForCdmaPhone", "")); 

1.629.4. updateDialogForGsmPhone()


private void updateDialogForGsmPhone()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDialogForGsmPhone", "")); 

1.629.5. getSubscriptionInfo(Context context,int slotId)


private SubscriptionInfo getSubscriptionInfo(Context context, int slotId)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubscriptionInfo" ,"getSubscriptionInfo", "Context context,int slotId")); 

1.629.6. getCdmaPrlVersion()


String getCdmaPrlVersion()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getCdmaPrlVersion", "")); 

1.629.7. isCdmaLteEnabled()


boolean isCdmaLteEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isCdmaLteEnabled", "")); 

1.629.8. getMeid()


String getMeid()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getMeid", "")); 

1.630. ImeiInfoDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/imei/ImeiInfoDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.630.1. show(@NonNull Fragment host,int slotId,String dialogTitle)


public static void show(@NonNull Fragment host, int slotId, String dialogTitle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "@NonNull Fragment host,int slotId,String dialogTitle")); 

1.630.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.630.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.630.4. removeViewFromScreen(int viewId)


public void removeViewFromScreen(int viewId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeViewFromScreen", "int viewId")); 

1.630.5. setText(int viewId,CharSequence text)


public void setText(int viewId, CharSequence text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setText", "int viewId,CharSequence text")); 

1.631. ImeiInfoPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/imei/ImeiInfoPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.631.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.631.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.631.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.631.4. updatePreference(Preference preference,int simSlot)


private void updatePreference(Preference preference, int simSlot)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreference", "Preference preference,int simSlot")); 

1.631.5. getTitleForGsmPhone(int simSlot)


private CharSequence getTitleForGsmPhone(int simSlot)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitleForGsmPhone", "int simSlot")); 

1.631.6. getTitleForCdmaPhone(int simSlot)


private CharSequence getTitleForCdmaPhone(int simSlot)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitleForCdmaPhone", "int simSlot")); 

1.631.7. getMeid(int simSlot)


String getMeid(int simSlot)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getMeid", "int simSlot")); 

1.631.8. createNewPreference(Context context)


Preference createNewPreference(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"createNewPreference", "Context context")); 

1.632. ImePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/ImePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.632.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.632.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.632.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.633. ImportancePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ImportancePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.633.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.633.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.633.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.633.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.633.5. getImportanceSummary(NotificationChannel channel)


protected String getImportanceSummary(NotificationChannel channel)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getImportanceSummary", "NotificationChannel channel")); 

1.634. ImsStatusPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/ImsStatusPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.635. InactiveApps.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/InactiveApps.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.635.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.635.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.635.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.635.4. init()


private void init()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "")); 

1.635.5. bucketToName(int bucket)


static String bucketToName(int bucket)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"bucketToName", "int bucket")); 

1.635.6. updateSummary(ListPreference p)


private void updateSummary(ListPreference p)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "ListPreference p")); 

1.635.7. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.636. Indexable.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/Indexable.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.637. IndexData.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/indexing/IndexData.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.637.1. getDocId()


public int getDocId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDocId", "")); 

1.637.2. toString()


public String toString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"toString", "")); 

1.637.3. normalizeKeywords(String input)


public static String normalizeKeywords(String input)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"normalizeKeywords", "String input")); 

1.637.4. normalizeHyphen(String input)


public static String normalizeHyphen(String input)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"normalizeHyphen", "String input")); 

1.637.5. normalizeString(String input)


public static String normalizeString(String input)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"normalizeString", "String input")); 

1.637.6. normalizeJapaneseString(String input)


public static String normalizeJapaneseString(String input)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"normalizeJapaneseString", "String input")); 

1.638. IndexDatabaseHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/IndexDatabaseHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.638.1. getInstance(Context context)


public static synchronized IndexDatabaseHelper getInstance(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"IndexDatabaseHelper" ,"getInstance", "Context context")); 

1.638.2. onCreate(SQLiteDatabase db)


public void onCreate(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "SQLiteDatabase db")); 

1.638.3. bootstrapDB(SQLiteDatabase db)


private void bootstrapDB(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bootstrapDB", "SQLiteDatabase db")); 

1.638.4. onOpen(SQLiteDatabase db)


public void onOpen(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onOpen", "SQLiteDatabase db")); 

1.638.5. onUpgrade(SQLiteDatabase db,int oldVersion,int newVersion)


public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onUpgrade", "SQLiteDatabase db,int oldVersion,int newVersion")); 

1.638.6. onDowngrade(SQLiteDatabase db,int oldVersion,int newVersion)


public void onDowngrade(SQLiteDatabase db, int oldVersion, int newVersion)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDowngrade", "SQLiteDatabase db,int oldVersion,int newVersion")); 

1.638.7. reconstruct(SQLiteDatabase db)


public void reconstruct(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reconstruct", "SQLiteDatabase db")); 

1.638.8. getBuildVersion(SQLiteDatabase db)


private String getBuildVersion(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getBuildVersion", "SQLiteDatabase db")); 

1.638.9. buildProviderVersionedNames(List providers)


static String buildProviderVersionedNames(List providers)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"buildProviderVersionedNames", "List providers")); 

1.638.10. setLocaleIndexed(Context context,String locale)


static void setLocaleIndexed(Context context, String locale)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLocaleIndexed", "Context context,String locale")); 

1.638.11. setProvidersIndexed(Context context,String providerVersionedNames)


static void setProvidersIndexed(Context context, String providerVersionedNames)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProvidersIndexed", "Context context,String providerVersionedNames")); 

1.638.12. isLocaleAlreadyIndexed(Context context,String locale)


static boolean isLocaleAlreadyIndexed(Context context, String locale)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isLocaleAlreadyIndexed", "Context context,String locale")); 

1.638.13. areProvidersIndexed(Context context,String providerVersionedNames)


static boolean areProvidersIndexed(Context context, String providerVersionedNames)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"areProvidersIndexed", "Context context,String providerVersionedNames")); 

1.638.14. isBuildIndexed(Context context,String buildNo)


static boolean isBuildIndexed(Context context, String buildNo)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBuildIndexed", "Context context,String buildNo")); 

1.638.15. setBuildIndexed(Context context,String buildNo)


static void setBuildIndexed(Context context, String buildNo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBuildIndexed", "Context context,String buildNo")); 

1.638.16. dropTables(SQLiteDatabase db)


private void dropTables(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dropTables", "SQLiteDatabase db")); 

1.639. IndexDataConverter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/indexing/IndexDataConverter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.639.1. convertPreIndexDataToIndexData(PreIndexData preIndexData)


public List convertPreIndexDataToIndexData(PreIndexData preIndexData)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"convertPreIndexDataToIndexData", "PreIndexData preIndexData")); 

1.639.2. convertRaw(SearchIndexableRaw raw,Set nonIndexableKeys)


private IndexData.Builder convertRaw(SearchIndexableRaw raw, Set nonIndexableKeys)

methodList.add(new ZMethod(mZAndroidAPPClass,"IndexData.Builder" ,"convertRaw", "SearchIndexableRaw raw,Set nonIndexableKeys")); 

1.639.3. convertResource(SearchIndexableResource sir,Set nonIndexableKeys)


private List convertResource(SearchIndexableResource sir, Set nonIndexableKeys)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"convertResource", "SearchIndexableResource sir,Set nonIndexableKeys")); 

1.639.4. getNonIndexableKeysForResource(Map> nonIndexableKeys,String packageName)


private Set getNonIndexableKeysForResource(Map> nonIndexableKeys, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"Set" ,"getNonIndexableKeysForResource", "Map> nonIndexableKeys,String packageName")); 

1.640. InjectedSetting.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/InjectedSetting.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.640.1. toString()


public String toString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"toString", "")); 

1.640.2. getServiceIntent()


public Intent getServiceIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getServiceIntent", "")); 

1.640.3. equals(Object o)


public boolean equals(Object o)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"equals", "Object o")); 

1.640.4. hashCode()


public int hashCode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"hashCode", "")); 

1.641. InlineListPayload.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/InlineListPayload.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.641.1. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.641.2. standardizeInput(int input)


protected int standardizeInput(int input) throws IllegalArgumentException

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"standardizeInput", "int input")); 

1.641.3. getType()


public int getType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getType", "")); 

1.642. InlinePayload.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/InlinePayload.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.642.1. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.642.2. getType()


public abstract int getType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getType", "")); 

1.642.3. getAvailability()


public int getAvailability()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailability", "")); 

1.642.4. standardizeInput(int input)


protected abstract int standardizeInput(int input) throws IllegalArgumentException

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"standardizeInput", "int input")); 

1.642.5. getValue(Context context)


public int getValue(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getValue", "Context context")); 

1.642.6. setValue(Context context,int newValue)


public boolean setValue(Context context, int newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setValue", "Context context,int newValue")); 

1.642.7. getKey()


public String getKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKey", "")); 

1.643. InlineSwitchPayload.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/InlineSwitchPayload.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.643.1. getType()


public int getType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getType", "")); 

1.643.2. standardizeInput(int value)


protected int standardizeInput(int value)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"standardizeInput", "int value")); 

1.643.3. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.643.4. isStandard()


public boolean isStandard()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isStandard", "")); 

1.644. InputMethodAndSubtypeEnabler.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/InputMethodAndSubtypeEnabler.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.644.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.644.2. onCreate(final Bundle icicle)


public void onCreate(final Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "final Bundle icicle")); 

1.644.3. getStringExtraFromIntentOrArguments(final String name)


private String getStringExtraFromIntentOrArguments(final String name)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getStringExtraFromIntentOrArguments", "final String name")); 

1.644.4. onActivityCreated(final Bundle icicle)


public void onActivityCreated(final Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "final Bundle icicle")); 

1.644.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.644.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.645. InputMethodAndSubtypeEnablerActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/InputMethodAndSubtypeEnablerActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.645.1. onCreate(final Bundle savedState)


protected void onCreate(final Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "final Bundle savedState")); 

1.645.2. onNavigateUp()


public boolean onNavigateUp()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onNavigateUp", "")); 

1.645.3. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.645.4. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.646. InstallCredentialsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/InstallCredentialsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.646.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.647. InstalledAppCounter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/InstalledAppCounter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.647.1. includeInCount(ApplicationInfo info)


protected boolean includeInCount(ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"includeInCount", "ApplicationInfo info")); 

1.647.2. includeInCount(int installReason,PackageManagerWrapper pm,ApplicationInfo info)


public static boolean includeInCount(int installReason, PackageManagerWrapper pm, ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"includeInCount", "int installReason,PackageManagerWrapper pm,ApplicationInfo info")); 

1.648. InstalledAppDetailsTop.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/InstalledAppDetailsTop.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.648.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.648.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.649. InstalledAppLister.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/InstalledAppLister.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.649.1. includeInCount(ApplicationInfo info)


protected boolean includeInCount(ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"includeInCount", "ApplicationInfo info")); 

1.650. InstalledAppOpenByDefaultPage.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/InstalledAppOpenByDefaultPage.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.650.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.650.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.651. InstantAppButtonsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/InstantAppButtonsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.651.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.651.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.651.3. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.651.4. onOptionsItemSelected(MenuItem menuItem)


public boolean onOptionsItemSelected(MenuItem menuItem)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem menuItem")); 

1.651.5. onPrepareOptionsMenu(Menu menu)


public void onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareOptionsMenu", "Menu menu")); 

1.651.6. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.651.7. createDialog(int id)


AlertDialog createDialog(int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id")); 

1.651.8. initButtons(View view)


private void initButtons(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initButtons", "View view")); 

1.651.9. getDefaultLaunchUri()


private String getDefaultLaunchUri()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultLaunchUri", "")); 

1.652. InstantAppDomainsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/InstantAppDomainsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.652.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.652.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.653. InstrumentedActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/InstrumentedActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.653.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.654. InstrumentedDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/instrumentation/InstrumentedDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.654.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.655. InstrumentedFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/InstrumentedFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.655.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.655.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.655.3. getVisibilityLogger()


protected final VisibilityLoggerMixin getVisibilityLogger()

methodList.add(new ZMethod(mZAndroidAPPClass,"VisibilityLoggerMixin" ,"getVisibilityLogger", "")); 

1.656. InstrumentedPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/InstrumentedPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.656.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.656.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.656.3. onCreatePreferences(Bundle savedInstanceState,String rootKey)


public void onCreatePreferences(Bundle savedInstanceState, String rootKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreatePreferences", "Bundle savedInstanceState,String rootKey")); 

1.656.4. addPreferencesFromResource(@XmlRes int preferencesResId)


public void addPreferencesFromResource(@XmlRes int preferencesResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPreferencesFromResource", "@XmlRes int preferencesResId")); 

1.656.5. getPrefContext()


protected final Context getPrefContext()

methodList.add(new ZMethod(mZAndroidAPPClass,"Context" ,"getPrefContext", "")); 

1.656.6. getVisibilityLogger()


protected final VisibilityLoggerMixin getVisibilityLogger()

methodList.add(new ZMethod(mZAndroidAPPClass,"VisibilityLoggerMixin" ,"getVisibilityLogger", "")); 

1.656.7. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.656.8. updateActivityTitleWithScreenTitle(PreferenceScreen screen)


private void updateActivityTitleWithScreenTitle(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateActivityTitleWithScreenTitle", "PreferenceScreen screen")); 

1.657. InvertedChartAxis.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/InvertedChartAxis.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.657.1. setBounds(long min,long max)


public boolean setBounds(long min, long max)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setBounds", "long min,long max")); 

1.657.2. setSize(float size)


public boolean setSize(float size)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setSize", "float size")); 

1.657.3. convertToPoint(long value)


public float convertToPoint(long value)

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"convertToPoint", "long value")); 

1.657.4. convertToValue(float point)


public long convertToValue(float point)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"convertToValue", "float point")); 

1.657.5. buildLabel(Resources res,SpannableStringBuilder builder,long value)


public long buildLabel(Resources res, SpannableStringBuilder builder, long value)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"buildLabel", "Resources res,SpannableStringBuilder builder,long value")); 

1.657.6. getTickPoints()


public float[] getTickPoints()

methodList.add(new ZMethod(mZAndroidAPPClass,"float[]" ,"getTickPoints", "")); 

1.657.7. shouldAdjustAxis(long value)


public int shouldAdjustAxis(long value)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"shouldAdjustAxis", "long value")); 

1.658. IpAddressPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/IpAddressPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.658.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.659. KeepActivitiesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/KeepActivitiesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.659.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.659.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.659.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.659.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.659.5. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.659.6. writeImmediatelyDestroyActivitiesOptions(boolean isEnabled)


private void writeImmediatelyDestroyActivitiesOptions(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeImmediatelyDestroyActivitiesOptions", "boolean isEnabled")); 

1.659.7. getActivityManager()


IActivityManager getActivityManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"IActivityManager" ,"getActivityManager", "")); 

1.660. KernelVersionDialogController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/KernelVersionDialogController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.660.1. initialize()


public void initialize()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initialize", "")); 

1.661. KernelVersionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/KernelVersionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.661.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.661.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.661.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.662. KeyboardLayoutDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/KeyboardLayoutDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.662.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.662.2. onAttach(Activity activity)


public void onAttach(Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Activity activity")); 

1.662.3. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.662.4. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.662.5. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.662.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.662.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.662.8. onCancel(DialogInterface dialog)


public void onCancel(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCancel", "DialogInterface dialog")); 

1.662.9. onSetupLayoutsButtonClicked()


private void onSetupLayoutsButtonClicked()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSetupLayoutsButtonClicked", "")); 

1.662.10. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.662.11. onKeyboardLayoutClicked(int which)


private void onKeyboardLayoutClicked(int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onKeyboardLayoutClicked", "int which")); 

1.662.12. onCreateLoader(int id,Bundle args)


public Loader onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader" ,"onCreateLoader", "int id,Bundle args")); 

1.662.13. onLoadFinished(Loader loader,Keyboards data)


public void onLoadFinished(Loader loader, Keyboards data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader loader,Keyboards data")); 

1.662.14. onLoaderReset(Loader loader)


public void onLoaderReset(Loader loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader loader")); 

1.662.15. onInputDeviceAdded(int deviceId)


public void onInputDeviceAdded(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceAdded", "int deviceId")); 

1.662.16. onInputDeviceChanged(int deviceId)


public void onInputDeviceChanged(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceChanged", "int deviceId")); 

1.662.17. onInputDeviceRemoved(int deviceId)


public void onInputDeviceRemoved(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceRemoved", "int deviceId")); 

1.662.18. updateSwitchHintVisibility()


private void updateSwitchHintVisibility()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSwitchHintVisibility", "")); 

1.663. KeyboardLayoutPickerFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/KeyboardLayoutPickerFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.663.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.663.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.663.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.663.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.663.5. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.663.6. onInputDeviceAdded(int deviceId)


public void onInputDeviceAdded(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceAdded", "int deviceId")); 

1.663.7. onInputDeviceChanged(int deviceId)


public void onInputDeviceChanged(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceChanged", "int deviceId")); 

1.663.8. onInputDeviceRemoved(int deviceId)


public void onInputDeviceRemoved(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceRemoved", "int deviceId")); 

1.663.9. createPreferenceHierarchy()


private PreferenceScreen createPreferenceHierarchy()

methodList.add(new ZMethod(mZAndroidAPPClass,"PreferenceScreen" ,"createPreferenceHierarchy", "")); 

1.663.10. updateCheckedState()


private void updateCheckedState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCheckedState", "")); 

1.664. LabeledSeekBar.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/LabeledSeekBar.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.664.1. setProgress(int progress)


public synchronized void setProgress(int progress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProgress", "int progress")); 

1.664.2. setLabels(String[] labels)


public void setLabels(String[] labels)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLabels", "String[] labels")); 

1.664.3. setOnSeekBarChangeListener(OnSeekBarChangeListener l)


public void setOnSeekBarChangeListener(OnSeekBarChangeListener l)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnSeekBarChangeListener", "OnSeekBarChangeListener l")); 

1.664.4. dispatchHoverEvent(MotionEvent event)


protected boolean dispatchHoverEvent(MotionEvent event)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"dispatchHoverEvent", "MotionEvent event")); 

1.664.5. sendClickEventForAccessibility(int progress)


private void sendClickEventForAccessibility(int progress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"sendClickEventForAccessibility", "int progress")); 

1.665. LanguageAndInputSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/language/LanguageAndInputSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.665.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.665.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.665.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.665.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.665.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.665.6. buildPreferenceControllers(@NonNull Context context,@Nullable Lifecycle lifecycle)


private static List buildPreferenceControllers(@NonNull Context context, @Nullable Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "@NonNull Context context,@Nullable Lifecycle lifecycle")); 

1.666. LayoutPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/LayoutPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.666.1. init(Context context,AttributeSet attrs,int defStyleAttr)


private void init(Context context, AttributeSet attrs, int defStyleAttr)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "Context context,AttributeSet attrs,int defStyleAttr")); 

1.666.2. setView(View view)


private void setView(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setView", "View view")); 

1.666.3. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.666.4. findViewById(int id)


public T findViewById(int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"T" ,"findViewById", "int id")); 

1.667. LegacyVpnPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/LegacyVpnPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.667.1. getProfile()


public VpnProfile getProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"VpnProfile" ,"getProfile", "")); 

1.667.2. setProfile(VpnProfile profile)


public void setProfile(VpnProfile profile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProfile", "VpnProfile profile")); 

1.667.3. compareTo(Preference preference)


public int compareTo(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"compareTo", "Preference preference")); 

1.667.4. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.668. LegalSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/LegalSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.668.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.668.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.668.3. checkWallpaperAttributionAvailability(Context context)


void checkWallpaperAttributionAvailability(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkWallpaperAttributionAvailability", "Context context")); 

1.669. LiftToWakePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/LiftToWakePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.669.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.669.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.669.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.669.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.670. LightsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/LightsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.670.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.670.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.670.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.670.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.670.5. canPulseLight()


boolean canPulseLight()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canPulseLight", "")); 

1.671. LinkablePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/LinkablePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.671.1. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.671.2. setText(CharSequence contentTitle,@Nullable CharSequence contentDescription,LinkifyUtils.OnClickListener clickListener)


public void setText(CharSequence contentTitle, @Nullable CharSequence contentDescription, LinkifyUtils.OnClickListener clickListener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setText", "CharSequence contentTitle,@Nullable CharSequence contentDescription,LinkifyUtils.OnClickListener clickListener")); 

1.671.3. setTitle(int titleResId)


public void setTitle(int titleResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTitle", "int titleResId")); 

1.671.4. setTitle(CharSequence title)


public void setTitle(CharSequence title)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTitle", "CharSequence title")); 

1.672. LinkifyUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/LinkifyUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.672.1. linkify(TextView textView,StringBuilder text,final OnClickListener listener)


public static boolean linkify(TextView textView, StringBuilder text, final OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"linkify", "TextView textView,StringBuilder text,final OnClickListener listener")); 

1.673. ListDialogPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ListDialogPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.673.1. setOnValueChangedListener(OnValueChangedListener listener)


public void setOnValueChangedListener(OnValueChangedListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnValueChangedListener", "OnValueChangedListener listener")); 

1.673.2. setListItemLayoutResource(int layoutResId)


public void setListItemLayoutResource(int layoutResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListItemLayoutResource", "int layoutResId")); 

1.673.3. setValues(int[] values)


public void setValues(int[] values)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setValues", "int[] values")); 

1.673.4. setTitles(CharSequence[] titles)


public void setTitles(CharSequence[] titles)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTitles", "CharSequence[] titles")); 

1.673.5. onBindListItem(View view,int index)


protected abstract void onBindListItem(View view, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindListItem", "View view,int index")); 

1.673.6. getTitleAt(int index)


protected CharSequence getTitleAt(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitleAt", "int index")); 

1.673.7. getValueAt(int index)


protected int getValueAt(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getValueAt", "int index")); 

1.673.8. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.673.9. onPrepareDialogBuilder(AlertDialog.Builder builder,DialogInterface.OnClickListener listener)


protected void onPrepareDialogBuilder(AlertDialog.Builder builder, DialogInterface.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareDialogBuilder", "AlertDialog.Builder builder,DialogInterface.OnClickListener listener")); 

1.673.10. getIndexForValue(int value)


protected int getIndexForValue(int value)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIndexForValue", "int value")); 

1.673.11. setValue(int value)


public void setValue(int value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setValue", "int value")); 

1.673.12. getValue()


public int getValue()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getValue", "")); 

1.673.13. onGetDefaultValue(TypedArray a,int index)


protected Object onGetDefaultValue(TypedArray a, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"onGetDefaultValue", "TypedArray a,int index")); 

1.673.14. onSetInitialValue(boolean restoreValue,Object defaultValue)


protected void onSetInitialValue(boolean restoreValue, Object defaultValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSetInitialValue", "boolean restoreValue,Object defaultValue")); 

1.673.15. onSaveInstanceState()


protected Parcelable onSaveInstanceState()

methodList.add(new ZMethod(mZAndroidAPPClass,"Parcelable" ,"onSaveInstanceState", "")); 

1.673.16. onRestoreInstanceState(Parcelable state)


protected void onRestoreInstanceState(Parcelable state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Parcelable state")); 

1.674. LoadingViewController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/LoadingViewController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.674.1. showContent(boolean animate)


public void showContent(boolean animate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showContent", "boolean animate")); 

1.674.2. showLoadingViewDelayed()


public void showLoadingViewDelayed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showLoadingViewDelayed", "")); 

1.674.3. handleLoadingContainer(boolean done,boolean animate)


public void handleLoadingContainer(boolean done, boolean animate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleLoadingContainer", "boolean done,boolean animate")); 

1.674.4. handleLoadingContainer(View loading,View content,boolean done,boolean animate)


public static void handleLoadingContainer(View loading, View content, boolean done, boolean animate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleLoadingContainer", "View loading,View content,boolean done,boolean animate")); 

1.674.5. setViewShown(final View view,boolean shown,boolean animate)


private static void setViewShown(final View view, boolean shown, boolean animate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setViewShown", "final View view,boolean shown,boolean animate")); 

1.675. LocalBackupPasswordPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/LocalBackupPasswordPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.675.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.675.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.675.3. updatePasswordSummary(Preference preference)


private void updatePasswordSummary(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePasswordSummary", "Preference preference")); 

1.675.4. isAdminUser()


boolean isAdminUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAdminUser", "")); 

1.676. LocalBluetoothPreferences.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/LocalBluetoothPreferences.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.676.1. getSharedPreferences(Context context)


private static SharedPreferences getSharedPreferences(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SharedPreferences" ,"getSharedPreferences", "Context context")); 

1.676.2. getDiscoverableEndTimestamp(Context context)


static long getDiscoverableEndTimestamp(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getDiscoverableEndTimestamp", "Context context")); 

1.676.3. shouldShowDialogInForeground(Context context,String deviceAddress,String deviceName)


static boolean shouldShowDialogInForeground(Context context, String deviceAddress, String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShowDialogInForeground", "Context context,String deviceAddress,String deviceName")); 

1.676.4. persistSelectedDeviceInPicker(Context context,String deviceAddress)


static void persistSelectedDeviceInPicker(Context context, String deviceAddress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"persistSelectedDeviceInPicker", "Context context,String deviceAddress")); 

1.676.5. persistDiscoverableEndTimestamp(Context context,long endTimestamp)


static void persistDiscoverableEndTimestamp(Context context, long endTimestamp)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"persistDiscoverableEndTimestamp", "Context context,long endTimestamp")); 

1.677. LocalClassLoaderContextThemeWrapper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/utils/LocalClassLoaderContextThemeWrapper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.677.1. getClassLoader()


public ClassLoader getClassLoader()

methodList.add(new ZMethod(mZAndroidAPPClass,"ClassLoader" ,"getClassLoader", "")); 

1.678. LocalDeviceNameDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/LocalDeviceNameDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.678.1. newInstance()


public static LocalDeviceNameDialogFragment newInstance()

methodList.add(new ZMethod(mZAndroidAPPClass,"LocalDeviceNameDialogFragment" ,"newInstance", "")); 

1.678.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.678.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.678.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.678.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.678.6. getDialogTitle()


protected int getDialogTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogTitle", "")); 

1.678.7. getDeviceName()


protected String getDeviceName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDeviceName", "")); 

1.678.8. setDeviceName(String deviceName)


protected void setDeviceName(String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDeviceName", "String deviceName")); 

1.679. LocaleDragAndDropAdapter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/localepicker/LocaleDragAndDropAdapter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.679.1. setRecyclerView(RecyclerView rv)


public void setRecyclerView(RecyclerView rv)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRecyclerView", "RecyclerView rv")); 

1.679.2. onCreateViewHolder(ViewGroup viewGroup,int i)


public CustomViewHolder onCreateViewHolder(ViewGroup viewGroup, int i)

methodList.add(new ZMethod(mZAndroidAPPClass,"CustomViewHolder" ,"onCreateViewHolder", "ViewGroup viewGroup,int i")); 

1.679.3. onBindViewHolder(final CustomViewHolder holder,int i)


public void onBindViewHolder(final CustomViewHolder holder, int i)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "final CustomViewHolder holder,int i")); 

1.679.4. getItemCount()


public int getItemCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemCount", "")); 

1.679.5. onItemMove(int fromPosition,int toPosition)


void onItemMove(int fromPosition, int toPosition)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onItemMove", "int fromPosition,int toPosition")); 

1.679.6. setRemoveMode(boolean removeMode)


void setRemoveMode(boolean removeMode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRemoveMode", "boolean removeMode")); 

1.679.7. isRemoveMode()


boolean isRemoveMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isRemoveMode", "")); 

1.679.8. removeItem(int position)


void removeItem(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeItem", "int position")); 

1.679.9. removeChecked()


void removeChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeChecked", "")); 

1.679.10. getCheckedCount()


int getCheckedCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCheckedCount", "")); 

1.679.11. addLocale(LocaleStore.LocaleInfo li)


void addLocale(LocaleStore.LocaleInfo li)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addLocale", "LocaleStore.LocaleInfo li")); 

1.679.12. doTheUpdate()


public void doTheUpdate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"doTheUpdate", "")); 

1.679.13. updateLocalesWhenAnimationStops(final LocaleList localeList)


public void updateLocalesWhenAnimationStops(final LocaleList localeList)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLocalesWhenAnimationStops", "final LocaleList localeList")); 

1.679.14. setDragEnabled(boolean enabled)


private void setDragEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDragEnabled", "boolean enabled")); 

1.679.15. saveState(Bundle outInstanceState)


public void saveState(Bundle outInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveState", "Bundle outInstanceState")); 

1.679.16. restoreState(Bundle savedInstanceState)


public void restoreState(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restoreState", "Bundle savedInstanceState")); 

1.680. LocaleDragCell.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/localepicker/LocaleDragCell.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.680.1. onFinishInflate()


protected void onFinishInflate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onFinishInflate", "")); 

1.680.2. setShowHandle(boolean showHandle)


public void setShowHandle(boolean showHandle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setShowHandle", "boolean showHandle")); 

1.680.3. setShowCheckbox(boolean showCheckbox)


public void setShowCheckbox(boolean showCheckbox)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setShowCheckbox", "boolean showCheckbox")); 

1.680.4. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.680.5. setShowMiniLabel(boolean showMiniLabel)


public void setShowMiniLabel(boolean showMiniLabel)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setShowMiniLabel", "boolean showMiniLabel")); 

1.680.6. setMiniLabel(String miniLabelText)


public void setMiniLabel(String miniLabelText)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMiniLabel", "String miniLabelText")); 

1.680.7. setLabelAndDescription(String labelText,String description)


public void setLabelAndDescription(String labelText, String description)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLabelAndDescription", "String labelText,String description")); 

1.680.8. setLocalized(boolean localized)


public void setLocalized(boolean localized)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLocalized", "boolean localized")); 

1.680.9. getDragHandle()


public ImageView getDragHandle()

methodList.add(new ZMethod(mZAndroidAPPClass,"ImageView" ,"getDragHandle", "")); 

1.680.10. getCheckbox()


public CheckBox getCheckbox()

methodList.add(new ZMethod(mZAndroidAPPClass,"CheckBox" ,"getCheckbox", "")); 

1.681. LocaleFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/localepicker/LocaleFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.682. LocaleFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/localepicker/LocaleFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.682.1. getLocaleNames()


public String getLocaleNames()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLocaleNames", "")); 

1.683. LocaleLinearLayoutManager.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/localepicker/LocaleLinearLayoutManager.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.683.1. onInitializeAccessibilityNodeInfoForItem(RecyclerView.Recycler recycler,RecyclerView.State state,View host,AccessibilityNodeInfoCompat info)


public void onInitializeAccessibilityNodeInfoForItem(RecyclerView.Recycler recycler, RecyclerView.State state, View host, AccessibilityNodeInfoCompat info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInitializeAccessibilityNodeInfoForItem", "RecyclerView.Recycler recycler,RecyclerView.State state,View host,AccessibilityNodeInfoCompat info")); 

1.683.2. performAccessibilityActionForItem(RecyclerView.Recycler recycler,RecyclerView.State state,View host,int action,Bundle args)


public boolean performAccessibilityActionForItem(RecyclerView.Recycler recycler, RecyclerView.State state, View host, int action, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"performAccessibilityActionForItem", "RecyclerView.Recycler recycler,RecyclerView.State state,View host,int action,Bundle args")); 

1.684. LocaleListEditor.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/localepicker/LocaleListEditor.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.684.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.684.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.684.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstState")); 

1.684.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.684.5. onViewStateRestored(Bundle savedInstanceState)


public void onViewStateRestored(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewStateRestored", "Bundle savedInstanceState")); 

1.684.6. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.684.7. onOptionsItemSelected(MenuItem menuItem)


public boolean onOptionsItemSelected(MenuItem menuItem)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem menuItem")); 

1.684.8. setRemoveMode(boolean mRemoveMode)


private void setRemoveMode(boolean mRemoveMode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRemoveMode", "boolean mRemoveMode")); 

1.684.9. showRemoveLocaleWarningDialog()


private void showRemoveLocaleWarningDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showRemoveLocaleWarningDialog", "")); 

1.684.10. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.684.11. getUserLocaleList()


private List getUserLocaleList()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getUserLocaleList", "")); 

1.684.12. configureDragAndDrop(View view)


private void configureDragAndDrop(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"configureDragAndDrop", "View view")); 

1.684.13. onLocaleSelected(LocaleStore.LocaleInfo locale)


public void onLocaleSelected(LocaleStore.LocaleInfo locale)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLocaleSelected", "LocaleStore.LocaleInfo locale")); 

1.684.14. updateVisibilityOfRemoveMenu()


private void updateVisibilityOfRemoveMenu()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateVisibilityOfRemoveMenu", "")); 

1.685. LocalePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/LocalePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.685.1. init(Context context)


public void init(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "Context context")); 

1.686. LocaleRecyclerView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/localepicker/LocaleRecyclerView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.686.1. onTouchEvent(MotionEvent e)


public boolean onTouchEvent(MotionEvent e)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onTouchEvent", "MotionEvent e")); 

1.687. LocalTerminalPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/LocalTerminalPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.687.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.687.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.687.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.687.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.687.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.687.6. onDeveloperOptionsSwitchEnabled()


protected void onDeveloperOptionsSwitchEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchEnabled", "")); 

1.687.7. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.687.8. getPackageManagerWrapper()


PackageManagerWrapper getPackageManagerWrapper()

methodList.add(new ZMethod(mZAndroidAPPClass,"PackageManagerWrapper" ,"getPackageManagerWrapper", "")); 

1.687.9. isPackageInstalled(String packageName)


private boolean isPackageInstalled(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPackageInstalled", "String packageName")); 

1.687.10. isEnabled()


private boolean isEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEnabled", "")); 

1.688. LocationBasePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/LocationBasePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.688.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.689. LocationCheckAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/action/LocationCheckAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.689.1. handlePositiveAction(Anomaly anomaly,int contextMetricsKey)


public void handlePositiveAction(Anomaly anomaly, int contextMetricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "Anomaly anomaly,int contextMetricsKey")); 

1.689.2. isActionActive(Anomaly anomaly)


public boolean isActionActive(Anomaly anomaly)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isActionActive", "Anomaly anomaly")); 

1.689.3. getActionType()


public int getActionType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getActionType", "")); 

1.689.4. isPermissionGranted(Anomaly anomaly,String permission)


private boolean isPermissionGranted(Anomaly anomaly, String permission)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPermissionGranted", "Anomaly anomaly,String permission")); 

1.690. LocationEnabler.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/LocationEnabler.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.690.1. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.690.2. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.690.3. refreshLocationMode()


void refreshLocationMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshLocationMode", "")); 

1.690.4. setLocationEnabled(boolean enabled)


void setLocationEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLocationEnabled", "boolean enabled")); 

1.690.5. setLocationMode(int mode)


void setLocationMode(int mode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLocationMode", "int mode")); 

1.690.6. isEnabled(int mode)


boolean isEnabled(int mode)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEnabled", "int mode")); 

1.690.7. isManagedProfileRestrictedByBase()


boolean isManagedProfileRestrictedByBase()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isManagedProfileRestrictedByBase", "")); 

1.690.8. getShareLocationEnforcedAdmin(int userId)


RestrictedLockUtils.EnforcedAdmin getShareLocationEnforcedAdmin(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"RestrictedLockUtils.EnforcedAdmin" ,"getShareLocationEnforcedAdmin", "int userId")); 

1.690.9. hasShareLocationRestriction(int userId)


boolean hasShareLocationRestriction(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasShareLocationRestriction", "int userId")); 

1.690.10. isRestricted()


private boolean isRestricted()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isRestricted", "")); 

1.691. LocationFooterPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/LocationFooterPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.691.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.691.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.691.3. onLocationModeChanged(int mode,boolean restricted)


public void onLocationModeChanged(int mode, boolean restricted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLocationModeChanged", "int mode,boolean restricted")); 

1.691.4. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.691.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.691.6. sendBroadcastFooterDisplayed(ComponentName componentName)


void sendBroadcastFooterDisplayed(ComponentName componentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"sendBroadcastFooterDisplayed", "ComponentName componentName")); 

1.691.7. getFooterData()


private Collection getFooterData()

methodList.add(new ZMethod(mZAndroidAPPClass,"Collection" ,"getFooterData", "")); 

1.692. LocationForWorkPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/LocationForWorkPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.692.1. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.692.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.692.3. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.692.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.692.5. onLocationModeChanged(int mode,boolean restricted)


public void onLocationModeChanged(int mode, boolean restricted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLocationModeChanged", "int mode,boolean restricted")); 

1.693. LocationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/LocationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.693.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.693.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.693.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.693.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.693.5. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.693.6. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.693.7. updateSummary()


public void updateSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "")); 

1.693.8. getLocationSummary(Context context)


public static String getLocationSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLocationSummary", "Context context")); 

1.693.9. getResultPayload()


public ResultPayload getResultPayload()

methodList.add(new ZMethod(mZAndroidAPPClass,"ResultPayload" ,"getResultPayload", "")); 

1.694. LocationScanningPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/LocationScanningPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.694.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.695. LocationServicePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/LocationServicePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.695.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.695.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.695.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.695.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.695.5. onLocationModeChanged(int mode,boolean restricted)


public void onLocationModeChanged(int mode, boolean restricted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLocationModeChanged", "int mode,boolean restricted")); 

1.695.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.695.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.695.8. getLocationServices()


private List getLocationServices()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getLocationServices", "")); 

1.696. LocationSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/LocationSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.696.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.696.2. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.696.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.696.4. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.696.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.696.6. addPreferencesSorted(List prefs,PreferenceGroup container)


static void addPreferencesSorted(List prefs, PreferenceGroup container)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPreferencesSorted", "List prefs,PreferenceGroup container")); 

1.696.7. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.696.8. buildPreferenceControllers(Context context,LocationSettings fragment,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, LocationSettings fragment, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,LocationSettings fragment,Lifecycle lifecycle")); 

1.697. LocationSliceBuilder.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/LocationSliceBuilder.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.697.1. getSlice(Context context)


public static Slice getSlice(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"getSlice", "Context context")); 

1.697.2. getIntent(Context context)


public static Intent getIntent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "Context context")); 

1.697.3. getPrimaryAction(Context context)


private static PendingIntent getPrimaryAction(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getPrimaryAction", "Context context")); 

1.698. LocationSwitchBarController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/LocationSwitchBarController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.698.1. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.698.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.698.3. onLocationModeChanged(int mode,boolean restricted)


public void onLocationModeChanged(int mode, boolean restricted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLocationModeChanged", "int mode,boolean restricted")); 

1.698.4. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.699. LockAfterTimeoutPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/screenlock/LockAfterTimeoutPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.699.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.699.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.699.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.699.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.699.5. setupLockAfterPreference(TimeoutListPreference preference)


private void setupLockAfterPreference(TimeoutListPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupLockAfterPreference", "TimeoutListPreference preference")); 

1.699.6. updateLockAfterPreferenceSummary(TimeoutListPreference preference)


private void updateLockAfterPreferenceSummary(TimeoutListPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLockAfterPreferenceSummary", "TimeoutListPreference preference")); 

1.700. LockdownButtonPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/LockdownButtonPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.700.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.700.2. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.700.3. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.701. LockscreenDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/LockscreenDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.701.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.701.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.701.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.701.4. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.701.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.701.6. onOwnerInfoUpdated()


public void onOwnerInfoUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onOwnerInfoUpdated", "")); 

1.702. LockScreenNotificationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/LockScreenNotificationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.702.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.702.2. initLockScreenNotificationPrefDisplay()


private void initLockScreenNotificationPrefDisplay()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initLockScreenNotificationPrefDisplay", "")); 

1.702.3. initLockscreenNotificationPrefForProfile()


private void initLockscreenNotificationPrefForProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initLockscreenNotificationPrefForProfile", "")); 

1.702.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.702.5. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.702.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.702.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.702.8. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.702.9. setRestrictedIfNotificationFeaturesDisabled(CharSequence entry,CharSequence entryValue,int keyguardNotificationFeatures)


private void setRestrictedIfNotificationFeaturesDisabled(CharSequence entry, CharSequence entryValue, int keyguardNotificationFeatures)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRestrictedIfNotificationFeaturesDisabled", "CharSequence entry,CharSequence entryValue,int keyguardNotificationFeatures")); 

1.702.10. getSummaryResource(Context context)


public static int getSummaryResource(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSummaryResource", "Context context")); 

1.702.11. updateLockscreenNotifications()


private void updateLockscreenNotifications()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLockscreenNotifications", "")); 

1.702.12. adminAllowsUnredactedNotifications(int userId)


private boolean adminAllowsUnredactedNotifications(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"adminAllowsUnredactedNotifications", "int userId")); 

1.702.13. updateLockscreenNotificationsForProfile()


private void updateLockscreenNotificationsForProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLockscreenNotificationsForProfile", "")); 

1.702.14. getLockscreenNotificationsEnabled(Context context)


private static boolean getLockscreenNotificationsEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getLockscreenNotificationsEnabled", "Context context")); 

1.702.15. getAllowPrivateNotifications(Context context,int userId)


private static boolean getAllowPrivateNotifications(Context context, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getAllowPrivateNotifications", "Context context,int userId")); 

1.703. LockScreenPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/screenlock/LockScreenPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.703.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.703.2. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.703.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.703.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.704. LockUnificationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/LockUnificationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.704.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.704.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.704.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.704.4. onPreferenceChange(Preference preference,Object value)


public boolean onPreferenceChange(Preference preference, Object value)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object value")); 

1.704.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.704.6. handleActivityResult(int requestCode,int resultCode,Intent data)


public boolean handleActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handleActivityResult", "int requestCode,int resultCode,Intent data")); 

1.704.7. ununifyLocks()


private void ununifyLocks()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"ununifyLocks", "")); 

1.704.8. launchConfirmDeviceLockForUnification()


void launchConfirmDeviceLockForUnification()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchConfirmDeviceLockForUnification", "")); 

1.704.9. launchConfirmProfileLockForUnification()


private void launchConfirmProfileLockForUnification()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchConfirmProfileLockForUnification", "")); 

1.704.10. unifyLocks()


private void unifyLocks()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unifyLocks", "")); 

1.704.11. unifyUncompliantLocks()


void unifyUncompliantLocks()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unifyUncompliantLocks", "")); 

1.705. LogdSizePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/LogdSizePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.705.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.705.2. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.706. LogPersistDialogHost.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/LogPersistDialogHost.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.707. LogPersistPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/LogPersistPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.707.1. showConfirmationDialog(@Nullable Preference preference)


public void showConfirmationDialog(@Nullable Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showConfirmationDialog", "@Nullable Preference preference")); 

1.707.2. dismissConfirmationDialog()


public void dismissConfirmationDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dismissConfirmationDialog", "")); 

1.707.3. isConfirmationDialogShowing()


public boolean isConfirmationDialogShowing()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isConfirmationDialogShowing", "")); 

1.707.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.707.5. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.707.6. onDisableLogPersistDialogConfirmed()


public void onDisableLogPersistDialogConfirmed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisableLogPersistDialogConfirmed", "")); 

1.707.7. onDisableLogPersistDialogRejected()


public void onDisableLogPersistDialogRejected()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisableLogPersistDialogRejected", "")); 

1.708. LongPressAccessPointPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/LongPressAccessPointPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.708.1. onBindViewHolder(final PreferenceViewHolder view)


public void onBindViewHolder(final PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "final PreferenceViewHolder view")); 

1.709. LowBatteryDetector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/detectors/LowBatteryDetector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.709.1. detect()


public BatteryTip detect()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryTip" ,"detect", "")); 

1.710. LowBatteryTip.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/LowBatteryTip.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.710.1. getSummary(Context context)


public CharSequence getSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context")); 

1.710.2. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.710.3. log(Context context,MetricsFeatureProvider metricsFeatureProvider)


public void log(Context context, MetricsFeatureProvider metricsFeatureProvider)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"log", "Context context,MetricsFeatureProvider metricsFeatureProvider")); 

1.711. MagnificationGesturesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/MagnificationGesturesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.711.1. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.711.2. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.711.3. setIsFromSUW(boolean fromSUW)


public void setIsFromSUW(boolean fromSUW)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIsFromSUW", "boolean fromSUW")); 

1.711.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.711.5. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.711.6. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.711.7. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.711.8. populateMagnificationGesturesPreferenceExtras(Bundle extras,Context context)


static void populateMagnificationGesturesPreferenceExtras(Bundle extras, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"populateMagnificationGesturesPreferenceExtras", "Bundle extras,Context context")); 

1.712. MagnificationNavbarPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/MagnificationNavbarPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.712.1. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.712.2. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.712.3. setIsFromSUW(boolean fromSUW)


public void setIsFromSUW(boolean fromSUW)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIsFromSUW", "boolean fromSUW")); 

1.712.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.712.5. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.712.6. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.712.7. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.713. MagnificationPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/MagnificationPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.713.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.713.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.713.3. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.713.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.713.5. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.713.6. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.713.7. getConfigurationWarningStringForSecureSettingsKey(String key,Context context)


static CharSequence getConfigurationWarningStringForSecureSettingsKey(String key, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getConfigurationWarningStringForSecureSettingsKey", "String key,Context context")); 

1.713.8. isChecked(ContentResolver contentResolver,String settingsKey)


static boolean isChecked(ContentResolver contentResolver, String settingsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "ContentResolver contentResolver,String settingsKey")); 

1.713.9. setChecked(ContentResolver contentResolver,String settingsKey,boolean isChecked)


static boolean setChecked(ContentResolver contentResolver, String settingsKey, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "ContentResolver contentResolver,String settingsKey,boolean isChecked")); 

1.713.10. isApplicable(Resources res)


static boolean isApplicable(Resources res)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isApplicable", "Resources res")); 

1.714. ManageablePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/ManageablePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.714.1. getUserId()


public int getUserId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserId", "")); 

1.714.2. setUserId(int userId)


public void setUserId(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUserId", "int userId")); 

1.714.3. isAlwaysOn()


public boolean isAlwaysOn()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAlwaysOn", "")); 

1.714.4. getState()


public int getState()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getState", "")); 

1.714.5. setState(int state)


public void setState(int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setState", "int state")); 

1.714.6. setAlwaysOn(boolean isEnabled)


public void setAlwaysOn(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAlwaysOn", "boolean isEnabled")); 

1.714.7. updateSummary()


protected void updateSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "")); 

1.715. ManageApplications.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ManageApplications.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.715.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.715.2. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.715.3. createHeader()


void createHeader()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createHeader", "")); 

1.715.4. getCompositeFilter(int listType,int storageType,String volumeUuid)


static AppFilter getCompositeFilter(int listType, int storageType, String volumeUuid)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppFilter" ,"getCompositeFilter", "int listType,int storageType,String volumeUuid")); 

1.715.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.715.6. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.715.7. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.715.8. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.715.9. onDestroyView()


public void onDestroyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyView", "")); 

1.715.10. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.715.11. startApplicationDetailsActivity()


private void startApplicationDetailsActivity()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startApplicationDetailsActivity", "")); 

1.715.12. startAppInfoFragment(Class fragment,int titleRes)


private void startAppInfoFragment(Class fragment, int titleRes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startAppInfoFragment", "Class fragment,int titleRes")); 

1.715.13. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.715.14. onPrepareOptionsMenu(Menu menu)


public void onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareOptionsMenu", "Menu menu")); 

1.715.15. onDestroyOptionsMenu()


public void onDestroyOptionsMenu()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyOptionsMenu", "")); 

1.715.16. getHelpResource()


int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.715.17. updateOptionsMenu()


void updateOptionsMenu()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateOptionsMenu", "")); 

1.715.18. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.715.19. onClick(View view)


public void onClick(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View view")); 

1.715.20. onItemSelected(AdapterView parent,View view,int position,long id)


public void onItemSelected(AdapterView parent, View view, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onItemSelected", "AdapterView parent,View view,int position,long id")); 

1.715.21. onNothingSelected(AdapterView parent)


public void onNothingSelected(AdapterView parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNothingSelected", "AdapterView parent")); 

1.715.22. updateView()


public void updateView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateView", "")); 

1.715.23. setHasDisabled(boolean hasDisabledApps)


public void setHasDisabled(boolean hasDisabledApps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHasDisabled", "boolean hasDisabledApps")); 

1.715.24. setHasInstant(boolean haveInstantApps)


public void setHasInstant(boolean haveInstantApps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHasInstant", "boolean haveInstantApps")); 

1.716. ManageAssist.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/assist/ManageAssist.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.716.1. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.716.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.716.3. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.716.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.716.5. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.716.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.716.7. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.717. ManageDeviceAdminPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/ManageDeviceAdminPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.717.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.717.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.717.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.718. ManagedLockPasswordProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ManagedLockPasswordProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.718.1. get(Context context,int userId)


public static ManagedLockPasswordProvider get(Context context, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"ManagedLockPasswordProvider" ,"get", "Context context,int userId")); 

1.718.2. isSettingManagedPasswordSupported()


boolean isSettingManagedPasswordSupported()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSettingManagedPasswordSupported", "")); 

1.718.3. isManagedPasswordChoosable()


boolean isManagedPasswordChoosable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isManagedPasswordChoosable", "")); 

1.718.4. getPickerOptionTitle(boolean forFingerprint)


CharSequence getPickerOptionTitle(boolean forFingerprint)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getPickerOptionTitle", "boolean forFingerprint")); 

1.718.5. createIntent(boolean requirePasswordToDecrypt,String password)


Intent createIntent(boolean requirePasswordToDecrypt, String password)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"createIntent", "boolean requirePasswordToDecrypt,String password")); 

1.719. ManageDomainUrls.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ManageDomainUrls.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.719.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.719.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.719.3. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.719.4. onRunningStateChanged(boolean running)


public void onRunningStateChanged(boolean running)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRunningStateChanged", "boolean running")); 

1.719.5. onPackageListChanged()


public void onPackageListChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageListChanged", "")); 

1.719.6. onRebuildComplete(ArrayList apps)


public void onRebuildComplete(ArrayList apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRebuildComplete", "ArrayList apps")); 

1.719.7. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.719.8. rebuild()


private void rebuild()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"rebuild", "")); 

1.719.9. rebuildAppList(PreferenceGroup group,ArrayList apps)


private void rebuildAppList(PreferenceGroup group, ArrayList apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"rebuildAppList", "PreferenceGroup group,ArrayList apps")); 

1.719.10. onPackageIconChanged()


public void onPackageIconChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageIconChanged", "")); 

1.719.11. onPackageSizeChanged(String packageName)


public void onPackageSizeChanged(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageSizeChanged", "String packageName")); 

1.719.12. onAllSizesComputed()


public void onAllSizesComputed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAllSizesComputed", "")); 

1.719.13. onLauncherInfoChanged()


public void onLauncherInfoChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLauncherInfoChanged", "")); 

1.719.14. onLoadEntriesCompleted()


public void onLoadEntriesCompleted()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadEntriesCompleted", "")); 

1.719.15. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.719.16. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.720. ManagedProfileSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/ManagedProfileSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.720.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.720.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.720.3. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.720.4. getManagedUserFromArgument()


private UserHandle getManagedUserFromArgument()

methodList.add(new ZMethod(mZAndroidAPPClass,"UserHandle" ,"getManagedUserFromArgument", "")); 

1.720.5. loadDataAndPopulateUi()


private void loadDataAndPopulateUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadDataAndPopulateUi", "")); 

1.720.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.720.7. updateWorkModePreference()


private void updateWorkModePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateWorkModePreference", "")); 

1.720.8. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.721. ManagedServiceSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/utils/ManagedServiceSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.721.1. getConfig()


protected abstract Config getConfig()

methodList.add(new ZMethod(mZAndroidAPPClass,"Config" ,"getConfig", "")); 

1.721.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.721.3. onViewCreated(View view,@Nullable Bundle savedInstanceState)


public void onViewCreated(View view, @Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,@Nullable Bundle savedInstanceState")); 

1.721.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.721.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.721.6. updateList(List services)


private void updateList(List services)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateList", "List services")); 

1.721.7. getCurrentUser(int managedProfileId)


private int getCurrentUser(int managedProfileId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCurrentUser", "int managedProfileId")); 

1.721.8. isServiceEnabled(ComponentName cn)


protected boolean isServiceEnabled(ComponentName cn)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isServiceEnabled", "ComponentName cn")); 

1.721.9. setEnabled(ComponentName service,String title,boolean enable)


protected boolean setEnabled(ComponentName service, String title, boolean enable)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setEnabled", "ComponentName service,String title,boolean enable")); 

1.721.10. enable(ComponentName service)


protected void enable(ComponentName service)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enable", "ComponentName service")); 

1.722. ManageTrustAgentsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/trustagent/ManageTrustAgentsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.722.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.722.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.722.3. getTrustAgentCount()


private int getTrustAgentCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getTrustAgentCount", "")); 

1.723. ManualDisplayActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/ManualDisplayActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.723.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.723.2. showErrorAndFinish()


private void showErrorAndFinish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showErrorAndFinish", "")); 

1.724. ManualPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/ManualPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.724.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.724.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.725. MasterCheckBoxPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/MasterCheckBoxPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.725.1. getSecondTargetResId()


protected int getSecondTargetResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSecondTargetResId", "")); 

1.725.2. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.725.3. setEnabled(boolean enabled)


public void setEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enabled")); 

1.725.4. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.725.5. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.725.6. setCheckBoxEnabled(boolean enabled)


public void setCheckBoxEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCheckBoxEnabled", "boolean enabled")); 

1.725.7. getCheckBox()


public CheckBox getCheckBox()

methodList.add(new ZMethod(mZAndroidAPPClass,"CheckBox" ,"getCheckBox", "")); 

1.726. MasterClear.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/MasterClear.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.726.1. onGlobalLayout()


public void onGlobalLayout()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onGlobalLayout", "")); 

1.726.2. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.726.3. runKeyguardConfirmation(int request)


private boolean runKeyguardConfirmation(int request)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"runKeyguardConfirmation", "int request")); 

1.726.4. isValidRequestCode(int requestCode)


boolean isValidRequestCode(int requestCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidRequestCode", "int requestCode")); 

1.726.5. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.726.6. onActivityResultInternal(int requestCode,int resultCode,Intent data)


void onActivityResultInternal(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResultInternal", "int requestCode,int resultCode,Intent data")); 

1.726.7. showFinalConfirmation()


void showFinalConfirmation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showFinalConfirmation", "")); 

1.726.8. showAccountCredentialConfirmation(Intent intent)


void showAccountCredentialConfirmation(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showAccountCredentialConfirmation", "Intent intent")); 

1.726.9. getAccountConfirmationIntent()


Intent getAccountConfirmationIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getAccountConfirmationIntent", "")); 

1.726.10. establishInitialState()


void establishInitialState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"establishInitialState", "")); 

1.726.11. showWipeEuicc()


boolean showWipeEuicc()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"showWipeEuicc", "")); 

1.726.12. showWipeEuiccCheckbox()


boolean showWipeEuiccCheckbox()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"showWipeEuiccCheckbox", "")); 

1.726.13. isEuiccEnabled(Context context)


protected boolean isEuiccEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEuiccEnabled", "Context context")); 

1.726.14. hasReachedBottom(final ScrollView scrollView)


boolean hasReachedBottom(final ScrollView scrollView)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasReachedBottom", "final ScrollView scrollView")); 

1.726.15. getContentDescription(View v,StringBuffer description)


private void getContentDescription(View v, StringBuffer description)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"getContentDescription", "View v,StringBuffer description")); 

1.726.16. isExtStorageEncrypted()


private boolean isExtStorageEncrypted()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isExtStorageEncrypted", "")); 

1.726.17. loadAccountList(final UserManager um)


private void loadAccountList(final UserManager um)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAccountList", "final UserManager um")); 

1.726.18. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.726.19. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.727. MasterClearConfirm.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/MasterClearConfirm.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.727.1. doMasterClear()


private void doMasterClear()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"doMasterClear", "")); 

1.727.2. establishFinalConfirmationState()


private void establishFinalConfirmationState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"establishFinalConfirmationState", "")); 

1.727.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.727.4. setAccessibilityTitle()


private void setAccessibilityTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAccessibilityTitle", "")); 

1.727.5. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.727.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.728. MasterSwitchController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/MasterSwitchController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.728.1. updateTitle(boolean isChecked)


public void updateTitle(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTitle", "boolean isChecked")); 

1.728.2. startListening()


public void startListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startListening", "")); 

1.728.3. stopListening()


public void stopListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopListening", "")); 

1.728.4. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.728.5. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.728.6. setEnabled(boolean enabled)


public void setEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enabled")); 

1.728.7. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.728.8. setDisabledByAdmin(EnforcedAdmin admin)


public void setDisabledByAdmin(EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisabledByAdmin", "EnforcedAdmin admin")); 

1.729. MasterSwitchPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/MasterSwitchPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.729.1. getSecondTargetResId()


protected int getSecondTargetResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSecondTargetResId", "")); 

1.729.2. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.729.3. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.729.4. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.729.5. setSwitchEnabled(boolean enabled)


public void setSwitchEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSwitchEnabled", "boolean enabled")); 

1.729.6. setDisabledByAdmin(EnforcedAdmin admin)


public void setDisabledByAdmin(EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisabledByAdmin", "EnforcedAdmin admin")); 

1.729.7. getSwitch()


public Switch getSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"Switch" ,"getSwitch", "")); 

1.730. MatchParentShrinkingLinearLayout.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/MatchParentShrinkingLinearLayout.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.730.1. setShowDividers(@DividerMode int showDividers)


public void setShowDividers(@DividerMode int showDividers)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setShowDividers", "@DividerMode int showDividers")); 

1.730.2. shouldDelayChildPressedState()


public boolean shouldDelayChildPressedState()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldDelayChildPressedState", "")); 

1.730.3. getShowDividers()


public int getShowDividers()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getShowDividers", "")); 

1.730.4. getDividerDrawable()


public Drawable getDividerDrawable()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getDividerDrawable", "")); 

1.730.5. setDividerDrawable(Drawable divider)


public void setDividerDrawable(Drawable divider)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDividerDrawable", "Drawable divider")); 

1.730.6. setDividerPadding(int padding)


public void setDividerPadding(int padding)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDividerPadding", "int padding")); 

1.730.7. getDividerPadding()


public int getDividerPadding()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDividerPadding", "")); 

1.730.8. getDividerWidth()


public int getDividerWidth()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDividerWidth", "")); 

1.730.9. onDraw(Canvas canvas)


protected void onDraw(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDraw", "Canvas canvas")); 

1.730.10. drawDividersVertical(Canvas canvas)


void drawDividersVertical(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawDividersVertical", "Canvas canvas")); 

1.730.11. drawDividersHorizontal(Canvas canvas)


void drawDividersHorizontal(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawDividersHorizontal", "Canvas canvas")); 

1.730.12. drawHorizontalDivider(Canvas canvas,int top)


void drawHorizontalDivider(Canvas canvas, int top)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawHorizontalDivider", "Canvas canvas,int top")); 

1.730.13. drawVerticalDivider(Canvas canvas,int left)


void drawVerticalDivider(Canvas canvas, int left)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawVerticalDivider", "Canvas canvas,int left")); 

1.730.14. isBaselineAligned()


public boolean isBaselineAligned()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBaselineAligned", "")); 

1.730.15. setBaselineAligned(boolean baselineAligned)


public void setBaselineAligned(boolean baselineAligned)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBaselineAligned", "boolean baselineAligned")); 

1.730.16. isMeasureWithLargestChildEnabled()


public boolean isMeasureWithLargestChildEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isMeasureWithLargestChildEnabled", "")); 

1.730.17. setMeasureWithLargestChildEnabled(boolean enabled)


public void setMeasureWithLargestChildEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMeasureWithLargestChildEnabled", "boolean enabled")); 

1.730.18. getBaseline()


public int getBaseline()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getBaseline", "")); 

1.730.19. getBaselineAlignedChildIndex()


public int getBaselineAlignedChildIndex()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getBaselineAlignedChildIndex", "")); 

1.730.20. setBaselineAlignedChildIndex(int i)


public void setBaselineAlignedChildIndex(int i)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBaselineAlignedChildIndex", "int i")); 

1.730.21. getVirtualChildAt(int index)


View getVirtualChildAt(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"getVirtualChildAt", "int index")); 

1.730.22. getVirtualChildCount()


int getVirtualChildCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getVirtualChildCount", "")); 

1.730.23. getWeightSum()


public float getWeightSum()

methodList.add(new ZMethod(mZAndroidAPPClass,"float" ,"getWeightSum", "")); 

1.730.24. setWeightSum(float weightSum)


public void setWeightSum(float weightSum)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setWeightSum", "float weightSum")); 

1.730.25. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.730.26. hasDividerBeforeChildAt(int childIndex)


protected boolean hasDividerBeforeChildAt(int childIndex)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasDividerBeforeChildAt", "int childIndex")); 

1.730.27. measureVertical(int widthMeasureSpec,int heightMeasureSpec)


void measureVertical(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"measureVertical", "int widthMeasureSpec,int heightMeasureSpec")); 

1.730.28. forceUniformWidth(int count,int heightMeasureSpec)


private void forceUniformWidth(int count, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"forceUniformWidth", "int count,int heightMeasureSpec")); 

1.730.29. measureHorizontal(int widthMeasureSpec,int heightMeasureSpec)


void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"measureHorizontal", "int widthMeasureSpec,int heightMeasureSpec")); 

1.730.30. forceUniformHeight(int count,int widthMeasureSpec)


private void forceUniformHeight(int count, int widthMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"forceUniformHeight", "int count,int widthMeasureSpec")); 

1.730.31. getChildrenSkipCount(View child,int index)


int getChildrenSkipCount(View child, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getChildrenSkipCount", "View child,int index")); 

1.730.32. measureNullChild(int childIndex)


int measureNullChild(int childIndex)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"measureNullChild", "int childIndex")); 

1.730.33. measureChildBeforeLayout(View child,int childIndex,int widthMeasureSpec,int totalWidth,int heightMeasureSpec,int totalHeight)


void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, int heightMeasureSpec, int totalHeight)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"measureChildBeforeLayout", "View child,int childIndex,int widthMeasureSpec,int totalWidth,int heightMeasureSpec,int totalHeight")); 

1.730.34. getLocationOffset(View child)


int getLocationOffset(View child)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getLocationOffset", "View child")); 

1.730.35. getNextLocationOffset(View child)


int getNextLocationOffset(View child)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNextLocationOffset", "View child")); 

1.730.36. onLayout(boolean changed,int l,int t,int r,int b)


protected void onLayout(boolean changed, int l, int t, int r, int b)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLayout", "boolean changed,int l,int t,int r,int b")); 

1.730.37. layoutVertical(int left,int top,int right,int bottom)


void layoutVertical(int left, int top, int right, int bottom)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"layoutVertical", "int left,int top,int right,int bottom")); 

1.730.38. onRtlPropertiesChanged(int layoutDirection)


public void onRtlPropertiesChanged(int layoutDirection)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRtlPropertiesChanged", "int layoutDirection")); 

1.730.39. layoutHorizontal(int left,int top,int right,int bottom)


void layoutHorizontal(int left, int top, int right, int bottom)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"layoutHorizontal", "int left,int top,int right,int bottom")); 

1.730.40. setChildFrame(View child,int left,int top,int width,int height)


private void setChildFrame(View child, int left, int top, int width, int height)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChildFrame", "View child,int left,int top,int width,int height")); 

1.730.41. setOrientation(@OrientationMode int orientation)


public void setOrientation(@OrientationMode int orientation)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOrientation", "@OrientationMode int orientation")); 

1.730.42. getOrientation()


public int getOrientation()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getOrientation", "")); 

1.730.43. setGravity(int gravity)


public void setGravity(int gravity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setGravity", "int gravity")); 

1.730.44. setHorizontalGravity(int horizontalGravity)


public void setHorizontalGravity(int horizontalGravity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHorizontalGravity", "int horizontalGravity")); 

1.730.45. setVerticalGravity(int verticalGravity)


public void setVerticalGravity(int verticalGravity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVerticalGravity", "int verticalGravity")); 

1.730.46. generateLayoutParams(AttributeSet attrs)


public LayoutParams generateLayoutParams(AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"LayoutParams" ,"generateLayoutParams", "AttributeSet attrs")); 

1.730.47. generateDefaultLayoutParams()


protected LayoutParams generateDefaultLayoutParams()

methodList.add(new ZMethod(mZAndroidAPPClass,"LayoutParams" ,"generateDefaultLayoutParams", "")); 

1.730.48. generateLayoutParams(ViewGroup.LayoutParams p)


protected LayoutParams generateLayoutParams(ViewGroup.LayoutParams p)

methodList.add(new ZMethod(mZAndroidAPPClass,"LayoutParams" ,"generateLayoutParams", "ViewGroup.LayoutParams p")); 

1.730.49. checkLayoutParams(ViewGroup.LayoutParams p)


protected boolean checkLayoutParams(ViewGroup.LayoutParams p)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"checkLayoutParams", "ViewGroup.LayoutParams p")); 

1.730.50. getAccessibilityClassName()


public CharSequence getAccessibilityClassName()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getAccessibilityClassName", "")); 

1.730.51. encodeProperties(@NonNull ViewHierarchyEncoder encoder)


protected void encodeProperties(@NonNull ViewHierarchyEncoder encoder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"encodeProperties", "@NonNull ViewHierarchyEncoder encoder")); 

1.731. MeasurableLinearLayout.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/MeasurableLinearLayout.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.731.1. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.731.2. setChildren(View fixedView,View disposableView)


public void setChildren(View fixedView, View disposableView)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChildren", "View fixedView,View disposableView")); 

1.732. MediaOutputPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/sound/MediaOutputPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.732.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.732.2. setActiveBluetoothDevice(BluetoothDevice device)


public void setActiveBluetoothDevice(BluetoothDevice device)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setActiveBluetoothDevice", "BluetoothDevice device")); 

1.733. MediaVolumePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/MediaVolumePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.733.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.733.2. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.733.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.733.4. getAudioStream()


public int getAudioStream()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAudioStream", "")); 

1.733.5. getMuteIcon()


public int getMuteIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMuteIcon", "")); 

1.734. MemoryUsagePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/MemoryUsagePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.734.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.734.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.734.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.734.4. setDuration()


void setDuration()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDuration", "")); 

1.734.5. getProcStatsData()


ProcStatsData getProcStatsData()

methodList.add(new ZMethod(mZAndroidAPPClass,"ProcStatsData" ,"getProcStatsData", "")); 

1.735. MessageBubbleBackground.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/MessageBubbleBackground.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.735.1. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.736. MigrateEstimateTask.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/MigrateEstimateTask.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.736.1. copyFrom(Intent intent)


public void copyFrom(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"copyFrom", "Intent intent")); 

1.736.2. copyTo(Intent intent)


public void copyTo(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"copyTo", "Intent intent")); 

1.736.3. doInBackground(Void... params)


protected Long doInBackground(Void... params)

methodList.add(new ZMethod(mZAndroidAPPClass,"Long" ,"doInBackground", "Void... params")); 

1.736.4. onPostExecute(Long result)


protected void onPostExecute(Long result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPostExecute", "Long result")); 

1.736.5. onPostExecute(String size,String time)


public abstract void onPostExecute(String size, String time)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPostExecute", "String size,String time")); 

1.737. MobileDataAlwaysOnPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/MobileDataAlwaysOnPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.737.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.737.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.737.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.737.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.738. MobileNetworkPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/MobileNetworkPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.738.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.738.2. isUserRestricted()


public boolean isUserRestricted()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUserRestricted", "")); 

1.738.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.738.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.738.5. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.738.6. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.738.7. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.738.8. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.739. MobilePlanPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/MobilePlanPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.739.1. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.739.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.739.3. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.739.4. getMobilePlanDialogMessage()


public String getMobilePlanDialogMessage()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getMobilePlanDialogMessage", "")); 

1.739.5. setMobilePlanDialogMessage(String messasge)


public void setMobilePlanDialogMessage(String messasge)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMobilePlanDialogMessage", "String messasge")); 

1.739.6. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.739.7. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.739.8. onManageMobilePlanClick()


private void onManageMobilePlanClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onManageMobilePlanClick", "")); 

1.740. MockLocationAppPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/MockLocationAppPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.740.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.740.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.740.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.740.4. onActivityResult(int requestCode,int resultCode,Intent data)


public boolean onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.740.5. updateMockLocation()


private void updateMockLocation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateMockLocation", "")); 

1.740.6. writeMockLocation(String mockLocationAppName)


private void writeMockLocation(String mockLocationAppName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeMockLocation", "String mockLocationAppName")); 

1.740.7. getAppLabel(String mockLocationApp)


private String getAppLabel(String mockLocationApp)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getAppLabel", "String mockLocationApp")); 

1.740.8. removeAllMockLocations()


private void removeAllMockLocations()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeAllMockLocations", "")); 

1.740.9. removeMockLocationForApp(String appName)


private void removeMockLocationForApp(String appName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeMockLocationForApp", "String appName")); 

1.740.10. getCurrentMockLocationApp()


private String getCurrentMockLocationApp()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getCurrentMockLocationApp", "")); 

1.741. MonitoringCertInfoActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/MonitoringCertInfoActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.741.1. onCreate(Bundle savedStates)


protected void onCreate(Bundle savedStates)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedStates")); 

1.741.2. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.741.3. onDismiss(DialogInterface dialogInterface)


public void onDismiss(DialogInterface dialogInterface)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialogInterface")); 

1.742. MusicViewHolderController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/manageapplications/MusicViewHolderController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.742.1. queryStats()


public void queryStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"queryStats", "")); 

1.742.2. shouldShow()


public boolean shouldShow()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShow", "")); 

1.742.3. setupView(ApplicationViewHolder holder)


public void setupView(ApplicationViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupView", "ApplicationViewHolder holder")); 

1.742.4. onClick(Fragment fragment)


public void onClick(Fragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "Fragment fragment")); 

1.743. MyDeviceInfoFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/aboutphone/MyDeviceInfoFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.743.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.743.2. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.743.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.743.4. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.743.5. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.743.6. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.743.7. buildPreferenceControllers(Context context,Activity activity,MyDeviceInfoFragment fragment,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Activity activity, MyDeviceInfoFragment fragment, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Activity activity,MyDeviceInfoFragment fragment,Lifecycle lifecycle")); 

1.743.8. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.743.9. initHeader()


private void initHeader()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initHeader", "")); 

1.743.10. showDeviceNameWarningDialog(String deviceName)


public void showDeviceNameWarningDialog(String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDeviceNameWarningDialog", "String deviceName")); 

1.743.11. onSetDeviceNameConfirm()


public void onSetDeviceNameConfirm()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSetDeviceNameConfirm", "")); 

1.744. NetworkDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/NetworkDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.744.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.744.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.744.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.744.4. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.744.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.744.6. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.744.7. buildPreferenceControllers(Context context,Lifecycle lifecycle,MetricsFeatureProvider metricsFeatureProvider,Fragment fragment,MobilePlanPreferenceHost mobilePlanHost)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle, MetricsFeatureProvider metricsFeatureProvider, Fragment fragment, MobilePlanPreferenceHost mobilePlanHost)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle,MetricsFeatureProvider metricsFeatureProvider,Fragment fragment,MobilePlanPreferenceHost mobilePlanHost")); 

1.744.8. showMobilePlanMessageDialog()


public void showMobilePlanMessageDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showMobilePlanMessageDialog", "")); 

1.744.9. onCreateDialog(int dialogId)


public Dialog onCreateDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int dialogId")); 

1.744.10. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.745. NetworkLogsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/NetworkLogsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.745.1. getAdminActionTimestamp()


protected Date getAdminActionTimestamp()

methodList.add(new ZMethod(mZAndroidAPPClass,"Date" ,"getAdminActionTimestamp", "")); 

1.745.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.745.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.746. NetworkResetPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/NetworkResetPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.746.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.746.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.747. NetworkResetRestrictionChecker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/NetworkResetRestrictionChecker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.747.1. hasUserBaseRestriction()


boolean hasUserBaseRestriction()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasUserBaseRestriction", "")); 

1.747.2. isRestrictionEnforcedByAdmin()


boolean isRestrictionEnforcedByAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isRestrictionEnforcedByAdmin", "")); 

1.747.3. hasUserRestriction()


boolean hasUserRestriction()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasUserRestriction", "")); 

1.747.4. hasRestriction()


boolean hasRestriction()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasRestriction", "")); 

1.748. NetworkRestrictionsPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/NetworkRestrictionsPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.748.1. setTemplate(NetworkTemplate template,int subId,NetworkServices services)


public void setTemplate(NetworkTemplate template, int subId, NetworkServices services)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTemplate", "NetworkTemplate template,int subId,NetworkServices services")); 

1.749. NetworkScorerPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/NetworkScorerPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.749.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.749.2. onCreatePreferences(Bundle savedInstanceState,String rootKey)


public void onCreatePreferences(Bundle savedInstanceState, String rootKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreatePreferences", "Bundle savedInstanceState,String rootKey")); 

1.749.3. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.749.4. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.749.5. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.749.6. updateCandidates()


public void updateCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCandidates", "")); 

1.749.7. getActiveScorerPackage()


private String getActiveScorerPackage()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getActiveScorerPackage", "")); 

1.749.8. setActiveScorer(String key)


private boolean setActiveScorer(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setActiveScorer", "String key")); 

1.749.9. onRadioButtonClicked(RadioButtonPreference selected)


public void onRadioButtonClicked(RadioButtonPreference selected)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRadioButtonClicked", "RadioButtonPreference selected")); 

1.749.10. updateCheckedState(String selectedKey)


private void updateCheckedState(String selectedKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCheckedState", "String selectedKey")); 

1.749.11. createNetworkScorerManager(Context context)


NetworkScoreManager createNetworkScorerManager(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"NetworkScoreManager" ,"createNetworkScorerManager", "Context context")); 

1.750. NetworkScorerPickerPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/NetworkScorerPickerPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.750.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.750.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.751. NewDeviceIntroSuggestionActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/support/NewDeviceIntroSuggestionActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.751.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.751.2. isSuggestionComplete(Context context)


public static boolean isSuggestionComplete(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context")); 

1.751.3. isSupported(Context context)


private static boolean isSupported(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSupported", "Context context")); 

1.751.4. isExpired(Context context)


private static boolean isExpired(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isExpired", "Context context")); 

1.751.5. canOpenUrlInBrowser(Context context)


private static boolean canOpenUrlInBrowser(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canOpenUrlInBrowser", "Context context")); 

1.751.6. hasLaunchedBefore(Context context)


private static boolean hasLaunchedBefore(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasLaunchedBefore", "Context context")); 

1.751.7. getLaunchIntent(Context context)


static Intent getLaunchIntent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getLaunchIntent", "Context context")); 

1.751.8. isTipsInstalledAsSystemApp(@NonNull Context context)


private static boolean isTipsInstalledAsSystemApp(@NonNull Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isTipsInstalledAsSystemApp", "@NonNull Context context")); 

1.752. NfcAirplaneModeObserver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/NfcAirplaneModeObserver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.752.1. register()


public void register()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"register", "")); 

1.752.2. unregister()


public void unregister()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregister", "")); 

1.752.3. onChange(boolean selfChange,Uri uri)


public void onChange(boolean selfChange, Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onChange", "boolean selfChange,Uri uri")); 

1.752.4. updateNfcPreference()


private void updateNfcPreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateNfcPreference", "")); 

1.753. NfcEnabler.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/NfcEnabler.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.753.1. handleNfcStateChanged(int newState)


protected void handleNfcStateChanged(int newState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleNfcStateChanged", "int newState")); 

1.754. NfcForegroundPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/NfcForegroundPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.754.1. onPaymentAppsChanged()


public void onPaymentAppsChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPaymentAppsChanged", "")); 

1.754.2. refresh()


void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.754.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.755. NfcPaymentPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/NfcPaymentPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.755.1. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.755.2. refresh()


public void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.755.3. onPrepareDialogBuilder(AlertDialog.Builder builder,DialogInterface.OnClickListener listener)


protected void onPrepareDialogBuilder(AlertDialog.Builder builder, DialogInterface.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareDialogBuilder", "AlertDialog.Builder builder,DialogInterface.OnClickListener listener")); 

1.755.4. onPaymentAppsChanged()


public void onPaymentAppsChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPaymentAppsChanged", "")); 

1.755.5. onClick(View view)


public void onClick(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View view")); 

1.755.6. updateSettingsVisibility()


void updateSettingsVisibility()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSettingsVisibility", "")); 

1.756. NfcPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/NfcPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.756.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.756.2. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.756.3. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.756.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.756.5. getIntentFilter()


public IntentFilter getIntentFilter()

methodList.add(new ZMethod(mZAndroidAPPClass,"IntentFilter" ,"getIntentFilter", "")); 

1.756.6. hasAsyncUpdate()


public boolean hasAsyncUpdate()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasAsyncUpdate", "")); 

1.756.7. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.756.8. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.756.9. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.756.10. isToggleableInAirplaneMode(Context context)


public static boolean isToggleableInAirplaneMode(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isToggleableInAirplaneMode", "Context context")); 

1.757. NightDisplayActivationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/NightDisplayActivationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.757.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.757.2. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.757.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.757.4. updateState(Preference preference)


public final void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.757.5. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.757.6. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.757.7. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.757.8. updateStateInternal()


private void updateStateInternal()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateStateInternal", "")); 

1.758. NightDisplayAutoModePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/NightDisplayAutoModePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.758.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.758.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.758.3. updateState(Preference preference)


public final void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.758.4. onPreferenceChange(Preference preference,Object newValue)


public final boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.759. NightDisplayCondition.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/NightDisplayCondition.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.759.1. getMetricsConstant()


public int getMetricsConstant()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsConstant", "")); 

1.759.2. getIcon()


public Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.759.3. getTitle()


public CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.759.4. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.759.5. getActions()


public CharSequence[] getActions()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence[]" ,"getActions", "")); 

1.759.6. onPrimaryClick()


public void onPrimaryClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrimaryClick", "")); 

1.759.7. onActionClick(int index)


public void onActionClick(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActionClick", "int index")); 

1.759.8. refreshState()


public void refreshState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshState", "")); 

1.759.9. onActivated(boolean activated)


public void onActivated(boolean activated)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivated", "boolean activated")); 

1.760. NightDisplayCustomEndTimePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/NightDisplayCustomEndTimePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.760.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.760.2. updateState(Preference preference)


public final void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.761. NightDisplayCustomStartTimePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/NightDisplayCustomStartTimePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.761.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.761.2. updateState(Preference preference)


public final void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.762. NightDisplayFooterPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/NightDisplayFooterPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.762.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.762.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.763. NightDisplayIntensityPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/NightDisplayIntensityPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.763.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.763.2. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.763.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.763.4. updateState(Preference preference)


public final void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.763.5. getSliderPosition()


public int getSliderPosition()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSliderPosition", "")); 

1.763.6. setSliderPosition(int position)


public boolean setSliderPosition(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setSliderPosition", "int position")); 

1.763.7. getMaxSteps()


public int getMaxSteps()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMaxSteps", "")); 

1.763.8. convertTemperature(int temperature)


private int convertTemperature(int temperature)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"convertTemperature", "int temperature")); 

1.764. NightDisplayPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/NightDisplayPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.764.1. onAttached()


public void onAttached()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttached", "")); 

1.764.2. onDetached()


public void onDetached()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDetached", "")); 

1.764.3. onActivated(boolean activated)


public void onActivated(boolean activated)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivated", "boolean activated")); 

1.764.4. onAutoModeChanged(int autoMode)


public void onAutoModeChanged(int autoMode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAutoModeChanged", "int autoMode")); 

1.764.5. onCustomStartTimeChanged(LocalTime startTime)


public void onCustomStartTimeChanged(LocalTime startTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCustomStartTimeChanged", "LocalTime startTime")); 

1.764.6. onCustomEndTimeChanged(LocalTime endTime)


public void onCustomEndTimeChanged(LocalTime endTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCustomEndTimeChanged", "LocalTime endTime")); 

1.764.7. updateSummary()


private void updateSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "")); 

1.765. NightDisplayPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/NightDisplayPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.765.1. isSuggestionComplete(Context context)


public static boolean isSuggestionComplete(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context")); 

1.765.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.765.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.766. NightDisplaySettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/NightDisplaySettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.766.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.766.2. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.766.3. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.766.4. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.766.5. onCreateDialog(final int dialogId)


public Dialog onCreateDialog(final int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "final int dialogId")); 

1.766.6. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.766.7. onActivated(boolean activated)


public void onActivated(boolean activated)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivated", "boolean activated")); 

1.766.8. onAutoModeChanged(int autoMode)


public void onAutoModeChanged(int autoMode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAutoModeChanged", "int autoMode")); 

1.766.9. onColorTemperatureChanged(int colorTemperature)


public void onColorTemperatureChanged(int colorTemperature)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onColorTemperatureChanged", "int colorTemperature")); 

1.766.10. onCustomStartTimeChanged(LocalTime startTime)


public void onCustomStartTimeChanged(LocalTime startTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCustomStartTimeChanged", "LocalTime startTime")); 

1.766.11. onCustomEndTimeChanged(LocalTime endTime)


public void onCustomEndTimeChanged(LocalTime endTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCustomEndTimeChanged", "LocalTime endTime")); 

1.766.12. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.766.13. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.766.14. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.766.15. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.766.16. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.766.17. buildPreferenceControllers(Context context)


private static List buildPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context")); 

1.767. NightDisplayTimeFormatter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/NightDisplayTimeFormatter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.767.1. getFormattedTimeString(LocalTime localTime)


public String getFormattedTimeString(LocalTime localTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getFormattedTimeString", "LocalTime localTime")); 

1.767.2. getAutoModeTimeSummary(Context context,ColorDisplayController controller)


public String getAutoModeTimeSummary(Context context, ColorDisplayController controller)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getAutoModeTimeSummary", "Context context,ColorDisplayController controller")); 

1.767.3. getAutoModeSummary(Context context,ColorDisplayController controller)


private String getAutoModeSummary(Context context, ColorDisplayController controller)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getAutoModeSummary", "Context context,ColorDisplayController controller")); 

1.768. NightModePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/NightModePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.768.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.768.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.768.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.768.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.769. NoOpOnStartTetheringCallback.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/NoOpOnStartTetheringCallback.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.769.1. newInstance()


public static ConnectivityManager.OnStartTetheringCallback newInstance()

methodList.add(new ZMethod(mZAndroidAPPClass,"ConnectivityManager.OnStartTetheringCallback" ,"newInstance", "")); 

1.770. NotificationAccessConfirmationActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationAccessConfirmationActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.770.1. onCreate(@Nullable Bundle savedInstanceState)


protected void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.770.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.770.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.770.4. onAllow()


private void onAllow()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAllow", "")); 

1.770.5. dispatchPopulateAccessibilityEvent(AccessibilityEvent event)


public boolean dispatchPopulateAccessibilityEvent(AccessibilityEvent event)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"dispatchPopulateAccessibilityEvent", "AccessibilityEvent event")); 

1.770.6. onBackPressed()


public void onBackPressed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBackPressed", "")); 

1.770.7. cancel()


public void cancel()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cancel", "")); 

1.770.8. dismiss()


public void dismiss()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dismiss", "")); 

1.771. NotificationAccessSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationAccessSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.771.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.771.2. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.771.3. getConfig()


protected Config getConfig()

methodList.add(new ZMethod(mZAndroidAPPClass,"Config" ,"getConfig", "")); 

1.771.4. setEnabled(ComponentName service,String title,boolean enable)


protected boolean setEnabled(ComponentName service, String title, boolean enable)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setEnabled", "ComponentName service,String title,boolean enable")); 

1.771.5. isServiceEnabled(ComponentName cn)


protected boolean isServiceEnabled(ComponentName cn)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isServiceEnabled", "ComponentName cn")); 

1.771.6. enable(ComponentName service)


protected void enable(ComponentName service)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enable", "ComponentName service")); 

1.771.7. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.771.8. logSpecialPermissionChange(boolean enable,String packageName)


void logSpecialPermissionChange(boolean enable, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "boolean enable,String packageName")); 

1.771.9. disable(final NotificationAccessSettings parent,final ComponentName cn)


private static void disable(final NotificationAccessSettings parent, final ComponentName cn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disable", "final NotificationAccessSettings parent,final ComponentName cn")); 

1.772. NotificationAppPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationAppPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.772.1. getSecondTargetResId()


protected int getSecondTargetResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSecondTargetResId", "")); 

1.772.2. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.772.3. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.772.4. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.772.5. setSwitchEnabled(boolean enabled)


public void setSwitchEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSwitchEnabled", "boolean enabled")); 

1.772.6. setDisabledByAdmin(RestrictedLockUtils.EnforcedAdmin admin)


public void setDisabledByAdmin(RestrictedLockUtils.EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisabledByAdmin", "RestrictedLockUtils.EnforcedAdmin admin")); 

1.772.7. getSwitch()


public Switch getSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"Switch" ,"getSwitch", "")); 

1.773. NotificationBackend.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationBackend.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.773.1. loadAppRow(Context context,PackageManager pm,ApplicationInfo app)


public AppRow loadAppRow(Context context, PackageManager pm, ApplicationInfo app)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppRow" ,"loadAppRow", "Context context,PackageManager pm,ApplicationInfo app")); 

1.773.2. loadAppRow(Context context,PackageManager pm,PackageInfo app)


public AppRow loadAppRow(Context context, PackageManager pm, PackageInfo app)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppRow" ,"loadAppRow", "Context context,PackageManager pm,PackageInfo app")); 

1.773.3. recordCanBeBlocked(Context context,PackageManager pm,PackageInfo app,AppRow row)


void recordCanBeBlocked(Context context, PackageManager pm, PackageInfo app, AppRow row)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"recordCanBeBlocked", "Context context,PackageManager pm,PackageInfo app,AppRow row")); 

1.773.4. markAppRowWithBlockables(String[] nonBlockablePkgs,AppRow row,String packageName)


static void markAppRowWithBlockables(String[] nonBlockablePkgs, AppRow row, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"markAppRowWithBlockables", "String[] nonBlockablePkgs,AppRow row,String packageName")); 

1.773.5. isSystemApp(Context context,ApplicationInfo app)


public boolean isSystemApp(Context context, ApplicationInfo app)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSystemApp", "Context context,ApplicationInfo app")); 

1.773.6. getNotificationsBanned(String pkg,int uid)


public boolean getNotificationsBanned(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getNotificationsBanned", "String pkg,int uid")); 

1.773.7. setNotificationsEnabledForPackage(String pkg,int uid,boolean enabled)


public boolean setNotificationsEnabledForPackage(String pkg, int uid, boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setNotificationsEnabledForPackage", "String pkg,int uid,boolean enabled")); 

1.773.8. canShowBadge(String pkg,int uid)


public boolean canShowBadge(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canShowBadge", "String pkg,int uid")); 

1.773.9. setShowBadge(String pkg,int uid,boolean showBadge)


public boolean setShowBadge(String pkg, int uid, boolean showBadge)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setShowBadge", "String pkg,int uid,boolean showBadge")); 

1.773.10. getChannel(String pkg,int uid,String channelId)


public NotificationChannel getChannel(String pkg, int uid, String channelId)

methodList.add(new ZMethod(mZAndroidAPPClass,"NotificationChannel" ,"getChannel", "String pkg,int uid,String channelId")); 

1.773.11. getGroup(String pkg,int uid,String groupId)


public NotificationChannelGroup getGroup(String pkg, int uid, String groupId)

methodList.add(new ZMethod(mZAndroidAPPClass,"NotificationChannelGroup" ,"getGroup", "String pkg,int uid,String groupId")); 

1.773.12. getGroups(String pkg,int uid)


public ParceledListSlice getGroups(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"ParceledListSlice" ,"getGroups", "String pkg,int uid")); 

1.773.13. updateChannel(String pkg,int uid,NotificationChannel channel)


public void updateChannel(String pkg, int uid, NotificationChannel channel)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateChannel", "String pkg,int uid,NotificationChannel channel")); 

1.773.14. updateChannelGroup(String pkg,int uid,NotificationChannelGroup group)


public void updateChannelGroup(String pkg, int uid, NotificationChannelGroup group)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateChannelGroup", "String pkg,int uid,NotificationChannelGroup group")); 

1.773.15. getDeletedChannelCount(String pkg,int uid)


public int getDeletedChannelCount(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDeletedChannelCount", "String pkg,int uid")); 

1.773.16. getBlockedChannelCount(String pkg,int uid)


public int getBlockedChannelCount(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getBlockedChannelCount", "String pkg,int uid")); 

1.773.17. onlyHasDefaultChannel(String pkg,int uid)


public boolean onlyHasDefaultChannel(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onlyHasDefaultChannel", "String pkg,int uid")); 

1.773.18. getChannelCount(String pkg,int uid)


public int getChannelCount(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getChannelCount", "String pkg,int uid")); 

1.773.19. getRecentApps()


public List getRecentApps()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getRecentApps", "")); 

1.773.20. getBlockedAppCount()


public int getBlockedAppCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getBlockedAppCount", "")); 

1.774. NotificationChannelWarningsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/NotificationChannelWarningsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.774.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.774.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.774.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.774.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.774.5. isDebuggable()


boolean isDebuggable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDebuggable", "")); 

1.775. NotificationFooterPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationFooterPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.775.1. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.775.2. init()


private void init()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "")); 

1.776. NotificationLockscreenPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationLockscreenPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.776.1. setRemoteInputCheckBoxEnabled(boolean enabled)


public void setRemoteInputCheckBoxEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRemoteInputCheckBoxEnabled", "boolean enabled")); 

1.776.2. setRemoteInputRestricted(RestrictedLockUtils.EnforcedAdmin admin)


public void setRemoteInputRestricted(RestrictedLockUtils.EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRemoteInputRestricted", "RestrictedLockUtils.EnforcedAdmin admin")); 

1.776.3. onClick()


protected void onClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "")); 

1.776.4. setUserId(int userId)


public void setUserId(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUserId", "int userId")); 

1.776.5. onPrepareDialogBuilder(AlertDialog.Builder builder,DialogInterface.OnClickListener innerListener)


protected void onPrepareDialogBuilder(AlertDialog.Builder builder, DialogInterface.OnClickListener innerListener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareDialogBuilder", "AlertDialog.Builder builder,DialogInterface.OnClickListener innerListener")); 

1.776.6. onDialogCreated(Dialog dialog)


protected void onDialogCreated(Dialog dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogCreated", "Dialog dialog")); 

1.776.7. onDialogStateRestored(Dialog dialog,Bundle savedInstanceState)


protected void onDialogStateRestored(Dialog dialog, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogStateRestored", "Dialog dialog,Bundle savedInstanceState")); 

1.776.8. createListAdapter()


protected ListAdapter createListAdapter()

methodList.add(new ZMethod(mZAndroidAPPClass,"ListAdapter" ,"createListAdapter", "")); 

1.776.9. onDialogClosed(boolean positiveResult)


protected void onDialogClosed(boolean positiveResult)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogClosed", "boolean positiveResult")); 

1.776.10. isAutoClosePreference()


protected boolean isAutoClosePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAutoClosePreference", "")); 

1.776.11. checkboxVisibilityForSelectedIndex(int selected,boolean showRemoteAtAll)


private int checkboxVisibilityForSelectedIndex(int selected, boolean showRemoteAtAll)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"checkboxVisibilityForSelectedIndex", "int selected,boolean showRemoteAtAll")); 

1.777. NotificationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.777.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.777.2. findAndRemovePreference(PreferenceGroup prefGroup,String key)


private void findAndRemovePreference(PreferenceGroup prefGroup, String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"findAndRemovePreference", "PreferenceGroup prefGroup,String key")); 

1.777.3. onResume(NotificationBackend.AppRow appRow,@Nullable NotificationChannel channel,@Nullable NotificationChannelGroup group,RestrictedLockUtils.EnforcedAdmin admin)


protected void onResume(NotificationBackend.AppRow appRow, @Nullable NotificationChannel channel, @Nullable NotificationChannelGroup group, RestrictedLockUtils.EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "NotificationBackend.AppRow appRow,@Nullable NotificationChannel channel,@Nullable NotificationChannelGroup group,RestrictedLockUtils.EnforcedAdmin admin")); 

1.777.4. checkCanBeVisible(int minImportanceVisible)


protected boolean checkCanBeVisible(int minImportanceVisible)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"checkCanBeVisible", "int minImportanceVisible")); 

1.777.5. saveChannel()


protected void saveChannel()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveChannel", "")); 

1.777.6. isChannelConfigurable()


protected boolean isChannelConfigurable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChannelConfigurable", "")); 

1.777.7. isChannelBlockable()


protected boolean isChannelBlockable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChannelBlockable", "")); 

1.777.8. isChannelGroupBlockable()


protected boolean isChannelGroupBlockable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChannelGroupBlockable", "")); 

1.777.9. hasValidGroup()


protected boolean hasValidGroup()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasValidGroup", "")); 

1.777.10. isDefaultChannel()


protected final boolean isDefaultChannel()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDefaultChannel", "")); 

1.778. NotificationRingtonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationRingtonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.778.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.778.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.778.3. getRingtoneType()


public int getRingtoneType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getRingtoneType", "")); 

1.779. NotificationSettingsBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationSettingsBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.779.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.779.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.779.3. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.779.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.779.5. loadChannel()


private void loadChannel()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadChannel", "")); 

1.779.6. loadAppRow()


private void loadAppRow()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadAppRow", "")); 

1.779.7. loadChannelGroup()


private void loadChannelGroup()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadChannelGroup", "")); 

1.779.8. toastAndFinish()


protected void toastAndFinish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"toastAndFinish", "")); 

1.779.9. collectConfigActivities()


protected void collectConfigActivities()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"collectConfigActivities", "")); 

1.779.10. findPackageInfo(String pkg,int uid)


private PackageInfo findPackageInfo(String pkg, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"PackageInfo" ,"findPackageInfo", "String pkg,int uid")); 

1.779.11. populateSingleChannelPrefs(PreferenceGroup parent,final NotificationChannel channel,final boolean groupBlocked)


protected Preference populateSingleChannelPrefs(PreferenceGroup parent, final NotificationChannel channel, final boolean groupBlocked)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"populateSingleChannelPrefs", "PreferenceGroup parent,final NotificationChannel channel,final boolean groupBlocked")); 

1.779.12. isChannelConfigurable(NotificationChannel channel)


protected boolean isChannelConfigurable(NotificationChannel channel)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChannelConfigurable", "NotificationChannel channel")); 

1.779.13. isChannelBlockable(NotificationChannel channel)


protected boolean isChannelBlockable(NotificationChannel channel)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChannelBlockable", "NotificationChannel channel")); 

1.779.14. isChannelGroupBlockable(NotificationChannelGroup group)


protected boolean isChannelGroupBlockable(NotificationChannelGroup group)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChannelGroupBlockable", "NotificationChannelGroup group")); 

1.779.15. setVisible(Preference p,boolean visible)


protected void setVisible(Preference p, boolean visible)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVisible", "Preference p,boolean visible")); 

1.779.16. setVisible(PreferenceGroup parent,Preference p,boolean visible)


protected void setVisible(PreferenceGroup parent, Preference p, boolean visible)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVisible", "PreferenceGroup parent,Preference p,boolean visible")); 

1.779.17. startListeningToPackageRemove()


protected void startListeningToPackageRemove()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startListeningToPackageRemove", "")); 

1.779.18. stopListeningToPackageRemove()


protected void stopListeningToPackageRemove()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopListeningToPackageRemove", "")); 

1.779.19. onPackageRemoved()


protected void onPackageRemoved()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageRemoved", "")); 

1.780. NotificationsOffPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationsOffPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.780.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.780.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.780.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.781. NotificationSoundPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationSoundPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.781.1. onRestoreRingtone()


protected Uri onRestoreRingtone()

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"onRestoreRingtone", "")); 

1.781.2. setRingtone(Uri ringtone)


public void setRingtone(Uri ringtone)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRingtone", "Uri ringtone")); 

1.781.3. onActivityResult(int requestCode,int resultCode,Intent data)


public boolean onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.781.4. updateRingtoneName(final Uri uri)


private void updateRingtoneName(final Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateRingtoneName", "final Uri uri")); 

1.782. NotificationStation.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationStation.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.782.1. scheduleRefreshList()


private void scheduleRefreshList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"scheduleRefreshList", "")); 

1.782.2. onAttach(Activity activity)


public void onAttach(Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Activity activity")); 

1.782.3. onDetach()


public void onDetach()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDetach", "")); 

1.782.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.782.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.782.6. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.782.7. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.782.8. refreshList()


private void refreshList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshList", "")); 

1.782.9. logd(String msg,Object... args)


private static void logd(String msg, Object... args)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logd", "String msg,Object... args")); 

1.782.10. bold(CharSequence cs)


private static CharSequence bold(CharSequence cs)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"bold", "CharSequence cs")); 

1.782.11. getTitleString(Notification n)


private static String getTitleString(Notification n)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getTitleString", "Notification n")); 

1.782.12. formatPendingIntent(PendingIntent pi)


private static String formatPendingIntent(PendingIntent pi)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"formatPendingIntent", "PendingIntent pi")); 

1.782.13. loadNotifications()


private List loadNotifications()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"loadNotifications", "")); 

1.782.14. generateExtraText(StatusBarNotification sbn,HistoricalNotificationInfo info)


private CharSequence generateExtraText(StatusBarNotification sbn, HistoricalNotificationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"generateExtraText", "StatusBarNotification sbn,HistoricalNotificationInfo info")); 

1.782.15. getResourcesForUserPackage(String pkg,int userId)


private Resources getResourcesForUserPackage(String pkg, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Resources" ,"getResourcesForUserPackage", "String pkg,int userId")); 

1.782.16. loadPackageIconDrawable(String pkg,int userId)


private Drawable loadPackageIconDrawable(String pkg, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"loadPackageIconDrawable", "String pkg,int userId")); 

1.782.17. loadPackageName(String pkg)


private CharSequence loadPackageName(String pkg)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"loadPackageName", "String pkg")); 

1.782.18. loadIconDrawable(String pkg,int userId,int resId)


private Drawable loadIconDrawable(String pkg, int userId, int resId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"loadIconDrawable", "String pkg,int userId,int resId")); 

1.783. NotificationSwitchBarPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationSwitchBarPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.783.1. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.783.2. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.783.3. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.783.4. setSwitchEnabled(boolean enabled)


public void setSwitchEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSwitchEnabled", "boolean enabled")); 

1.783.5. setDisabledByAdmin(RestrictedLockUtils.EnforcedAdmin admin)


public void setDisabledByAdmin(RestrictedLockUtils.EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisabledByAdmin", "RestrictedLockUtils.EnforcedAdmin admin")); 

1.784. NotificationVibrationIntensityPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/NotificationVibrationIntensityPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.784.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.784.2. getDefaultIntensity()


protected int getDefaultIntensity()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultIntensity", "")); 

1.785. NotificationVibrationPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/NotificationVibrationPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.785.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.785.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.785.3. getVibrationIntensitySetting()


protected String getVibrationIntensitySetting()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVibrationIntensitySetting", "")); 

1.785.4. getPreviewVibrationAudioAttributesUsage()


protected int getPreviewVibrationAudioAttributesUsage()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreviewVibrationAudioAttributesUsage", "")); 

1.785.5. getDefaultVibrationIntensity()


protected int getDefaultVibrationIntensity()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultVibrationIntensity", "")); 

1.786. NotificationVolumePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/NotificationVolumePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.786.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.786.2. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.786.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.786.4. getAudioStream()


public int getAudioStream()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAudioStream", "")); 

1.786.5. getMuteIcon()


public int getMuteIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMuteIcon", "")); 

1.787. NotifyOpenNetworksPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/NotifyOpenNetworksPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.787.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.787.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.787.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.787.4. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.787.5. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.787.6. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.787.7. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.788. OemLockInfoDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/OemLockInfoDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.788.1. show(Fragment host)


public static void show(Fragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment host")); 

1.788.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.788.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.789. OemUnlockDialogHost.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/OemUnlockDialogHost.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.790. OemUnlockPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/OemUnlockPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.790.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.790.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.790.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.790.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.790.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.790.6. onActivityResult(int requestCode,int resultCode,Intent data)


public boolean onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.790.7. onDeveloperOptionsSwitchEnabled()


protected void onDeveloperOptionsSwitchEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchEnabled", "")); 

1.790.8. onOemUnlockConfirmed()


public void onOemUnlockConfirmed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onOemUnlockConfirmed", "")); 

1.790.9. onOemUnlockDismissed()


public void onOemUnlockDismissed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onOemUnlockDismissed", "")); 

1.790.10. handleDeveloperOptionsToggled()


private void handleDeveloperOptionsToggled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleDeveloperOptionsToggled", "")); 

1.790.11. updateOemUnlockSettingDescription()


private void updateOemUnlockSettingDescription()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateOemUnlockSettingDescription", "")); 

1.790.12. isSimLockedDevice()


private boolean isSimLockedDevice()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSimLockedDevice", "")); 

1.790.13. isBootloaderUnlocked()


boolean isBootloaderUnlocked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBootloaderUnlocked", "")); 

1.790.14. enableOemUnlockPreference()


private boolean enableOemUnlockPreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"enableOemUnlockPreference", "")); 

1.790.15. showKeyguardConfirmation(Resources resources,int requestCode)


boolean showKeyguardConfirmation(Resources resources, int requestCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"showKeyguardConfirmation", "Resources resources,int requestCode")); 

1.790.16. confirmEnableOemUnlock()


void confirmEnableOemUnlock()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"confirmEnableOemUnlock", "")); 

1.790.17. isOemUnlockAllowedByUserAndCarrier()


boolean isOemUnlockAllowedByUserAndCarrier()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isOemUnlockAllowedByUserAndCarrier", "")); 

1.790.18. isOemUnlockedAllowed()


boolean isOemUnlockedAllowed()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isOemUnlockedAllowed", "")); 

1.791. OnActivityResultListener.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/OnActivityResultListener.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.792. OnPreferenceClickListener.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/OnPreferenceClickListener.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.793. OpenBatterySaverAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/actions/OpenBatterySaverAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.793.1. handlePositiveAction(int metricsKey)


public void handlePositiveAction(int metricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "int metricsKey")); 

1.794. OpenRestrictAppFragmentAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/actions/OpenRestrictAppFragmentAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.794.1. handlePositiveAction(int metricsKey)


public void handlePositiveAction(int metricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "int metricsKey")); 

1.795. OverlayManagerWrapper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wrapper/OverlayManagerWrapper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.795.1. getOverlayInfosForTarget(String overlay,int userId)


public List getOverlayInfosForTarget(String overlay, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getOverlayInfosForTarget", "String overlay,int userId")); 

1.795.2. setEnabled(String overlay,boolean enabled,int userId)


public boolean setEnabled(String overlay, boolean enabled, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setEnabled", "String overlay,boolean enabled,int userId")); 

1.795.3. setEnabledExclusiveInCategory(String overlay,int userId)


public boolean setEnabledExclusiveInCategory(String overlay, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setEnabledExclusiveInCategory", "String overlay,int userId")); 

1.796. OwnerInfoPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/OwnerInfoPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.796.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.796.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.796.3. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.796.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.796.5. updateEnableState()


public void updateEnableState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEnableState", "")); 

1.796.6. updateSummary()


public void updateSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "")); 

1.796.7. isDeviceOwnerInfoEnabled()


boolean isDeviceOwnerInfoEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDeviceOwnerInfoEnabled", "")); 

1.796.8. getDeviceOwnerInfo()


String getDeviceOwnerInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDeviceOwnerInfo", "")); 

1.796.9. isOwnerInfoEnabled()


boolean isOwnerInfoEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isOwnerInfoEnabled", "")); 

1.796.10. getOwnerInfo()


String getOwnerInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getOwnerInfo", "")); 

1.796.11. getDeviceOwner()


EnforcedAdmin getDeviceOwner()

methodList.add(new ZMethod(mZAndroidAPPClass,"EnforcedAdmin" ,"getDeviceOwner", "")); 

1.797. OwnerInfoSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/OwnerInfoSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.797.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.797.2. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.797.3. initView()


private void initView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initView", "")); 

1.797.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.797.5. show(Fragment parent)


public static void show(Fragment parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment parent")); 

1.797.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.798. P2pCategoryPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/p2p/P2pCategoryPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.798.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.798.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.798.3. removeAllChildren()


public void removeAllChildren()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeAllChildren", "")); 

1.798.4. addChild(Preference child)


public void addChild(Preference child)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addChild", "Preference child")); 

1.798.5. setEnabled(boolean enabled)


public void setEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enabled")); 

1.799. P2pPeerCategoryPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/p2p/P2pPeerCategoryPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.799.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.800. P2pPersistentCategoryPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/p2p/P2pPersistentCategoryPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.800.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.801. P2pThisDevicePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/p2p/P2pThisDevicePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.801.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.801.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.801.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.801.4. setEnabled(boolean enabled)


public void setEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enabled")); 

1.801.5. updateDeviceName(WifiP2pDevice thisDevice)


public void updateDeviceName(WifiP2pDevice thisDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDeviceName", "WifiP2pDevice thisDevice")); 

1.802. PasswordRequirementAdapter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/PasswordRequirementAdapter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.802.1. onCreateViewHolder(ViewGroup parent,int viewType)


public PasswordRequirementViewHolder onCreateViewHolder(ViewGroup parent, int viewType)

methodList.add(new ZMethod(mZAndroidAPPClass,"PasswordRequirementViewHolder" ,"onCreateViewHolder", "ViewGroup parent,int viewType")); 

1.802.2. getItemCount()


public int getItemCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemCount", "")); 

1.802.3. setRequirements(String[] requirements)


public void setRequirements(String[] requirements)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRequirements", "String[] requirements")); 

1.802.4. getItemId(int position)


public long getItemId(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getItemId", "int position")); 

1.802.5. onBindViewHolder(PasswordRequirementViewHolder holder,int position)


public void onBindViewHolder(PasswordRequirementViewHolder holder, int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PasswordRequirementViewHolder holder,int position")); 

1.803. PatternVisiblePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/screenlock/PatternVisiblePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.803.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.803.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.803.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.803.4. isPatternLock()


private boolean isPatternLock()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPatternLock", "")); 

1.803.5. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.804. PaymentBackend.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/PaymentBackend.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.804.1. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.804.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.804.3. refresh()


public void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.804.4. registerCallback(Callback callback)


public void registerCallback(Callback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerCallback", "Callback callback")); 

1.804.5. unregisterCallback(Callback callback)


public void unregisterCallback(Callback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregisterCallback", "Callback callback")); 

1.804.6. getPaymentAppInfos()


public List getPaymentAppInfos()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getPaymentAppInfos", "")); 

1.804.7. getDefaultApp()


public PaymentAppInfo getDefaultApp()

methodList.add(new ZMethod(mZAndroidAPPClass,"PaymentAppInfo" ,"getDefaultApp", "")); 

1.804.8. makeCallbacks()


void makeCallbacks()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"makeCallbacks", "")); 

1.804.9. loadDrawableForPackage(String pkgName,int drawableResId)


Drawable loadDrawableForPackage(String pkgName, int drawableResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"loadDrawableForPackage", "String pkgName,int drawableResId")); 

1.804.10. isForegroundMode()


boolean isForegroundMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isForegroundMode", "")); 

1.804.11. setForegroundMode(boolean foreground)


void setForegroundMode(boolean foreground)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setForegroundMode", "boolean foreground")); 

1.804.12. getDefaultPaymentApp()


ComponentName getDefaultPaymentApp()

methodList.add(new ZMethod(mZAndroidAPPClass,"ComponentName" ,"getDefaultPaymentApp", "")); 

1.804.13. setDefaultPaymentApp(ComponentName app)


public void setDefaultPaymentApp(ComponentName app)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDefaultPaymentApp", "ComponentName app")); 

1.805. PaymentDefaultDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/PaymentDefaultDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.805.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.805.2. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.805.3. buildDialog(ComponentName component,String category)


private boolean buildDialog(ComponentName component, String category)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"buildDialog", "ComponentName component,String category")); 

1.805.4. sanitizePaymentAppCaption(String input)


private String sanitizePaymentAppCaption(String input)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"sanitizePaymentAppCaption", "String input")); 

1.806. PaymentSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/nfc/PaymentSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.806.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.806.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.806.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.806.4. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.806.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.806.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.806.7. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.807. PercentageBarChart.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/PercentageBarChart.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.807.1. onDraw(Canvas canvas)


protected void onDraw(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDraw", "Canvas canvas")); 

1.807.2. setBackgroundColor(int color)


public void setBackgroundColor(int color)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBackgroundColor", "int color")); 

1.807.3. createEntry(int order,float percentage,int color)


public static Entry createEntry(int order, float percentage, int color)

methodList.add(new ZMethod(mZAndroidAPPClass,"Entry" ,"createEntry", "int order,float percentage,int color")); 

1.807.4. setEntries(Collection entries)


public void setEntries(Collection entries)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEntries", "Collection entries")); 

1.808. PhoneLanguagePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/language/PhoneLanguagePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.808.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.808.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.808.3. updateNonIndexableKeys(List keys)


public void updateNonIndexableKeys(List keys)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateNonIndexableKeys", "List keys")); 

1.808.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.808.5. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.809. PhoneNumberPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/PhoneNumberPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.809.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.809.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.809.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.809.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.809.5. getPhoneNumber(int simSlot)


private CharSequence getPhoneNumber(int simSlot)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getPhoneNumber", "int simSlot")); 

1.809.6. getPreferenceTitle(int simSlot)


private CharSequence getPreferenceTitle(int simSlot)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getPreferenceTitle", "int simSlot")); 

1.809.7. getSubscriptionInfo(int simSlot)


SubscriptionInfo getSubscriptionInfo(int simSlot)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubscriptionInfo" ,"getSubscriptionInfo", "int simSlot")); 

1.809.8. getFormattedPhoneNumber(SubscriptionInfo subscriptionInfo)


CharSequence getFormattedPhoneNumber(SubscriptionInfo subscriptionInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getFormattedPhoneNumber", "SubscriptionInfo subscriptionInfo")); 

1.809.9. createNewPreference(Context context)


Preference createNewPreference(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"createNewPreference", "Context context")); 

1.810. PhoneRingtonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/PhoneRingtonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.810.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.810.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.810.3. getRingtoneType()


public int getRingtoneType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getRingtoneType", "")); 

1.811. PhotosViewHolderController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/manageapplications/PhotosViewHolderController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.811.1. queryStats()


public void queryStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"queryStats", "")); 

1.811.2. shouldShow()


public boolean shouldShow()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShow", "")); 

1.811.3. setupView(ApplicationViewHolder holder)


public void setupView(ApplicationViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupView", "ApplicationViewHolder holder")); 

1.811.4. onClick(Fragment fragment)


public void onClick(Fragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "Fragment fragment")); 

1.812. PhysicalKeyboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/PhysicalKeyboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.812.1. onCreatePreferences(Bundle bundle,String s)


public void onCreatePreferences(Bundle bundle, String s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreatePreferences", "Bundle bundle,String s")); 

1.812.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.812.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.812.4. onInputDeviceAdded(int deviceId)


public void onInputDeviceAdded(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceAdded", "int deviceId")); 

1.812.5. onInputDeviceRemoved(int deviceId)


public void onInputDeviceRemoved(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceRemoved", "int deviceId")); 

1.812.6. onInputDeviceChanged(int deviceId)


public void onInputDeviceChanged(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceChanged", "int deviceId")); 

1.812.7. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.812.8. scheduleUpdateHardKeyboards()


private void scheduleUpdateHardKeyboards()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"scheduleUpdateHardKeyboards", "")); 

1.812.9. updateHardKeyboards(@NonNull List newHardKeyboards)


private void updateHardKeyboards(@NonNull List newHardKeyboards)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateHardKeyboards", "@NonNull List newHardKeyboards")); 

1.812.10. showKeyboardLayoutDialog(InputDeviceIdentifier inputDeviceIdentifier)


private void showKeyboardLayoutDialog(InputDeviceIdentifier inputDeviceIdentifier)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showKeyboardLayoutDialog", "InputDeviceIdentifier inputDeviceIdentifier")); 

1.812.11. registerShowVirtualKeyboardSettingsObserver()


private void registerShowVirtualKeyboardSettingsObserver()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerShowVirtualKeyboardSettingsObserver", "")); 

1.812.12. unregisterShowVirtualKeyboardSettingsObserver()


private void unregisterShowVirtualKeyboardSettingsObserver()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregisterShowVirtualKeyboardSettingsObserver", "")); 

1.812.13. updateShowVirtualKeyboardSwitch()


private void updateShowVirtualKeyboardSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateShowVirtualKeyboardSwitch", "")); 

1.812.14. toggleKeyboardShortcutsMenu()


private void toggleKeyboardShortcutsMenu()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"toggleKeyboardShortcutsMenu", "")); 

1.812.15. onSetupKeyboardLayouts(InputDeviceIdentifier inputDeviceIdentifier)


public void onSetupKeyboardLayouts(InputDeviceIdentifier inputDeviceIdentifier)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSetupKeyboardLayouts", "InputDeviceIdentifier inputDeviceIdentifier")); 

1.812.16. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.812.17. getLayoutLabel(@NonNull InputDevice device,@NonNull Context context,@NonNull InputManager im)


private static String getLayoutLabel(@NonNull InputDevice device, @NonNull Context context, @NonNull InputManager im)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLayoutLabel", "@NonNull InputDevice device,@NonNull Context context,@NonNull InputManager im")); 

1.812.18. getHardKeyboards(@NonNull Context context)


static List getHardKeyboards(@NonNull Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getHardKeyboards", "@NonNull Context context")); 

1.813. PhysicalKeyboardPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/PhysicalKeyboardPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.813.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.813.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.813.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.813.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.813.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.813.6. onInputDeviceAdded(int deviceId)


public void onInputDeviceAdded(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceAdded", "int deviceId")); 

1.813.7. onInputDeviceRemoved(int deviceId)


public void onInputDeviceRemoved(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceRemoved", "int deviceId")); 

1.813.8. onInputDeviceChanged(int deviceId)


public void onInputDeviceChanged(int deviceId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInputDeviceChanged", "int deviceId")); 

1.813.9. updateSummary()


private void updateSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "")); 

1.814. PickupGesturePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/PickupGesturePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.814.1. setConfig(AmbientDisplayConfiguration config)


public PickupGesturePreferenceController setConfig(AmbientDisplayConfiguration config)

methodList.add(new ZMethod(mZAndroidAPPClass,"PickupGesturePreferenceController" ,"setConfig", "AmbientDisplayConfiguration config")); 

1.814.2. isSuggestionComplete(Context context,SharedPreferences prefs)


public static boolean isSuggestionComplete(Context context, SharedPreferences prefs)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context,SharedPreferences prefs")); 

1.814.3. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.814.4. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.814.5. getVideoPrefKey()


protected String getVideoPrefKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVideoPrefKey", "")); 

1.814.6. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.814.7. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.814.8. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.814.9. canHandleClicks()


public boolean canHandleClicks()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canHandleClicks", "")); 

1.814.10. getResultPayload()


public ResultPayload getResultPayload()

methodList.add(new ZMethod(mZAndroidAPPClass,"ResultPayload" ,"getResultPayload", "")); 

1.814.11. pulseOnPickupCanBeModified()


boolean pulseOnPickupCanBeModified()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"pulseOnPickupCanBeModified", "")); 

1.815. PickupGestureSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/PickupGestureSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.815.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.815.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.815.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.815.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.815.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.816. PictureColorModePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/PictureColorModePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.816.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.816.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.816.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.816.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.816.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.816.6. isWideColorGamut()


boolean isWideColorGamut()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isWideColorGamut", "")); 

1.816.7. getColorModeDescriptionsSize()


int getColorModeDescriptionsSize()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getColorModeDescriptionsSize", "")); 

1.817. PictureInPictureDetailPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/PictureInPictureDetailPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.817.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.817.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.817.3. getDetailFragmentClass()


protected Class getDetailFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getDetailFragmentClass", "")); 

1.817.4. hasPictureInPictureActivites()


boolean hasPictureInPictureActivites()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasPictureInPictureActivites", "")); 

1.817.5. getPreferenceSummary()


int getPreferenceSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceSummary", "")); 

1.817.6. setPackageName(String packageName)


public void setPackageName(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPackageName", "String packageName")); 

1.818. PictureInPictureDetails.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/PictureInPictureDetails.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.818.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.818.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.818.3. refreshUi()


protected boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.818.4. createDialog(int id,int errorCode)


protected AlertDialog createDialog(int id, int errorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id,int errorCode")); 

1.818.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.818.6. setEnterPipStateForPackage(Context context,int uid,String packageName,boolean value)


static void setEnterPipStateForPackage(Context context, int uid, String packageName, boolean value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnterPipStateForPackage", "Context context,int uid,String packageName,boolean value")); 

1.818.7. getEnterPipStateForPackage(Context context,int uid,String packageName)


static boolean getEnterPipStateForPackage(Context context, int uid, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getEnterPipStateForPackage", "Context context,int uid,String packageName")); 

1.818.8. getPreferenceSummary(Context context,int uid,String packageName)


public static int getPreferenceSummary(Context context, int uid, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceSummary", "Context context,int uid,String packageName")); 

1.818.9. logSpecialPermissionChange(boolean newState,String packageName)


void logSpecialPermissionChange(boolean newState, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "boolean newState,String packageName")); 

1.819. PictureInPictureSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/PictureInPictureSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.819.1. checkPackageHasPictureInPictureActivities(String packageName,ActivityInfo[] activities)


public static boolean checkPackageHasPictureInPictureActivities(String packageName, ActivityInfo[] activities)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"checkPackageHasPictureInPictureActivities", "String packageName,ActivityInfo[] activities")); 

1.819.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.819.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.819.4. onViewCreated(View view,@Nullable Bundle savedInstanceState)


public void onViewCreated(View view, @Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,@Nullable Bundle savedInstanceState")); 

1.819.5. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.819.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.819.7. collectPipApps(int userId)


ArrayList> collectPipApps(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayList>" ,"collectPipApps", "int userId")); 

1.820. PointerLocationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/PointerLocationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.820.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.820.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.820.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.820.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.821. PointerSpeedController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/language/PointerSpeedController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.821.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.822. PointerSpeedPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/PointerSpeedPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.822.1. onClick()


protected void onClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "")); 

1.822.2. onBindDialogView(View view)


protected void onBindDialogView(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindDialogView", "View view")); 

1.822.3. onProgressChanged(SeekBar seekBar,int progress,boolean fromTouch)


public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProgressChanged", "SeekBar seekBar,int progress,boolean fromTouch")); 

1.822.4. onStartTrackingTouch(SeekBar seekBar)


public void onStartTrackingTouch(SeekBar seekBar)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStartTrackingTouch", "SeekBar seekBar")); 

1.822.5. onStopTrackingTouch(SeekBar seekBar)


public void onStopTrackingTouch(SeekBar seekBar)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStopTrackingTouch", "SeekBar seekBar")); 

1.822.6. onSpeedChanged()


private void onSpeedChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSpeedChanged", "")); 

1.822.7. onDialogClosed(boolean positiveResult)


protected void onDialogClosed(boolean positiveResult)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogClosed", "boolean positiveResult")); 

1.822.8. restoreOldState()


private void restoreOldState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restoreOldState", "")); 

1.822.9. onSaveInstanceState()


protected Parcelable onSaveInstanceState()

methodList.add(new ZMethod(mZAndroidAPPClass,"Parcelable" ,"onSaveInstanceState", "")); 

1.822.10. onRestoreInstanceState(Parcelable state)


protected void onRestoreInstanceState(Parcelable state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Parcelable state")); 

1.823. PowerButtonInstantLockPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/screenlock/PowerButtonInstantLockPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.823.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.823.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.823.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.823.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.824. PowerGaugePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/PowerGaugePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.824.1. setContentDescription(String name)


public void setContentDescription(String name)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setContentDescription", "String name")); 

1.824.2. setPercent(double percentOfTotal)


public void setPercent(double percentOfTotal)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPercent", "double percentOfTotal")); 

1.824.3. getPercent()


public String getPercent()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPercent", "")); 

1.824.4. setSubtitle(CharSequence subtitle)


public void setSubtitle(CharSequence subtitle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSubtitle", "CharSequence subtitle")); 

1.824.5. getSubtitle()


public CharSequence getSubtitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSubtitle", "")); 

1.824.6. shouldShowAnomalyIcon(boolean showAnomalyIcon)


public void shouldShowAnomalyIcon(boolean showAnomalyIcon)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"shouldShowAnomalyIcon", "boolean showAnomalyIcon")); 

1.824.7. showAnomalyIcon()


public boolean showAnomalyIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"showAnomalyIcon", "")); 

1.824.8. getInfo()


BatteryEntry getInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryEntry" ,"getInfo", "")); 

1.824.9. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.825. PowerUsageAdvanced.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/PowerUsageAdvanced.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.825.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.825.2. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.825.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.825.4. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.825.5. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.825.6. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.825.7. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.825.8. restoreSavedInstance(Bundle savedInstance)


void restoreSavedInstance(Bundle savedInstance)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restoreSavedInstance", "Bundle savedInstance")); 

1.825.9. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.825.10. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.825.11. refreshUi(@BatteryUpdateType int refreshType)


protected void refreshUi(@BatteryUpdateType int refreshType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "@BatteryUpdateType int refreshType")); 

1.825.12. updateHistPrefSummary(Context context)


private void updateHistPrefSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateHistPrefSummary", "Context context")); 

1.826. PowerUsageAnomalyDetails.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/PowerUsageAnomalyDetails.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.826.1. startBatteryAbnormalPage(SettingsActivity caller,InstrumentedPreferenceFragment fragment,List anomalies)


public static void startBatteryAbnormalPage(SettingsActivity caller, InstrumentedPreferenceFragment fragment, List anomalies)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startBatteryAbnormalPage", "SettingsActivity caller,InstrumentedPreferenceFragment fragment,List anomalies")); 

1.826.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.826.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.826.4. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.826.5. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.826.6. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.826.7. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.826.8. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.826.9. refreshUi()


void refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "")); 

1.826.10. onAnomalyHandled(Anomaly anomaly)


public void onAnomalyHandled(Anomaly anomaly)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAnomalyHandled", "Anomaly anomaly")); 

1.826.11. getBadgedIcon(String packageName,int userId)


Drawable getBadgedIcon(String packageName, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getBadgedIcon", "String packageName,int userId")); 

1.827. PowerUsageBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/PowerUsageBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.827.1. onAttach(Activity activity)


public void onAttach(Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Activity activity")); 

1.827.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.827.3. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.827.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.827.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.827.6. restartBatteryStatsLoader(int refreshType)


protected void restartBatteryStatsLoader(int refreshType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restartBatteryStatsLoader", "int refreshType")); 

1.827.7. refreshUi(@BatteryUpdateType int refreshType)


protected abstract void refreshUi(@BatteryUpdateType int refreshType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "@BatteryUpdateType int refreshType")); 

1.827.8. updatePreference(BatteryHistoryPreference historyPref)


protected void updatePreference(BatteryHistoryPreference historyPref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreference", "BatteryHistoryPreference historyPref")); 

1.828. PowerUsageFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/PowerUsageFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.829. PowerUsageFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/PowerUsageFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.829.1. isTypeService(BatterySipper sipper)


public boolean isTypeService(BatterySipper sipper)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isTypeService", "BatterySipper sipper")); 

1.829.2. isTypeSystem(BatterySipper sipper)


public boolean isTypeSystem(BatterySipper sipper)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isTypeSystem", "BatterySipper sipper")); 

1.829.3. isLocationSettingEnabled(String[] packages)


public boolean isLocationSettingEnabled(String[] packages)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isLocationSettingEnabled", "String[] packages")); 

1.829.4. isAdditionalBatteryInfoEnabled()


public boolean isAdditionalBatteryInfoEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAdditionalBatteryInfoEnabled", "")); 

1.829.5. getAdditionalBatteryInfoIntent()


public Intent getAdditionalBatteryInfoIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getAdditionalBatteryInfoIntent", "")); 

1.829.6. isAdvancedUiEnabled()


public boolean isAdvancedUiEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAdvancedUiEnabled", "")); 

1.829.7. isPowerAccountingToggleEnabled()


public boolean isPowerAccountingToggleEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPowerAccountingToggleEnabled", "")); 

1.829.8. getEnhancedBatteryPrediction(Context context)


public Estimate getEnhancedBatteryPrediction(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Estimate" ,"getEnhancedBatteryPrediction", "Context context")); 

1.829.9. getEnhancedBatteryPredictionCurve(Context context,long zeroTime)


public SparseIntArray getEnhancedBatteryPredictionCurve(Context context, long zeroTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseIntArray" ,"getEnhancedBatteryPredictionCurve", "Context context,long zeroTime")); 

1.829.10. isEnhancedBatteryPredictionEnabled(Context context)


public boolean isEnhancedBatteryPredictionEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEnhancedBatteryPredictionEnabled", "Context context")); 

1.829.11. getEnhancedEstimateDebugString(String timeRemaining)


public String getEnhancedEstimateDebugString(String timeRemaining)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getEnhancedEstimateDebugString", "String timeRemaining")); 

1.829.12. isEstimateDebugEnabled()


public boolean isEstimateDebugEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEstimateDebugEnabled", "")); 

1.829.13. getOldEstimateDebugString(String timeRemaining)


public String getOldEstimateDebugString(String timeRemaining)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getOldEstimateDebugString", "String timeRemaining")); 

1.829.14. getAdvancedUsageScreenInfoString()


public String getAdvancedUsageScreenInfoString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getAdvancedUsageScreenInfoString", "")); 

1.829.15. getEarlyWarningSignal(Context context,String id)


public boolean getEarlyWarningSignal(Context context, String id)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getEarlyWarningSignal", "Context context,String id")); 

1.829.16. isSmartBatterySupported()


public boolean isSmartBatterySupported()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSmartBatterySupported", "")); 

1.830. PowerUsageSummary.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/PowerUsageSummary.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.830.1. updateViews(List batteryInfos)


protected void updateViews(List batteryInfos)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateViews", "List batteryInfos")); 

1.830.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.830.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.830.4. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.830.5. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.830.6. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.830.7. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.830.8. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.830.9. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.830.10. refreshUi(@BatteryUpdateType int refreshType)


protected void refreshUi(@BatteryUpdateType int refreshType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "@BatteryUpdateType int refreshType")); 

1.830.11. restartBatteryTipLoader()


void restartBatteryTipLoader()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restartBatteryTipLoader", "")); 

1.830.12. setBatteryLayoutPreference(LayoutPreference layoutPreference)


void setBatteryLayoutPreference(LayoutPreference layoutPreference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBatteryLayoutPreference", "LayoutPreference layoutPreference")); 

1.830.13. getAnomalyDetectionPolicy()


AnomalyDetectionPolicy getAnomalyDetectionPolicy()

methodList.add(new ZMethod(mZAndroidAPPClass,"AnomalyDetectionPolicy" ,"getAnomalyDetectionPolicy", "")); 

1.830.14. updateLastFullChargePreference()


void updateLastFullChargePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLastFullChargePreference", "")); 

1.830.15. showBothEstimates()


void showBothEstimates()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showBothEstimates", "")); 

1.830.16. initFeatureProvider()


void initFeatureProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initFeatureProvider", "")); 

1.830.17. updateAnomalySparseArray(List anomalies)


void updateAnomalySparseArray(List anomalies)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAnomalySparseArray", "List anomalies")); 

1.830.18. restartBatteryInfoLoader()


void restartBatteryInfoLoader()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restartBatteryInfoLoader", "")); 

1.830.19. updateBatteryTipFlag(Bundle icicle)


void updateBatteryTipFlag(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBatteryTipFlag", "Bundle icicle")); 

1.830.20. onLongClick(View view)


public boolean onLongClick(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onLongClick", "View view")); 

1.830.21. restartBatteryStatsLoader(@BatteryUpdateType int refreshType)


protected void restartBatteryStatsLoader(@BatteryUpdateType int refreshType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restartBatteryStatsLoader", "@BatteryUpdateType int refreshType")); 

1.830.22. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.830.23. onBatteryTipHandled(BatteryTip batteryTip)


public void onBatteryTipHandled(BatteryTip batteryTip)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBatteryTipHandled", "BatteryTip batteryTip")); 

1.830.24. getDashboardLabel(Context context,BatteryInfo info)


static CharSequence getDashboardLabel(Context context, BatteryInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getDashboardLabel", "Context context,BatteryInfo info")); 

1.831. PreferenceCategoryController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/PreferenceCategoryController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.831.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.831.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.831.3. setChildren(List childrenController)


public PreferenceCategoryController setChildren(List childrenController)

methodList.add(new ZMethod(mZAndroidAPPClass,"PreferenceCategoryController" ,"setChildren", "List childrenController")); 

1.832. PreferenceControllerListHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/PreferenceControllerListHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.832.1. getPreferenceControllersFromXml(Context context,@XmlRes int xmlResId)


public static List getPreferenceControllersFromXml(Context context, @XmlRes int xmlResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getPreferenceControllersFromXml", "Context context,@XmlRes int xmlResId")); 

1.832.2. filterControllers(@NonNull List input,List filter)


public static List filterControllers(@NonNull List input, List filter)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"filterControllers", "@NonNull List input,List filter")); 

1.833. PreferenceControllerMixin.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/PreferenceControllerMixin.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.834. PreferenceXmlParserUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/PreferenceXmlParserUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.834.1. getDataKey(Context context,AttributeSet attrs)


public static String getDataKey(Context context, AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDataKey", "Context context,AttributeSet attrs")); 

1.834.2. getDataTitle(Context context,AttributeSet attrs)


public static String getDataTitle(Context context, AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDataTitle", "Context context,AttributeSet attrs")); 

1.834.3. getDataSummary(Context context,AttributeSet attrs)


public static String getDataSummary(Context context, AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDataSummary", "Context context,AttributeSet attrs")); 

1.834.4. getDataSummaryOn(Context context,AttributeSet attrs)


public static String getDataSummaryOn(Context context, AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDataSummaryOn", "Context context,AttributeSet attrs")); 

1.834.5. getDataSummaryOff(Context context,AttributeSet attrs)


public static String getDataSummaryOff(Context context, AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDataSummaryOff", "Context context,AttributeSet attrs")); 

1.834.6. getDataEntries(Context context,AttributeSet attrs)


public static String getDataEntries(Context context, AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDataEntries", "Context context,AttributeSet attrs")); 

1.834.7. getDataKeywords(Context context,AttributeSet attrs)


public static String getDataKeywords(Context context, AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDataKeywords", "Context context,AttributeSet attrs")); 

1.834.8. getController(Context context,AttributeSet attrs)


public static String getController(Context context, AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getController", "Context context,AttributeSet attrs")); 

1.834.9. getDataIcon(Context context,AttributeSet attrs)


public static int getDataIcon(Context context, AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDataIcon", "Context context,AttributeSet attrs")); 

1.834.10. extractMetadata(Context context,@XmlRes int xmlResId,int flags)


public static List extractMetadata(Context context, @XmlRes int xmlResId, int flags) throws IOException, XmlPullParserException

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"extractMetadata", "Context context,@XmlRes int xmlResId,int flags")); 

1.834.11. getDataChildFragment(Context context,AttributeSet attrs)


public static String getDataChildFragment(Context context, AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDataChildFragment", "Context context,AttributeSet attrs")); 

1.834.12. getStringData(Context context,AttributeSet set,int[] attrs,int resId)


private static String getStringData(Context context, AttributeSet set, int[] attrs, int resId)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getStringData", "Context context,AttributeSet set,int[] attrs,int resId")); 

1.834.13. hasFlag(int flags,@MetadataFlag int flag)


private static boolean hasFlag(int flags, @MetadataFlag int flag)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasFlag", "int flags,@MetadataFlag int flag")); 

1.834.14. getDataEntries(Context context,AttributeSet set,int[] attrs,int resId)


private static String getDataEntries(Context context, AttributeSet set, int[] attrs, int resId)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDataEntries", "Context context,AttributeSet set,int[] attrs,int resId")); 

1.834.15. getKey(TypedArray styledAttributes)


private static String getKey(TypedArray styledAttributes)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKey", "TypedArray styledAttributes")); 

1.834.16. getTitle(TypedArray styledAttributes)


private static String getTitle(TypedArray styledAttributes)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getTitle", "TypedArray styledAttributes")); 

1.834.17. getSummary(TypedArray styledAttributes)


private static String getSummary(TypedArray styledAttributes)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSummary", "TypedArray styledAttributes")); 

1.834.18. getController(TypedArray styledAttributes)


private static String getController(TypedArray styledAttributes)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getController", "TypedArray styledAttributes")); 

1.834.19. getIcon(TypedArray styledAttributes)


private static int getIcon(TypedArray styledAttributes)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIcon", "TypedArray styledAttributes")); 

1.834.20. getPlatformSlice(TypedArray styledAttributes)


private static boolean getPlatformSlice(TypedArray styledAttributes)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getPlatformSlice", "TypedArray styledAttributes")); 

1.834.21. getKeywords(TypedArray styleAttributes)


private static String getKeywords(TypedArray styleAttributes)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKeywords", "TypedArray styleAttributes")); 

1.835. PreIndexData.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/indexing/PreIndexData.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.835.1. copy()


public PreIndexData copy()

methodList.add(new ZMethod(mZAndroidAPPClass,"PreIndexData" ,"copy", "")); 

1.835.2. clear()


public void clear()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clear", "")); 

1.836. PreIndexDataCollector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/indexing/PreIndexDataCollector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.836.1. collectIndexableData(List providers,boolean isFullIndex)


public PreIndexData collectIndexableData(List providers, boolean isFullIndex)

methodList.add(new ZMethod(mZAndroidAPPClass,"PreIndexData" ,"collectIndexableData", "List providers,boolean isFullIndex")); 

1.836.2. addIndexablesFromRemoteProvider(String packageName,String authority)


private boolean addIndexablesFromRemoteProvider(String packageName, String authority)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"addIndexablesFromRemoteProvider", "String packageName,String authority")); 

1.836.3. getIndexablesForXmlResourceUri(Context packageContext,String packageName,Uri uri,String[] projection)


List getIndexablesForXmlResourceUri(Context packageContext, String packageName, Uri uri, String[] projection)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getIndexablesForXmlResourceUri", "Context packageContext,String packageName,Uri uri,String[] projection")); 

1.836.4. addNonIndexablesKeysFromRemoteProvider(String packageName,String authority)


private void addNonIndexablesKeysFromRemoteProvider(String packageName, String authority)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addNonIndexablesKeysFromRemoteProvider", "String packageName,String authority")); 

1.836.5. getNonIndexablesKeysFromRemoteProvider(String packageName,String authority)


List getNonIndexablesKeysFromRemoteProvider(String packageName, String authority)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getNonIndexablesKeysFromRemoteProvider", "String packageName,String authority")); 

1.836.6. buildUriForXmlResources(String authority)


Uri buildUriForXmlResources(String authority)

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"buildUriForXmlResources", "String authority")); 

1.836.7. buildUriForRawData(String authority)


Uri buildUriForRawData(String authority)

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"buildUriForRawData", "String authority")); 

1.836.8. buildUriForNonIndexableKeys(String authority)


Uri buildUriForNonIndexableKeys(String authority)

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"buildUriForNonIndexableKeys", "String authority")); 

1.836.9. getIndexablesForRawDataUri(Context packageContext,String packageName,Uri uri,String[] projection)


List getIndexablesForRawDataUri(Context packageContext, String packageName, Uri uri, String[] projection)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getIndexablesForRawDataUri", "Context packageContext,String packageName,Uri uri,String[] projection")); 

1.836.10. getNonIndexablesKeys(Context packageContext,Uri uri,String[] projection)


private List getNonIndexablesKeys(Context packageContext, Uri uri, String[] projection)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getNonIndexablesKeys", "Context packageContext,Uri uri,String[] projection")); 

1.836.11. isWellKnownProvider(ResolveInfo info)


boolean isWellKnownProvider(ResolveInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isWellKnownProvider", "ResolveInfo info")); 

1.836.12. isPrivilegedPackage(String packageName,Context context)


private boolean isPrivilegedPackage(String packageName, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPrivilegedPackage", "String packageName,Context context")); 

1.837. PremiumSmsAccess.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/PremiumSmsAccess.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.837.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.837.2. onViewCreated(View view,@Nullable Bundle savedInstanceState)


public void onViewCreated(View view, @Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,@Nullable Bundle savedInstanceState")); 

1.837.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.837.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.837.5. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.837.6. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.837.7. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.837.8. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.837.9. logSpecialPermissionChange(int smsState,String packageName)


void logSpecialPermissionChange(int smsState, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "int smsState,String packageName")); 

1.837.10. updatePrefs(ArrayList apps)


private void updatePrefs(ArrayList apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePrefs", "ArrayList apps")); 

1.837.11. update()


private void update()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"update", "")); 

1.837.12. onExtraInfoUpdated()


public void onExtraInfoUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onExtraInfoUpdated", "")); 

1.837.13. onRebuildComplete(ArrayList apps)


public void onRebuildComplete(ArrayList apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRebuildComplete", "ArrayList apps")); 

1.837.14. onRunningStateChanged(boolean running)


public void onRunningStateChanged(boolean running)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRunningStateChanged", "boolean running")); 

1.837.15. onPackageListChanged()


public void onPackageListChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageListChanged", "")); 

1.837.16. onPackageIconChanged()


public void onPackageIconChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageIconChanged", "")); 

1.837.17. onPackageSizeChanged(String packageName)


public void onPackageSizeChanged(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageSizeChanged", "String packageName")); 

1.837.18. onAllSizesComputed()


public void onAllSizesComputed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAllSizesComputed", "")); 

1.837.19. onLauncherInfoChanged()


public void onLauncherInfoChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLauncherInfoChanged", "")); 

1.837.20. onLoadEntriesCompleted()


public void onLoadEntriesCompleted()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadEntriesCompleted", "")); 

1.838. PremiumSmsController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/PremiumSmsController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.838.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.839. PresetPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/PresetPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.839.1. shouldDisableDependents()


public boolean shouldDisableDependents()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldDisableDependents", "")); 

1.839.2. onBindListItem(View view,int index)


protected void onBindListItem(View view, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindListItem", "View view,int index")); 

1.840. PreventRingingGestureSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/PreventRingingGestureSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.840.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.840.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.840.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.840.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.840.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.841. PreventRingingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/PreventRingingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.841.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.841.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.841.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.841.4. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.841.5. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.841.6. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.841.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.841.8. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.841.9. getVideoPrefKey()


protected String getVideoPrefKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVideoPrefKey", "")); 

1.841.10. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.842. PreviewPagerAdapter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/PreviewPagerAdapter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.842.1. destroyItem(ViewGroup container,int position,Object object)


public void destroyItem(ViewGroup container, int position, Object object)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"destroyItem", "ViewGroup container,int position,Object object")); 

1.842.2. getCount()


public int getCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCount", "")); 

1.842.3. instantiateItem(ViewGroup container,int position)


public Object instantiateItem(ViewGroup container, int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"instantiateItem", "ViewGroup container,int position")); 

1.842.4. isViewFromObject(View view,Object object)


public boolean isViewFromObject(View view, Object object)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isViewFromObject", "View view,Object object")); 

1.842.5. isAnimating()


boolean isAnimating()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAnimating", "")); 

1.842.6. setAnimationEndAction(Runnable action)


void setAnimationEndAction(Runnable action)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAnimationEndAction", "Runnable action")); 

1.842.7. setPreviewLayer(int newLayerIndex,int currentLayerIndex,int currentFrameIndex,final boolean animate)


void setPreviewLayer(int newLayerIndex, int currentLayerIndex, int currentFrameIndex, final boolean animate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreviewLayer", "int newLayerIndex,int currentLayerIndex,int currentFrameIndex,final boolean animate")); 

1.842.8. setVisibility(final View view,final int visibility,boolean animate)


private void setVisibility(final View view, final int visibility, boolean animate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVisibility", "final View view,final int visibility,boolean animate")); 

1.842.9. runAnimationEndAction()


private void runAnimationEndAction()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"runAnimationEndAction", "")); 

1.843. PreviewSeekBarPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/PreviewSeekBarPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.843.1. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.843.2. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.843.3. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.843.4. createConfig(Configuration origConfig,int index)


protected abstract Configuration createConfig(Configuration origConfig, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"Configuration" ,"createConfig", "Configuration origConfig,int index")); 

1.843.5. commit()


protected abstract void commit()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"commit", "")); 

1.843.6. setPreviewLayer(int index,boolean animate)


private void setPreviewLayer(int index, boolean animate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreviewLayer", "int index,boolean animate")); 

1.843.7. setPagerIndicatorContentDescription(int position)


private void setPagerIndicatorContentDescription(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPagerIndicatorContentDescription", "int position")); 

1.844. PreviouslyConnectedDeviceDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/PreviouslyConnectedDeviceDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.844.1. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.844.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.844.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.844.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.844.5. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.845. PreviouslyConnectedDevicePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/PreviouslyConnectedDevicePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.845.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.845.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.845.3. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.845.4. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.845.5. init(DashboardFragment fragment)


public void init(DashboardFragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "DashboardFragment fragment")); 

1.845.6. onDeviceAdded(Preference preference)


public void onDeviceAdded(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAdded", "Preference preference")); 

1.845.7. onDeviceRemoved(Preference preference)


public void onDeviceRemoved(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceRemoved", "Preference preference")); 

1.845.8. setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater)


void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBluetoothDeviceUpdater", "BluetoothDeviceUpdater bluetoothDeviceUpdater")); 

1.845.9. setSavedDockUpdater(DockUpdater savedDockUpdater)


void setSavedDockUpdater(DockUpdater savedDockUpdater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSavedDockUpdater", "DockUpdater savedDockUpdater")); 

1.845.10. setPreferenceSize(int size)


void setPreferenceSize(int size)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreferenceSize", "int size")); 

1.845.11. setPreference(Preference preference)


void setPreference(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreference", "Preference preference")); 

1.845.12. updatePreferenceOnSizeChanged()


private void updatePreferenceOnSizeChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferenceOnSizeChanged", "")); 

1.846. PrintJobSettingsFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/print/PrintJobSettingsFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.846.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.846.2. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.846.3. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.846.4. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.846.5. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.846.6. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.846.7. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.846.8. processArguments()


private void processArguments()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"processArguments", "")); 

1.846.9. getPrintJob()


private PrintJob getPrintJob()

methodList.add(new ZMethod(mZAndroidAPPClass,"PrintJob" ,"getPrintJob", "")); 

1.846.10. updateUi()


private void updateUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUi", "")); 

1.847. PrintServiceSettingsFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/print/PrintServiceSettingsFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.847.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.847.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.847.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.847.4. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.847.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.847.6. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.847.7. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.847.8. onDestroyView()


public void onDestroyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyView", "")); 

1.847.9. onPreferenceToggled(String preferenceKey,boolean enabled)


private void onPreferenceToggled(String preferenceKey, boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPreferenceToggled", "String preferenceKey,boolean enabled")); 

1.847.10. getBackupListView()


private ListView getBackupListView()

methodList.add(new ZMethod(mZAndroidAPPClass,"ListView" ,"getBackupListView", "")); 

1.847.11. updateEmptyView()


private void updateEmptyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEmptyView", "")); 

1.847.12. updateUiForServiceState()


private void updateUiForServiceState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUiForServiceState", "")); 

1.847.13. initComponents()


private void initComponents()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initComponents", "")); 

1.847.14. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.847.15. updateUiForArguments()


private void updateUiForArguments()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUiForArguments", "")); 

1.847.16. onCreateLoader(int id,Bundle args)


public Loader> onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader>" ,"onCreateLoader", "int id,Bundle args")); 

1.847.17. onLoadFinished(Loader> loader,List services)


public void onLoadFinished(Loader> loader, List services)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader> loader,List services")); 

1.847.18. onLoaderReset(Loader> loader)


public void onLoaderReset(Loader> loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader> loader")); 

1.847.19. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.848. PrintSettingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/print/PrintSettingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.848.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.848.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.848.3. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.848.4. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.848.5. onPrintJobStateChanged(PrintJobId printJobId)


public void onPrintJobStateChanged(PrintJobId printJobId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrintJobStateChanged", "PrintJobId printJobId")); 

1.848.6. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.848.7. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.848.8. shouldShowToUser(PrintJobInfo printJob)


static boolean shouldShowToUser(PrintJobInfo printJob)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShowToUser", "PrintJobInfo printJob")); 

1.849. PrintSettingsFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/print/PrintSettingsFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.849.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.849.2. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.849.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.849.4. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.849.5. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.849.6. getIntentActionString()


protected String getIntentActionString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getIntentActionString", "")); 

1.849.7. newAddServicePreferenceOrNull()


private Preference newAddServicePreferenceOrNull()

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"newAddServicePreferenceOrNull", "")); 

1.849.8. createAddNewServiceIntentOrNull()


private Intent createAddNewServiceIntentOrNull()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"createAddNewServiceIntentOrNull", "")); 

1.849.9. startSubSettingsIfNeeded()


private void startSubSettingsIfNeeded()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startSubSettingsIfNeeded", "")); 

1.849.10. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.850. PrivacySettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/PrivacySettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.850.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.850.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.850.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.850.4. setPreferenceReferences(PreferenceScreen screen)


void setPreferenceReferences(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreferenceReferences", "PreferenceScreen screen")); 

1.850.5. updateToggles()


private void updateToggles()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateToggles", "")); 

1.850.6. validatedActivityIntent(Intent intent,String logLabel)


private Intent validatedActivityIntent(Intent intent, String logLabel)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"validatedActivityIntent", "Intent intent,String logLabel")); 

1.850.7. setConfigureSummary(String summary)


private void setConfigureSummary(String summary)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setConfigureSummary", "String summary")); 

1.850.8. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.850.9. getNonVisibleKeys(Context context,Collection nonVisibleKeys)


private static void getNonVisibleKeys(Context context, Collection nonVisibleKeys)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"getNonVisibleKeys", "Context context,Collection nonVisibleKeys")); 

1.851. PrivateDnsModeDialogPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/PrivateDnsModeDialogPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.851.1. getModeFromSettings(ContentResolver cr)


public static String getModeFromSettings(ContentResolver cr)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getModeFromSettings", "ContentResolver cr")); 

1.851.2. getHostnameFromSettings(ContentResolver cr)


public static String getHostnameFromSettings(ContentResolver cr)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getHostnameFromSettings", "ContentResolver cr")); 

1.851.3. onBindDialogView(View view)


protected void onBindDialogView(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindDialogView", "View view")); 

1.851.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.851.5. onCheckedChanged(RadioGroup group,int checkedId)


public void onCheckedChanged(RadioGroup group, int checkedId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCheckedChanged", "RadioGroup group,int checkedId")); 

1.851.6. beforeTextChanged(CharSequence s,int start,int count,int after)


public void beforeTextChanged(CharSequence s, int start, int count, int after)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"beforeTextChanged", "CharSequence s,int start,int count,int after")); 

1.851.7. onTextChanged(CharSequence s,int start,int before,int count)


public void onTextChanged(CharSequence s, int start, int before, int count)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onTextChanged", "CharSequence s,int start,int before,int count")); 

1.851.8. afterTextChanged(Editable s)


public void afterTextChanged(Editable s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"afterTextChanged", "Editable s")); 

1.851.9. isWeaklyValidatedHostname(String hostname)


private boolean isWeaklyValidatedHostname(String hostname)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isWeaklyValidatedHostname", "String hostname")); 

1.851.10. getSaveButton()


private Button getSaveButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getSaveButton", "")); 

1.851.11. updateDialogInfo()


private void updateDialogInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDialogInfo", "")); 

1.852. PrivateDnsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/PrivateDnsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.852.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.852.2. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.852.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.852.4. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.852.5. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.852.6. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.853. PrivateVolumeForget.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/PrivateVolumeForget.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.853.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.853.2. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.854. PrivateVolumeFormat.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/PrivateVolumeFormat.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.854.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.854.2. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.855. PrivateVolumeOptionMenuController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/PrivateVolumeOptionMenuController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.855.1. onCreateOptionsMenu(final Menu menu,final MenuInflater inflater)


public void onCreateOptionsMenu(final Menu menu, final MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "final Menu menu,final MenuInflater inflater")); 

1.855.2. onPrepareOptionsMenu(Menu menu)


public void onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareOptionsMenu", "Menu menu")); 

1.855.3. onOptionsItemSelected(MenuItem menuItem)


public boolean onOptionsItemSelected(MenuItem menuItem)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem menuItem")); 

1.856. PrivateVolumeSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/PrivateVolumeSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.856.1. isVolumeValid()


private boolean isVolumeValid()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVolumeValid", "")); 

1.856.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.856.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.856.4. setTitle()


private void setTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTitle", "")); 

1.856.5. update()


private void update()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"update", "")); 

1.856.6. addPreference(PreferenceGroup group,Preference pref)


private void addPreference(PreferenceGroup group, Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPreference", "PreferenceGroup group,Preference pref")); 

1.856.7. addCategory(PreferenceGroup group,CharSequence title)


private PreferenceCategory addCategory(PreferenceGroup group, CharSequence title)

methodList.add(new ZMethod(mZAndroidAPPClass,"PreferenceCategory" ,"addCategory", "PreferenceGroup group,CharSequence title")); 

1.856.8. addDetailItems(PreferenceGroup category,boolean showShared,int userId)


private void addDetailItems(PreferenceGroup category, boolean showShared, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addDetailItems", "PreferenceGroup category,boolean showShared,int userId")); 

1.856.9. addItem(PreferenceGroup group,int titleRes,CharSequence title,int userId)


private void addItem(PreferenceGroup group, int titleRes, CharSequence title, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addItem", "PreferenceGroup group,int titleRes,CharSequence title,int userId")); 

1.856.10. buildItem()


private StorageItemPreference buildItem()

methodList.add(new ZMethod(mZAndroidAPPClass,"StorageItemPreference" ,"buildItem", "")); 

1.856.11. buildAction(int titleRes)


private Preference buildAction(int titleRes)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"buildAction", "int titleRes")); 

1.856.12. setVolumeSize(Bundle args,long size)


static void setVolumeSize(Bundle args, long size)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVolumeSize", "Bundle args,long size")); 

1.856.13. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.856.14. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.856.15. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.856.16. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.856.17. onPrepareOptionsMenu(Menu menu)


public void onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareOptionsMenu", "Menu menu")); 

1.856.18. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.856.19. onPreferenceTreeClick(Preference pref)


public boolean onPreferenceTreeClick(Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference pref")); 

1.856.20. getIntentForStorage(String authority,String root)


private Intent getIntentForStorage(String authority, String root)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntentForStorage", "String authority,String root")); 

1.856.21. updateDetails(MeasurementDetails details)


private void updateDetails(MeasurementDetails details)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDetails", "MeasurementDetails details")); 

1.856.22. updatePreference(StorageItemPreference pref,long size)


private void updatePreference(StorageItemPreference pref, long size)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreference", "StorageItemPreference pref,long size")); 

1.856.23. totalValues(MeasurementDetails details,int userId,String... keys)


private static long totalValues(MeasurementDetails details, int userId, String... keys)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"totalValues", "MeasurementDetails details,int userId,String... keys")); 

1.857. PrivateVolumeUnmount.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/PrivateVolumeUnmount.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.857.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.857.2. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.858. ProcessStatsBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ProcessStatsBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.858.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.858.2. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.858.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.858.4. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.858.5. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.858.6. onItemSelected(AdapterView parent,View view,int position,long id)


public void onItemSelected(AdapterView parent, View view, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onItemSelected", "AdapterView parent,View view,int position,long id")); 

1.858.7. onNothingSelected(AdapterView parent)


public void onNothingSelected(AdapterView parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNothingSelected", "AdapterView parent")); 

1.858.8. refreshUi()


public abstract void refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "")); 

1.858.9. launchMemoryDetail(SettingsActivity activity,MemInfo memInfo,ProcStatsPackageEntry entry,boolean includeAppInfo)


public static void launchMemoryDetail(SettingsActivity activity, MemInfo memInfo, ProcStatsPackageEntry entry, boolean includeAppInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchMemoryDetail", "SettingsActivity activity,MemInfo memInfo,ProcStatsPackageEntry entry,boolean includeAppInfo")); 

1.859. ProcessStatsDetail.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ProcessStatsDetail.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.859.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.859.2. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.859.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.859.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.859.5. updateRunningServices()


private void updateRunningServices()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateRunningServices", "")); 

1.859.6. createDetails()


private void createDetails()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createDetails", "")); 

1.859.7. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.859.8. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.859.9. fillProcessesSection()


private void fillProcessesSection()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"fillProcessesSection", "")); 

1.859.10. capitalize(String processName)


private static String capitalize(String processName)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"capitalize", "String processName")); 

1.859.11. getProcessName(String appLabel,ProcStatsEntry entry)


private static String getProcessName(String appLabel, ProcStatsEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getProcessName", "String appLabel,ProcStatsEntry entry")); 

1.859.12. fillServicesSection(ProcStatsEntry entry,PreferenceCategory processPref)


private void fillServicesSection(ProcStatsEntry entry, PreferenceCategory processPref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"fillServicesSection", "ProcStatsEntry entry,PreferenceCategory processPref")); 

1.859.13. getLabel(Service service)


private CharSequence getLabel(Service service)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getLabel", "Service service")); 

1.859.14. stopService(String pkg,String name)


private void stopService(String pkg, String name)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopService", "String pkg,String name")); 

1.859.15. showStopServiceDialog(final String pkg,final String name)


private void showStopServiceDialog(final String pkg, final String name)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showStopServiceDialog", "final String pkg,final String name")); 

1.859.16. doStopService(String pkg,String name)


private void doStopService(String pkg, String name)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"doStopService", "String pkg,String name")); 

1.859.17. killProcesses()


private void killProcesses()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"killProcesses", "")); 

1.859.18. checkForceStop()


private void checkForceStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkForceStop", "")); 

1.860. ProcessStatsPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ProcessStatsPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.860.1. init(ProcStatsPackageEntry entry,PackageManager pm,double maxMemory,double weightToRam,double totalScale,boolean avg)


public void init(ProcStatsPackageEntry entry, PackageManager pm, double maxMemory, double weightToRam, double totalScale, boolean avg)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "ProcStatsPackageEntry entry,PackageManager pm,double maxMemory,double weightToRam,double totalScale,boolean avg")); 

1.860.2. getEntry()


public ProcStatsPackageEntry getEntry()

methodList.add(new ZMethod(mZAndroidAPPClass,"ProcStatsPackageEntry" ,"getEntry", "")); 

1.861. ProcessStatsSummary.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ProcessStatsSummary.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.861.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.861.2. refreshUi()


public void refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "")); 

1.861.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.861.4. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.861.5. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.862. ProcessStatsUi.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ProcessStatsUi.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.862.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.862.2. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.862.3. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.862.4. updateMenu()


private void updateMenu()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateMenu", "")); 

1.862.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.862.6. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.862.7. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.862.8. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.862.9. makeDuration(long time)


public static String makeDuration(long time)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"makeDuration", "long time")); 

1.862.10. refreshUi()


public void refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "")); 

1.863. ProcStatsData.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ProcStatsData.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.863.1. setTotalTime(int totalTime)


public void setTotalTime(int totalTime)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTotalTime", "int totalTime")); 

1.863.2. xferStats()


public void xferStats()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"xferStats", "")); 

1.863.3. setMemStates(int[] memStates)


public void setMemStates(int[] memStates)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMemStates", "int[] memStates")); 

1.863.4. setStats(int[] stats)


public void setStats(int[] stats)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setStats", "int[] stats")); 

1.863.5. getMemState()


public int getMemState()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMemState", "")); 

1.863.6. getMemInfo()


public MemInfo getMemInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"MemInfo" ,"getMemInfo", "")); 

1.863.7. getElapsedTime()


public long getElapsedTime()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getElapsedTime", "")); 

1.863.8. setDuration(long duration)


public void setDuration(long duration)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDuration", "long duration")); 

1.863.9. getDuration()


public long getDuration()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getDuration", "")); 

1.863.10. getEntries()


public List getEntries()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getEntries", "")); 

1.863.11. refreshStats(boolean forceLoad)


public void refreshStats(boolean forceLoad)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshStats", "boolean forceLoad")); 

1.863.12. createPkgMap(ArrayList procEntries,ProcessDataCollection bgTotals,ProcessDataCollection runTotals)


private void createPkgMap(ArrayList procEntries, ProcessDataCollection bgTotals, ProcessDataCollection runTotals)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createPkgMap", "ArrayList procEntries,ProcessDataCollection bgTotals,ProcessDataCollection runTotals")); 

1.863.13. distributeZRam(double zramWeight)


private void distributeZRam(double zramWeight)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"distributeZRam", "double zramWeight")); 

1.863.14. createOsEntry(ProcessDataCollection bgTotals,ProcessDataCollection runTotals,TotalMemoryUseCollection totalMem,long baseCacheRam)


private ProcStatsPackageEntry createOsEntry(ProcessDataCollection bgTotals, ProcessDataCollection runTotals, TotalMemoryUseCollection totalMem, long baseCacheRam)

methodList.add(new ZMethod(mZAndroidAPPClass,"ProcStatsPackageEntry" ,"createOsEntry", "ProcessDataCollection bgTotals,ProcessDataCollection runTotals,TotalMemoryUseCollection totalMem,long baseCacheRam")); 

1.863.15. getProcs(ProcessDataCollection bgTotals,ProcessDataCollection runTotals)


private ArrayList getProcs(ProcessDataCollection bgTotals, ProcessDataCollection runTotals)

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayList" ,"getProcs", "ProcessDataCollection bgTotals,ProcessDataCollection runTotals")); 

1.863.16. load()


private void load()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"load", "")); 

1.864. ProcStatsEntry.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ProcStatsEntry.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.864.1. addPackage(String packageName)


public void addPackage(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPackage", "String packageName")); 

1.864.2. evaluateTargetPackage(PackageManager pm,ProcessStats stats,ProcessStats.ProcessDataCollection bgTotals,ProcessStats.ProcessDataCollection runTotals,Comparator compare,boolean useUss)


public void evaluateTargetPackage(PackageManager pm, ProcessStats stats, ProcessStats.ProcessDataCollection bgTotals, ProcessStats.ProcessDataCollection runTotals, Comparator compare, boolean useUss)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"evaluateTargetPackage", "PackageManager pm,ProcessStats stats,ProcessStats.ProcessDataCollection bgTotals,ProcessStats.ProcessDataCollection runTotals,Comparator compare,boolean useUss")); 

1.864.3. addService(ServiceState svc)


public void addService(ServiceState svc)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addService", "ServiceState svc")); 

1.864.4. describeContents()


public int describeContents()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"describeContents", "")); 

1.864.5. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.864.6. getUid()


public int getUid()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUid", "")); 

1.865. ProcStatsPackageEntry.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/ProcStatsPackageEntry.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.865.1. getRunningFrequency(Context context)


public CharSequence getRunningFrequency(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getRunningFrequency", "Context context")); 

1.865.2. getBackgroundFrequency(Context context)


public CharSequence getBackgroundFrequency(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getBackgroundFrequency", "Context context")); 

1.865.3. addEntry(ProcStatsEntry entry)


public void addEntry(ProcStatsEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addEntry", "ProcStatsEntry entry")); 

1.865.4. updateMetrics()


public void updateMetrics()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateMetrics", "")); 

1.865.5. retrieveUiData(Context context,PackageManager pm)


public void retrieveUiData(Context context, PackageManager pm)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"retrieveUiData", "Context context,PackageManager pm")); 

1.865.6. describeContents()


public int describeContents()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"describeContents", "")); 

1.865.7. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.865.8. getFrequency(float amount,Context context)


public static CharSequence getFrequency(float amount, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getFrequency", "float amount,Context context")); 

1.865.9. getRunWeight()


public double getRunWeight()

methodList.add(new ZMethod(mZAndroidAPPClass,"double" ,"getRunWeight", "")); 

1.865.10. getBgWeight()


public double getBgWeight()

methodList.add(new ZMethod(mZAndroidAPPClass,"double" ,"getBgWeight", "")); 

1.865.11. getEntries()


public ArrayList getEntries()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayList" ,"getEntries", "")); 

1.866. ProfileGpuRenderingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ProfileGpuRenderingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.866.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.866.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.866.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.866.4. writeTrackFrameTimeOptions(Object newValue)


private void writeTrackFrameTimeOptions(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeTrackFrameTimeOptions", "Object newValue")); 

1.866.5. updateTrackFrameTimeOptions()


private void updateTrackFrameTimeOptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTrackFrameTimeOptions", "")); 

1.867. ProfileSettingsPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/utils/ProfileSettingsPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.867.1. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.867.2. getIntentActionString()


protected abstract String getIntentActionString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getIntentActionString", "")); 

1.868. ProfileUpdateReceiver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/ProfileUpdateReceiver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.868.1. onReceive(final Context context,Intent intent)


public void onReceive(final Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "final Context context,Intent intent")); 

1.868.2. copyProfileName(Context context)


private static void copyProfileName(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"copyProfileName", "Context context")); 

1.869. ProgressCategory.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/ProgressCategory.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.869.1. setEmptyTextRes(int emptyTextRes)


public void setEmptyTextRes(int emptyTextRes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEmptyTextRes", "int emptyTextRes")); 

1.869.2. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.869.3. setProgress(boolean progressOn)


public void setProgress(boolean progressOn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProgress", "boolean progressOn")); 

1.870. ProgressCategoryBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/ProgressCategoryBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.870.1. setProgress(boolean progressOn)


public abstract void setProgress(boolean progressOn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProgress", "boolean progressOn")); 

1.871. ProviderPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/ProviderPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.871.1. getAccountType()


public String getAccountType()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getAccountType", "")); 

1.871.2. checkAccountManagementAndSetDisabled(int userId)


public void checkAccountManagementAndSetDisabled(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkAccountManagementAndSetDisabled", "int userId")); 

1.872. ProxyPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/ProxyPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.872.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.872.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.872.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.873. ProxySelector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/ProxySelector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.873.1. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.873.2. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.873.3. onCreateDialog(int id)


public Dialog onCreateDialog(int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int id")); 

1.873.4. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.873.5. showDialog(int dialogId)


private void showDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDialog", "int dialogId")); 

1.873.6. initView(View view)


private void initView(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initView", "View view")); 

1.873.7. populateFields()


void populateFields()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"populateFields", "")); 

1.873.8. validate(String hostname,String port,String exclList)


public static int validate(String hostname, String port, String exclList)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"validate", "String hostname,String port,String exclList")); 

1.873.9. saveToDb()


boolean saveToDb()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"saveToDb", "")); 

1.873.10. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.874. PublicVolumeSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/PublicVolumeSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.874.1. isVolumeValid()


private boolean isVolumeValid()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVolumeValid", "")); 

1.874.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.874.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.874.4. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.874.5. update()


public void update()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"update", "")); 

1.874.6. addPreference(Preference pref)


private void addPreference(Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPreference", "Preference pref")); 

1.874.7. buildAction(int titleRes)


private Preference buildAction(int titleRes)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"buildAction", "int titleRes")); 

1.874.8. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.874.9. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.874.10. onPreferenceTreeClick(Preference pref)


public boolean onPreferenceTreeClick(Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference pref")); 

1.875. PulseNotificationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/PulseNotificationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.875.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.875.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.875.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.875.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.875.5. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.875.6. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.875.7. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.876. RadioButtonPickerFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/RadioButtonPickerFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.876.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.876.2. onCreatePreferences(Bundle savedInstanceState,String rootKey)


public void onCreatePreferences(Bundle savedInstanceState, String rootKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreatePreferences", "Bundle savedInstanceState,String rootKey")); 

1.876.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.876.4. getPreferenceScreenResId()


protected abstract int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.876.5. onRadioButtonClicked(RadioButtonPreference selected)


public void onRadioButtonClicked(RadioButtonPreference selected)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRadioButtonClicked", "RadioButtonPreference selected")); 

1.876.6. onSelectionPerformed(boolean success)


protected void onSelectionPerformed(boolean success)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSelectionPerformed", "boolean success")); 

1.876.7. shouldShowItemNone()


protected boolean shouldShowItemNone()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShowItemNone", "")); 

1.876.8. addStaticPreferences(PreferenceScreen screen)


protected void addStaticPreferences(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addStaticPreferences", "PreferenceScreen screen")); 

1.876.9. getCandidate(String key)


protected CandidateInfo getCandidate(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"CandidateInfo" ,"getCandidate", "String key")); 

1.876.10. onRadioButtonConfirmed(String selectedKey)


protected void onRadioButtonConfirmed(String selectedKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRadioButtonConfirmed", "String selectedKey")); 

1.876.11. bindPreferenceExtra(RadioButtonPreference pref,String key,CandidateInfo info,String defaultKey,String systemDefaultKey)


public void bindPreferenceExtra(RadioButtonPreference pref, String key, CandidateInfo info, String defaultKey, String systemDefaultKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindPreferenceExtra", "RadioButtonPreference pref,String key,CandidateInfo info,String defaultKey,String systemDefaultKey")); 

1.876.12. updateCandidates()


public void updateCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCandidates", "")); 

1.876.13. bindPreference(RadioButtonPreference pref,String key,CandidateInfo info,String defaultKey)


public RadioButtonPreference bindPreference(RadioButtonPreference pref, String key, CandidateInfo info, String defaultKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"RadioButtonPreference" ,"bindPreference", "RadioButtonPreference pref,String key,CandidateInfo info,String defaultKey")); 

1.876.14. updateCheckedState(String selectedKey)


public void updateCheckedState(String selectedKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCheckedState", "String selectedKey")); 

1.876.15. mayCheckOnlyRadioButton()


public void mayCheckOnlyRadioButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"mayCheckOnlyRadioButton", "")); 

1.876.16. getCandidates()


protected abstract List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.876.17. getDefaultKey()


protected abstract String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.876.18. setDefaultKey(String key)


protected abstract boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.876.19. getSystemDefaultKey()


protected String getSystemDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSystemDefaultKey", "")); 

1.876.20. getRadioButtonPreferenceCustomLayoutResId()


protected int getRadioButtonPreferenceCustomLayoutResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getRadioButtonPreferenceCustomLayoutResId", "")); 

1.877. RadioButtonPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/RadioButtonPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.877.1. setOnClickListener(OnClickListener listener)


public void setOnClickListener(OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnClickListener", "OnClickListener listener")); 

1.877.2. onClick()


public void onClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "")); 

1.877.3. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.878. RadioInfo.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/RadioInfo.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.878.1. log(String s)


private void log(String s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"log", "String s")); 

1.878.2. updatePhysicalChannelConfiguration(List configs)


private void updatePhysicalChannelConfiguration(List configs)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePhysicalChannelConfiguration", "List configs")); 

1.878.3. updatePreferredNetworkType(int type)


private void updatePreferredNetworkType(int type)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferredNetworkType", "int type")); 

1.878.4. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.878.5. onResume()


protected void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.878.6. onPause()


protected void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.878.7. restoreFromBundle(Bundle b)


private void restoreFromBundle(Bundle b)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restoreFromBundle", "Bundle b")); 

1.878.8. onSaveInstanceState(Bundle outState)


protected void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.878.9. onCreateOptionsMenu(Menu menu)


public boolean onCreateOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onCreateOptionsMenu", "Menu menu")); 

1.878.10. onPrepareOptionsMenu(Menu menu)


public boolean onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPrepareOptionsMenu", "Menu menu")); 

1.878.11. updateDnsCheckState()


private void updateDnsCheckState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDnsCheckState", "")); 

1.878.12. updateBandwidths(int dlbw,int ulbw)


private void updateBandwidths(int dlbw, int ulbw)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBandwidths", "int dlbw,int ulbw")); 

1.878.13. updateSignalStrength(SignalStrength signalStrength)


private final void updateSignalStrength(SignalStrength signalStrength)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSignalStrength", "SignalStrength signalStrength")); 

1.878.14. updateLocation(CellLocation location)


private final void updateLocation(CellLocation location)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLocation", "CellLocation location")); 

1.878.15. updateNeighboringCids(List cids)


private final void updateNeighboringCids(List cids)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateNeighboringCids", "List cids")); 

1.878.16. getCellInfoDisplayString(int i)


private final String getCellInfoDisplayString(int i)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getCellInfoDisplayString", "int i")); 

1.878.17. getCellInfoDisplayString(long i)


private final String getCellInfoDisplayString(long i)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getCellInfoDisplayString", "long i")); 

1.878.18. getConnectionStatusString(CellInfo ci)


private final String getConnectionStatusString(CellInfo ci)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getConnectionStatusString", "CellInfo ci")); 

1.878.19. buildCdmaInfoString(CellInfoCdma ci)


private final String buildCdmaInfoString(CellInfoCdma ci)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"buildCdmaInfoString", "CellInfoCdma ci")); 

1.878.20. buildGsmInfoString(CellInfoGsm ci)


private final String buildGsmInfoString(CellInfoGsm ci)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"buildGsmInfoString", "CellInfoGsm ci")); 

1.878.21. buildLteInfoString(CellInfoLte ci)


private final String buildLteInfoString(CellInfoLte ci)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"buildLteInfoString", "CellInfoLte ci")); 

1.878.22. buildWcdmaInfoString(CellInfoWcdma ci)


private final String buildWcdmaInfoString(CellInfoWcdma ci)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"buildWcdmaInfoString", "CellInfoWcdma ci")); 

1.878.23. buildCellInfoString(List arrayCi)


private final String buildCellInfoString(List arrayCi)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"buildCellInfoString", "List arrayCi")); 

1.878.24. updateCellInfo(List arrayCi)


private final void updateCellInfo(List arrayCi)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCellInfo", "List arrayCi")); 

1.878.25. updateDcRtInfoTv(DataConnectionRealTimeInfo dcRtInfo)


private final void updateDcRtInfoTv(DataConnectionRealTimeInfo dcRtInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDcRtInfoTv", "DataConnectionRealTimeInfo dcRtInfo")); 

1.878.26. updateMessageWaiting()


private final void updateMessageWaiting()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateMessageWaiting", "")); 

1.878.27. updateCallRedirect()


private final void updateCallRedirect()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCallRedirect", "")); 

1.878.28. updateServiceState(ServiceState serviceState)


private final void updateServiceState(ServiceState serviceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateServiceState", "ServiceState serviceState")); 

1.878.29. updatePhoneState(int state)


private final void updatePhoneState(int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePhoneState", "int state")); 

1.878.30. updateDataState()


private final void updateDataState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDataState", "")); 

1.878.31. updateNetworkType()


private final void updateNetworkType()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateNetworkType", "")); 

1.878.32. updateProperties()


private final void updateProperties()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateProperties", "")); 

1.878.33. updateDataStats2()


private final void updateDataStats2()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDataStats2", "")); 

1.878.34. pingHostname()


private final void pingHostname()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pingHostname", "")); 

1.878.35. httpClientTest()


private void httpClientTest()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"httpClientTest", "")); 

1.878.36. refreshSmsc()


private void refreshSmsc()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshSmsc", "")); 

1.878.37. updateAllCellInfo()


private final void updateAllCellInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAllCellInfo", "")); 

1.878.38. updatePingState()


private final void updatePingState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePingState", "")); 

1.878.39. isRadioOn()


private boolean isRadioOn()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isRadioOn", "")); 

1.878.40. updateRadioPowerState()


private void updateRadioPowerState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateRadioPowerState", "")); 

1.878.41. setImsVolteProvisionedState(boolean state)


void setImsVolteProvisionedState(boolean state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setImsVolteProvisionedState", "boolean state")); 

1.878.42. setImsVtProvisionedState(boolean state)


void setImsVtProvisionedState(boolean state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setImsVtProvisionedState", "boolean state")); 

1.878.43. setImsWfcProvisionedState(boolean state)


void setImsWfcProvisionedState(boolean state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setImsWfcProvisionedState", "boolean state")); 

1.878.44. setEabProvisionedState(boolean state)


void setEabProvisionedState(boolean state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEabProvisionedState", "boolean state")); 

1.878.45. setImsConfigProvisionedState(int configItem,boolean state)


void setImsConfigProvisionedState(int configItem, boolean state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setImsConfigProvisionedState", "int configItem,boolean state")); 

1.878.46. isImsVolteProvisioned()


private boolean isImsVolteProvisioned()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isImsVolteProvisioned", "")); 

1.878.47. isImsVtProvisioned()


private boolean isImsVtProvisioned()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isImsVtProvisioned", "")); 

1.878.48. isImsWfcProvisioned()


private boolean isImsWfcProvisioned()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isImsWfcProvisioned", "")); 

1.878.49. isEabProvisioned()


private boolean isEabProvisioned()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEabProvisioned", "")); 

1.878.50. isFeatureProvisioned(int featureId,boolean defaultValue)


private boolean isFeatureProvisioned(int featureId, boolean defaultValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFeatureProvisioned", "int featureId,boolean defaultValue")); 

1.878.51. isEabEnabledByPlatform(Context context)


private static boolean isEabEnabledByPlatform(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEabEnabledByPlatform", "Context context")); 

1.878.52. updateImsProvisionedState()


private void updateImsProvisionedState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateImsProvisionedState", "")); 

1.879. RecentAppsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/RecentAppsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.879.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.879.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.879.3. updateNonIndexableKeys(List keys)


public void updateNonIndexableKeys(List keys)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateNonIndexableKeys", "List keys")); 

1.879.4. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.879.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.879.6. compare(UsageStats a,UsageStats b)


public final int compare(UsageStats a, UsageStats b)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"compare", "UsageStats a,UsageStats b")); 

1.879.7. refreshUi(Context prefContext)


void refreshUi(Context prefContext)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "Context prefContext")); 

1.879.8. reloadData()


void reloadData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reloadData", "")); 

1.879.9. displayOnlyAppInfo()


private void displayOnlyAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayOnlyAppInfo", "")); 

1.879.10. displayRecentApps(Context prefContext,List recentApps)


private void displayRecentApps(Context prefContext, List recentApps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayRecentApps", "Context prefContext,List recentApps")); 

1.879.11. getDisplayableRecentAppList()


private List getDisplayableRecentAppList()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getDisplayableRecentAppList", "")); 

1.879.12. shouldIncludePkgInRecents(UsageStats stat)


private boolean shouldIncludePkgInRecents(UsageStats stat)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldIncludePkgInRecents", "UsageStats stat")); 

1.880. RecentLocationRequestPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/RecentLocationRequestPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.880.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.880.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.880.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.880.4. onLocationModeChanged(int mode,boolean restricted)


public void onLocationModeChanged(int mode, boolean restricted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLocationModeChanged", "int mode,boolean restricted")); 

1.880.5. createAppPreference(Context prefContext)


AppPreference createAppPreference(Context prefContext)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppPreference" ,"createAppPreference", "Context prefContext")); 

1.880.6. createAppPreference(Context prefContext,RecentLocationApps.Request request)


AppPreference createAppPreference(Context prefContext, RecentLocationApps.Request request)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppPreference" ,"createAppPreference", "Context prefContext,RecentLocationApps.Request request")); 

1.881. RecentLocationRequestSeeAllFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/RecentLocationRequestSeeAllFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.881.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.881.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.881.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.881.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.881.5. buildPreferenceControllers(Context context,Lifecycle lifecycle,RecentLocationRequestSeeAllFragment fragment)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle, RecentLocationRequestSeeAllFragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle,RecentLocationRequestSeeAllFragment fragment")); 

1.882. RecentLocationRequestSeeAllPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/RecentLocationRequestSeeAllPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.882.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.882.2. onLocationModeChanged(int mode,boolean restricted)


public void onLocationModeChanged(int mode, boolean restricted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLocationModeChanged", "int mode,boolean restricted")); 

1.882.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.882.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.882.5. createAppPreference(Context prefContext,RecentLocationApps.Request request)


AppPreference createAppPreference(Context prefContext, RecentLocationApps.Request request)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppPreference" ,"createAppPreference", "Context prefContext,RecentLocationApps.Request request")); 

1.883. RecentNotifyingAppsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/RecentNotifyingAppsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.883.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.883.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.883.3. updateNonIndexableKeys(List keys)


public void updateNonIndexableKeys(List keys)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateNonIndexableKeys", "List keys")); 

1.883.4. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.883.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.883.6. refreshUi(Context prefContext)


void refreshUi(Context prefContext)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "Context prefContext")); 

1.883.7. reloadData()


void reloadData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reloadData", "")); 

1.883.8. displayOnlyAllAppsLink()


private void displayOnlyAllAppsLink()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayOnlyAllAppsLink", "")); 

1.883.9. displayRecentApps(Context prefContext,List recentApps)


private void displayRecentApps(Context prefContext, List recentApps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayRecentApps", "Context prefContext,List recentApps")); 

1.883.10. getDisplayableRecentAppList()


private List getDisplayableRecentAppList()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getDisplayableRecentAppList", "")); 

1.883.11. shouldIncludePkgInRecents(String pkgName)


private boolean shouldIncludePkgInRecents(String pkgName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldIncludePkgInRecents", "String pkgName")); 

1.884. RedactionInterstitial.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/RedactionInterstitial.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.884.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.884.2. onApplyThemeResource(Resources.Theme theme,int resid,boolean first)


protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onApplyThemeResource", "Resources.Theme theme,int resid,boolean first")); 

1.884.3. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.884.4. onCreate(Bundle savedInstance)


protected void onCreate(Bundle savedInstance)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstance")); 

1.884.5. createStartIntent(Context ctx,int userId)


public static Intent createStartIntent(Context ctx, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"createStartIntent", "Context ctx,int userId")); 

1.885. RedactionSettingsStandalone.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/RedactionSettingsStandalone.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.885.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.885.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.886. RegionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/RegionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.886.1. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.886.2. setRegionId(String regionId)


public void setRegionId(String regionId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRegionId", "String regionId")); 

1.886.3. getRegionId()


public String getRegionId()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getRegionId", "")); 

1.887. RegionSearchPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/RegionSearchPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.887.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.887.2. createAdapter(TimeZoneData timeZoneData)


protected BaseTimeZoneAdapter createAdapter(TimeZoneData timeZoneData)

methodList.add(new ZMethod(mZAndroidAPPClass,"BaseTimeZoneAdapter" ,"createAdapter", "TimeZoneData timeZoneData")); 

1.887.3. onListItemClick(RegionItem item)


private void onListItemClick(RegionItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onListItemClick", "RegionItem item")); 

1.887.4. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.887.5. createAdapterItem(Set regionIds)


private List createAdapterItem(Set regionIds)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createAdapterItem", "Set regionIds")); 

1.888. RegionZonePicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/RegionZonePicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.888.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.888.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.888.3. getHeaderText()


protected CharSequence getHeaderText()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getHeaderText", "")); 

1.888.4. prepareResultData(TimeZoneInfo selectedTimeZoneInfo)


protected Intent prepareResultData(TimeZoneInfo selectedTimeZoneInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"prepareResultData", "TimeZoneInfo selectedTimeZoneInfo")); 

1.888.5. getAllTimeZoneInfos(TimeZoneData timeZoneData)


public List getAllTimeZoneInfos(TimeZoneData timeZoneData)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getAllTimeZoneInfos", "TimeZoneData timeZoneData")); 

1.888.6. getRegionTimeZoneInfo(Collection timeZoneIds)


public List getRegionTimeZoneInfo(Collection timeZoneIds)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getRegionTimeZoneInfo", "Collection timeZoneIds")); 

1.889. RegionZonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/RegionZonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.889.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.889.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.889.3. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.889.4. setTimeZoneInfo(TimeZoneInfo timeZoneInfo)


public void setTimeZoneInfo(TimeZoneInfo timeZoneInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTimeZoneInfo", "TimeZoneInfo timeZoneInfo")); 

1.889.5. getTimeZoneInfo()


public TimeZoneInfo getTimeZoneInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"TimeZoneInfo" ,"getTimeZoneInfo", "")); 

1.889.6. setClickable(boolean clickable)


public void setClickable(boolean clickable)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setClickable", "boolean clickable")); 

1.889.7. isClickable()


public boolean isClickable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isClickable", "")); 

1.890. RegulatoryInfoDisplayActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/RegulatoryInfoDisplayActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.890.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.890.2. getResourceId()


private int getResourceId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getResourceId", "")); 

1.890.3. onDismiss(DialogInterface dialog)


public void onDismiss(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialog")); 

1.890.4. getSku()


public static String getSku()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSku", "")); 

1.890.5. getRegulatoryInfoImageFileName()


public static String getRegulatoryInfoImageFileName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getRegulatoryInfoImageFileName", "")); 

1.891. RegulatoryInfoPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/RegulatoryInfoPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.891.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.891.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.892. RemoteBugreportActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/RemoteBugreportActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.892.1. onCreate(@Nullable Bundle savedInstanceState)


protected void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.893. RemoteDeviceNameDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/RemoteDeviceNameDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.893.1. newInstance(CachedBluetoothDevice device)


public static RemoteDeviceNameDialogFragment newInstance(CachedBluetoothDevice device)

methodList.add(new ZMethod(mZAndroidAPPClass,"RemoteDeviceNameDialogFragment" ,"newInstance", "CachedBluetoothDevice device")); 

1.893.2. getDevice(Context context)


CachedBluetoothDevice getDevice(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CachedBluetoothDevice" ,"getDevice", "Context context")); 

1.893.3. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.893.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.893.5. getDialogTitle()


protected int getDialogTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogTitle", "")); 

1.893.6. getDeviceName()


protected String getDeviceName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDeviceName", "")); 

1.893.7. setDeviceName(String deviceName)


protected void setDeviceName(String deviceName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDeviceName", "String deviceName")); 

1.894. RemoveAccountPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/RemoveAccountPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.894.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.894.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.894.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.894.4. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.894.5. init(Account account,UserHandle userHandle)


public void init(Account account, UserHandle userHandle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "Account account,UserHandle userHandle")); 

1.895. RemoveUserFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/RemoveUserFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.895.1. newInstance(int userId)


static RemoveUserFragment newInstance(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"RemoveUserFragment" ,"newInstance", "int userId")); 

1.895.2. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.895.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.896. RequestIgnoreBatteryOptimizations.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/RequestIgnoreBatteryOptimizations.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.896.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.896.2. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.897. RequestPermissionActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/RequestPermissionActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.897.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.897.2. createDialog()


private void createDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createDialog", "")); 

1.897.3. onActivityResult(int requestCode,int resultCode,Intent data)


protected void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.897.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.897.5. proceedAndFinish()


private void proceedAndFinish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"proceedAndFinish", "")); 

1.897.6. cancelAndFinish()


private void cancelAndFinish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cancelAndFinish", "")); 

1.897.7. parseIntent()


private boolean parseIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"parseIntent", "")); 

1.897.8. onDestroy()


protected void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.897.9. onBackPressed()


public void onBackPressed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBackPressed", "")); 

1.898. RequestPermissionHelperActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/RequestPermissionHelperActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.898.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.898.2. createDialog()


void createDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createDialog", "")); 

1.898.3. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.898.4. parseIntent()


private boolean parseIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"parseIntent", "")); 

1.899. RequestToggleWiFiActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/RequestToggleWiFiActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.899.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.899.2. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.899.3. onStart()


protected void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.899.4. onStop()


protected void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.899.5. updateUi()


private void updateUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUi", "")); 

1.899.6. dismiss()


public void dismiss()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dismiss", "")); 

1.899.7. scheduleToggleTimeout()


private void scheduleToggleTimeout()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"scheduleToggleTimeout", "")); 

1.899.8. unscheduleToggleTimeout()


private void unscheduleToggleTimeout()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unscheduleToggleTimeout", "")); 

1.900. ResetAppPrefPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ResetAppPrefPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.900.1. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.900.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.900.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.900.4. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.900.5. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.901. ResetAppsHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ResetAppsHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.901.1. onRestoreInstanceState(Bundle savedInstanceState)


public void onRestoreInstanceState(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Bundle savedInstanceState")); 

1.901.2. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.901.3. stop()


public void stop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stop", "")); 

1.901.4. buildResetDialog()


void buildResetDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"buildResetDialog", "")); 

1.901.5. onDismiss(DialogInterface dialog)


public void onDismiss(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialog")); 

1.901.6. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.901.7. isNonEnableableFallback(String packageName)


private boolean isNonEnableableFallback(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isNonEnableableFallback", "String packageName")); 

1.902. ResetCredentialsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/ResetCredentialsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.902.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.902.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.902.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.903. ResetDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/system/ResetDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.903.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.903.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.903.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.903.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.903.5. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.904. ResetNetwork.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/ResetNetwork.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.904.1. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.904.2. runKeyguardConfirmation(int request)


private boolean runKeyguardConfirmation(int request)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"runKeyguardConfirmation", "int request")); 

1.904.3. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.904.4. showFinalConfirmation()


private void showFinalConfirmation()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showFinalConfirmation", "")); 

1.904.5. establishInitialState()


private void establishInitialState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"establishInitialState", "")); 

1.904.6. showEuiccSettings(Context context)


private boolean showEuiccSettings(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"showEuiccSettings", "Context context")); 

1.904.7. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.904.8. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.905. ResetNetworkConfirm.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/ResetNetworkConfirm.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.905.1. cleanUpSmsRawTable(Context context)


private void cleanUpSmsRawTable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cleanUpSmsRawTable", "Context context")); 

1.905.2. esimFactoryReset(Context context,String packageName)


void esimFactoryReset(Context context, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"esimFactoryReset", "Context context,String packageName")); 

1.905.3. restoreDefaultApn(Context context)


private void restoreDefaultApn(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restoreDefaultApn", "Context context")); 

1.905.4. establishFinalConfirmationState()


private void establishFinalConfirmationState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"establishFinalConfirmationState", "")); 

1.905.5. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.905.6. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.905.7. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.905.8. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.906. ResetPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/system/ResetPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.906.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.907. ResizableActivityPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ResizableActivityPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.907.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.907.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.907.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.907.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.908. RestrictAppAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/actions/RestrictAppAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.908.1. handlePositiveAction(int metricsKey)


public void handlePositiveAction(int metricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "int metricsKey")); 

1.909. RestrictAppDetector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/detectors/RestrictAppDetector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.909.1. detect()


public BatteryTip detect()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryTip" ,"detect", "")); 

1.909.2. getFakeData()


private BatteryTip getFakeData()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryTip" ,"getFakeData", "")); 

1.910. RestrictAppPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/RestrictAppPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.910.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.910.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.910.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.911. RestrictAppTip.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/RestrictAppTip.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.911.1. getTitle(Context context)


public CharSequence getTitle(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "Context context")); 

1.911.2. getSummary(Context context)


public CharSequence getSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context")); 

1.911.3. getIconId()


public int getIconId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIconId", "")); 

1.911.4. updateState(BatteryTip tip)


public void updateState(BatteryTip tip)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "BatteryTip tip")); 

1.911.5. log(Context context,MetricsFeatureProvider metricsFeatureProvider)


public void log(Context context, MetricsFeatureProvider metricsFeatureProvider)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"log", "Context context,MetricsFeatureProvider metricsFeatureProvider")); 

1.911.6. getRestrictAppList()


public List getRestrictAppList()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getRestrictAppList", "")); 

1.911.7. getRestrictAppsString(Context context)


public CharSequence getRestrictAppsString(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getRestrictAppsString", "Context context")); 

1.911.8. toString()


public String toString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"toString", "")); 

1.911.9. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.912. RestrictedAppDetails.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/RestrictedAppDetails.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.912.1. startRestrictedAppDetails(InstrumentedPreferenceFragment fragment,List appInfos)


public static void startRestrictedAppDetails(InstrumentedPreferenceFragment fragment, List appInfos)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startRestrictedAppDetails", "InstrumentedPreferenceFragment fragment,List appInfos")); 

1.912.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.912.3. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.912.4. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.912.5. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.912.6. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.912.7. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.912.8. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.912.9. refreshUi()


void refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "")); 

1.912.10. onBatteryTipHandled(BatteryTip batteryTip)


public void onBatteryTipHandled(BatteryTip batteryTip)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBatteryTipHandled", "BatteryTip batteryTip")); 

1.912.11. createDialogFragment(AppInfo appInfo,boolean toRestrict)


BatteryTipDialogFragment createDialogFragment(AppInfo appInfo, boolean toRestrict)

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryTipDialogFragment" ,"createDialogFragment", "AppInfo appInfo,boolean toRestrict")); 

1.912.12. getKeyFromAppInfo(AppInfo appInfo)


String getKeyFromAppInfo(AppInfo appInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKeyFromAppInfo", "AppInfo appInfo")); 

1.913. RestrictedAppPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/RestrictedAppPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.913.1. initialize(AttributeSet attrs,String userRestriction)


private void initialize(AttributeSet attrs, String userRestriction)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initialize", "AttributeSet attrs,String userRestriction")); 

1.913.2. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.913.3. performClick()


public void performClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"performClick", "")); 

1.913.4. setEnabled(boolean enabled)


public void setEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enabled")); 

1.913.5. setDisabledByAdmin(RestrictedLockUtils.EnforcedAdmin admin)


public void setDisabledByAdmin(RestrictedLockUtils.EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisabledByAdmin", "RestrictedLockUtils.EnforcedAdmin admin")); 

1.913.6. isDisabledByAdmin()


public boolean isDisabledByAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDisabledByAdmin", "")); 

1.913.7. useAdminDisabledSummary(boolean useSummary)


public void useAdminDisabledSummary(boolean useSummary)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"useAdminDisabledSummary", "boolean useSummary")); 

1.913.8. onAttachedToHierarchy(PreferenceManager preferenceManager)


protected void onAttachedToHierarchy(PreferenceManager preferenceManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttachedToHierarchy", "PreferenceManager preferenceManager")); 

1.913.9. checkRestrictionAndSetDisabled()


public void checkRestrictionAndSetDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkRestrictionAndSetDisabled", "")); 

1.913.10. checkRestrictionAndSetDisabled(String userRestriction)


public void checkRestrictionAndSetDisabled(String userRestriction)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkRestrictionAndSetDisabled", "String userRestriction")); 

1.913.11. checkRestrictionAndSetDisabled(String userRestriction,int userId)


public void checkRestrictionAndSetDisabled(String userRestriction, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkRestrictionAndSetDisabled", "String userRestriction,int userId")); 

1.914. RestrictedCheckBox.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/RestrictedCheckBox.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.914.1. performClick()


public boolean performClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"performClick", "")); 

1.914.2. setDisabledByAdmin(EnforcedAdmin admin)


public void setDisabledByAdmin(EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisabledByAdmin", "EnforcedAdmin admin")); 

1.914.3. isDisabledByAdmin()


public boolean isDisabledByAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDisabledByAdmin", "")); 

1.915. RestrictedDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/RestrictedDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.915.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.915.2. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.915.3. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.915.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.915.5. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.915.6. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.915.7. ensurePin()


private void ensurePin()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"ensurePin", "")); 

1.915.8. isRestrictedAndNotProviderProtected()


protected boolean isRestrictedAndNotProviderProtected()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isRestrictedAndNotProviderProtected", "")); 

1.915.9. hasChallengeSucceeded()


protected boolean hasChallengeSucceeded()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasChallengeSucceeded", "")); 

1.915.10. shouldBeProviderProtected(String restrictionKey)


protected boolean shouldBeProviderProtected(String restrictionKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldBeProviderProtected", "String restrictionKey")); 

1.915.11. initEmptyTextView()


protected TextView initEmptyTextView()

methodList.add(new ZMethod(mZAndroidAPPClass,"TextView" ,"initEmptyTextView", "")); 

1.915.12. getRestrictionEnforcedAdmin()


public EnforcedAdmin getRestrictionEnforcedAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"EnforcedAdmin" ,"getRestrictionEnforcedAdmin", "")); 

1.915.13. getEmptyTextView()


public TextView getEmptyTextView()

methodList.add(new ZMethod(mZAndroidAPPClass,"TextView" ,"getEmptyTextView", "")); 

1.915.14. onDataSetChanged()


protected void onDataSetChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataSetChanged", "")); 

1.915.15. setIfOnlyAvailableForAdmins(boolean onlyForAdmins)


public void setIfOnlyAvailableForAdmins(boolean onlyForAdmins)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIfOnlyAvailableForAdmins", "boolean onlyForAdmins")); 

1.915.16. isUiRestricted()


protected boolean isUiRestricted()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUiRestricted", "")); 

1.915.17. isUiRestrictedByOnlyAdmin()


protected boolean isUiRestrictedByOnlyAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUiRestrictedByOnlyAdmin", "")); 

1.916. RestrictedEncryptionPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/RestrictedEncryptionPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.916.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.917. RestrictedListPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/RestrictedListPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.917.1. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.917.2. performClick()


public void performClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"performClick", "")); 

1.917.3. setEnabled(boolean enabled)


public void setEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enabled")); 

1.917.4. setDisabledByAdmin(EnforcedAdmin admin)


public void setDisabledByAdmin(EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisabledByAdmin", "EnforcedAdmin admin")); 

1.917.5. isDisabledByAdmin()


public boolean isDisabledByAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDisabledByAdmin", "")); 

1.917.6. setRequiresActiveUnlockedProfile(boolean reqState)


public void setRequiresActiveUnlockedProfile(boolean reqState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRequiresActiveUnlockedProfile", "boolean reqState")); 

1.917.7. setProfileUserId(int profileUserId)


public void setProfileUserId(int profileUserId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProfileUserId", "int profileUserId")); 

1.917.8. isRestrictedForEntry(CharSequence entry)


public boolean isRestrictedForEntry(CharSequence entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isRestrictedForEntry", "CharSequence entry")); 

1.917.9. addRestrictedItem(RestrictedItem item)


public void addRestrictedItem(RestrictedItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addRestrictedItem", "RestrictedItem item")); 

1.917.10. clearRestrictedItems()


public void clearRestrictedItems()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearRestrictedItems", "")); 

1.917.11. getRestrictedItemForEntryValue(CharSequence entryValue)


private RestrictedItem getRestrictedItemForEntryValue(CharSequence entryValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"RestrictedItem" ,"getRestrictedItemForEntryValue", "CharSequence entryValue")); 

1.917.12. createListAdapter()


protected ListAdapter createListAdapter()

methodList.add(new ZMethod(mZAndroidAPPClass,"ListAdapter" ,"createListAdapter", "")); 

1.917.13. getSelectedValuePos()


public int getSelectedValuePos()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSelectedValuePos", "")); 

1.917.14. onPrepareDialogBuilder(AlertDialog.Builder builder,DialogInterface.OnClickListener listener)


protected void onPrepareDialogBuilder(AlertDialog.Builder builder, DialogInterface.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareDialogBuilder", "AlertDialog.Builder builder,DialogInterface.OnClickListener listener")); 

1.918. RestrictedProfileSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/RestrictedProfileSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.918.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.918.2. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.918.3. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.918.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.918.5. startActivityForResult(Intent intent,int requestCode)


public void startActivityForResult(Intent intent, int requestCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startActivityForResult", "Intent intent,int requestCode")); 

1.918.6. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.918.7. onClick(View view)


public void onClick(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View view")); 

1.918.8. onCreateDialog(int dialogId)


public Dialog onCreateDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int dialogId")); 

1.918.9. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.918.10. removeUser()


private void removeUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeUser", "")); 

1.918.11. onPhotoChanged(Drawable photo)


public void onPhotoChanged(Drawable photo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPhotoChanged", "Drawable photo")); 

1.918.12. onLabelChanged(CharSequence label)


public void onLabelChanged(CharSequence label)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLabelChanged", "CharSequence label")); 

1.919. RestrictedRadioButton.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/RestrictedRadioButton.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.919.1. performClick()


public boolean performClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"performClick", "")); 

1.919.2. setDisabledByAdmin(EnforcedAdmin admin)


public void setDisabledByAdmin(EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisabledByAdmin", "EnforcedAdmin admin")); 

1.919.3. isDisabledByAdmin()


public boolean isDisabledByAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDisabledByAdmin", "")); 

1.920. RestrictedSettingsFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/RestrictedSettingsFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.920.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.920.2. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.920.3. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.920.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.920.5. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.920.6. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.920.7. ensurePin()


private void ensurePin()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"ensurePin", "")); 

1.920.8. isRestrictedAndNotProviderProtected()


protected boolean isRestrictedAndNotProviderProtected()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isRestrictedAndNotProviderProtected", "")); 

1.920.9. hasChallengeSucceeded()


protected boolean hasChallengeSucceeded()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasChallengeSucceeded", "")); 

1.920.10. shouldBeProviderProtected(String restrictionKey)


protected boolean shouldBeProviderProtected(String restrictionKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldBeProviderProtected", "String restrictionKey")); 

1.920.11. initEmptyTextView()


protected TextView initEmptyTextView()

methodList.add(new ZMethod(mZAndroidAPPClass,"TextView" ,"initEmptyTextView", "")); 

1.920.12. getRestrictionEnforcedAdmin()


public EnforcedAdmin getRestrictionEnforcedAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"EnforcedAdmin" ,"getRestrictionEnforcedAdmin", "")); 

1.920.13. getEmptyTextView()


public TextView getEmptyTextView()

methodList.add(new ZMethod(mZAndroidAPPClass,"TextView" ,"getEmptyTextView", "")); 

1.920.14. onDataSetChanged()


protected void onDataSetChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataSetChanged", "")); 

1.920.15. setIfOnlyAvailableForAdmins(boolean onlyForAdmins)


public void setIfOnlyAvailableForAdmins(boolean onlyForAdmins)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIfOnlyAvailableForAdmins", "boolean onlyForAdmins")); 

1.920.16. isUiRestricted()


protected boolean isUiRestricted()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUiRestricted", "")); 

1.920.17. isUiRestrictedByOnlyAdmin()


protected boolean isUiRestrictedByOnlyAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUiRestrictedByOnlyAdmin", "")); 

1.921. RestrictionUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/RestrictionUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.921.1. getRestrictions(Context context,UserHandle user)


public static ArrayList getRestrictions(Context context, UserHandle user)

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayList" ,"getRestrictions", "Context context,UserHandle user")); 

1.921.2. setRestrictions(Context context,ArrayList entries,UserHandle user)


public static void setRestrictions(Context context, ArrayList entries, UserHandle user)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRestrictions", "Context context,ArrayList entries,UserHandle user")); 

1.922. RestrictionUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/RestrictionUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.922.1. checkIfRestrictionEnforced(Context context,String restriction)


public EnforcedAdmin checkIfRestrictionEnforced(Context context, String restriction)

methodList.add(new ZMethod(mZAndroidAPPClass,"EnforcedAdmin" ,"checkIfRestrictionEnforced", "Context context,String restriction")); 

1.923. ResultPayload.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/ResultPayload.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.923.1. getType()


public int getType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getType", "")); 

1.923.2. describeContents()


public int describeContents()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"describeContents", "")); 

1.923.3. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.923.4. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.924. ResultPayloadUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/ResultPayloadUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.924.1. marshall(ResultPayload payload)


public static byte[] marshall(ResultPayload payload)

methodList.add(new ZMethod(mZAndroidAPPClass,"byte[]" ,"marshall", "ResultPayload payload")); 

1.924.2. unmarshall(byte[] bytes,Parcelable.Creator creator)


public static T unmarshall(byte[] bytes, Parcelable.Creator creator)

methodList.add(new ZMethod(mZAndroidAPPClass,"T" ,"unmarshall", "byte[] bytes,Parcelable.Creator creator")); 

1.924.3. unmarshall(byte[] bytes)


private static Parcel unmarshall(byte[] bytes)

methodList.add(new ZMethod(mZAndroidAPPClass,"Parcel" ,"unmarshall", "byte[] bytes")); 

1.925. RingerMutedCondition.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/RingerMutedCondition.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.925.1. refreshState()


public void refreshState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshState", "")); 

1.925.2. getMetricsConstant()


public int getMetricsConstant()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsConstant", "")); 

1.925.3. getIcon()


public Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.925.4. getTitle()


public CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.925.5. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.926. RingerVibrateCondition.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/RingerVibrateCondition.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.926.1. refreshState()


public void refreshState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshState", "")); 

1.926.2. getMetricsConstant()


public int getMetricsConstant()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsConstant", "")); 

1.926.3. getIcon()


public Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.926.4. getTitle()


public CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.926.5. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.927. RingProgressBar.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/RingProgressBar.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.927.1. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.928. RingtonePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/RingtonePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.928.1. setUserId(int userId)


public void setUserId(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUserId", "int userId")); 

1.928.2. getUserId()


public int getUserId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserId", "")); 

1.928.3. getRingtoneType()


public int getRingtoneType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getRingtoneType", "")); 

1.928.4. setRingtoneType(int type)


public void setRingtoneType(int type)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRingtoneType", "int type")); 

1.928.5. getShowDefault()


public boolean getShowDefault()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getShowDefault", "")); 

1.928.6. setShowDefault(boolean showDefault)


public void setShowDefault(boolean showDefault)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setShowDefault", "boolean showDefault")); 

1.928.7. getShowSilent()


public boolean getShowSilent()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getShowSilent", "")); 

1.928.8. setShowSilent(boolean showSilent)


public void setShowSilent(boolean showSilent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setShowSilent", "boolean showSilent")); 

1.928.9. getRequestCode()


public int getRequestCode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getRequestCode", "")); 

1.928.10. onPrepareRingtonePickerIntent(Intent ringtonePickerIntent)


public void onPrepareRingtonePickerIntent(Intent ringtonePickerIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareRingtonePickerIntent", "Intent ringtonePickerIntent")); 

1.928.11. onSaveRingtone(Uri ringtoneUri)


protected void onSaveRingtone(Uri ringtoneUri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveRingtone", "Uri ringtoneUri")); 

1.928.12. onRestoreRingtone()


protected Uri onRestoreRingtone()

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"onRestoreRingtone", "")); 

1.928.13. onGetDefaultValue(TypedArray a,int index)


protected Object onGetDefaultValue(TypedArray a, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"onGetDefaultValue", "TypedArray a,int index")); 

1.928.14. onSetInitialValue(boolean restorePersistedValue,Object defaultValueObj)


protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValueObj)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSetInitialValue", "boolean restorePersistedValue,Object defaultValueObj")); 

1.928.15. onAttachedToHierarchy(PreferenceManager preferenceManager)


protected void onAttachedToHierarchy(PreferenceManager preferenceManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttachedToHierarchy", "PreferenceManager preferenceManager")); 

1.928.16. onActivityResult(int requestCode,int resultCode,Intent data)


public boolean onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.929. RingtonePreferenceControllerBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/RingtonePreferenceControllerBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.929.1. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.929.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.929.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.929.4. getRingtoneType()


public abstract int getRingtoneType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getRingtoneType", "")); 

1.930. RingVolumePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/RingVolumePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.930.1. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.930.2. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.930.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.930.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.930.5. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.930.6. getAudioStream()


public int getAudioStream()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAudioStream", "")); 

1.930.7. getMuteIcon()


public int getMuteIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMuteIcon", "")); 

1.930.8. updateRingerMode()


private void updateRingerMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateRingerMode", "")); 

1.930.9. updateEffectsSuppressor()


private void updateEffectsSuppressor()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEffectsSuppressor", "")); 

1.930.10. updatePreferenceIcon()


private void updatePreferenceIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferenceIcon", "")); 

1.931. RoundedHomepageIcon.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/RoundedHomepageIcon.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.931.1. setBackgroundColor(int color)


public void setBackgroundColor(int color)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBackgroundColor", "int color")); 

1.932. RtlCompatibleViewPager.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/RtlCompatibleViewPager.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.932.1. getCurrentItem()


public int getCurrentItem()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCurrentItem", "")); 

1.932.2. setCurrentItem(int item)


public void setCurrentItem(int item)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCurrentItem", "int item")); 

1.932.3. onSaveInstanceState()


public Parcelable onSaveInstanceState()

methodList.add(new ZMethod(mZAndroidAPPClass,"Parcelable" ,"onSaveInstanceState", "")); 

1.932.4. onRestoreInstanceState(Parcelable state)


public void onRestoreInstanceState(Parcelable state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Parcelable state")); 

1.932.5. getRtlAwareIndex(int index)


public int getRtlAwareIndex(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getRtlAwareIndex", "int index")); 

1.933. RtlLayoutPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/RtlLayoutPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.933.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.933.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.933.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.933.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.933.5. updateLocales()


void updateLocales()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLocales", "")); 

1.933.6. writeToForceRtlLayoutSetting(boolean isEnabled)


private void writeToForceRtlLayoutSetting(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToForceRtlLayoutSetting", "boolean isEnabled")); 

1.934. RunningProcessesView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/RunningProcessesView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.934.1. refreshUi(boolean dataChanged)


void refreshUi(boolean dataChanged)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "boolean dataChanged")); 

1.934.2. onItemClick(AdapterView parent,View v,int position,long id)


public void onItemClick(AdapterView parent, View v, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onItemClick", "AdapterView parent,View v,int position,long id")); 

1.934.3. startServiceDetailsActivity(RunningState.MergedItem mi)


private void startServiceDetailsActivity(RunningState.MergedItem mi)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startServiceDetailsActivity", "RunningState.MergedItem mi")); 

1.934.4. onMovedToScrapHeap(View view)


public void onMovedToScrapHeap(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMovedToScrapHeap", "View view")); 

1.934.5. doCreate()


public void doCreate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"doCreate", "")); 

1.934.6. doPause()


public void doPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"doPause", "")); 

1.934.7. doResume(SettingsPreferenceFragment owner,Runnable dataAvail)


public boolean doResume(SettingsPreferenceFragment owner, Runnable dataAvail)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"doResume", "SettingsPreferenceFragment owner,Runnable dataAvail")); 

1.934.8. updateTimes()


void updateTimes()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTimes", "")); 

1.934.9. onRefreshUi(int what)


public void onRefreshUi(int what)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRefreshUi", "int what")); 

1.935. RunningServiceDetails.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/RunningServiceDetails.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.935.1. findMergedItem()


boolean findMergedItem()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"findMergedItem", "")); 

1.935.2. addServicesHeader()


void addServicesHeader()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addServicesHeader", "")); 

1.935.3. addProcessesHeader()


void addProcessesHeader()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addProcessesHeader", "")); 

1.935.4. addServiceDetailsView(RunningState.ServiceItem si,RunningState.MergedItem mi,boolean isService,boolean inclDetails)


void addServiceDetailsView(RunningState.ServiceItem si, RunningState.MergedItem mi, boolean isService, boolean inclDetails)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addServiceDetailsView", "RunningState.ServiceItem si,RunningState.MergedItem mi,boolean isService,boolean inclDetails")); 

1.935.5. addProcessDetailsView(RunningState.ProcessItem pi,boolean isMain)


void addProcessDetailsView(RunningState.ProcessItem pi, boolean isMain)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addProcessDetailsView", "RunningState.ProcessItem pi,boolean isMain")); 

1.935.6. addDetailsViews(RunningState.MergedItem item,boolean inclServices,boolean inclProcesses)


void addDetailsViews(RunningState.MergedItem item, boolean inclServices, boolean inclProcesses)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addDetailsViews", "RunningState.MergedItem item,boolean inclServices,boolean inclProcesses")); 

1.935.7. addDetailViews()


void addDetailViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addDetailViews", "")); 

1.935.8. refreshUi(boolean dataChanged)


void refreshUi(boolean dataChanged)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshUi", "boolean dataChanged")); 

1.935.9. finish()


private void finish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"finish", "")); 

1.935.10. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.935.11. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.935.12. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.935.13. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.935.14. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.935.15. activeDetailForService(ComponentName comp)


ActiveDetail activeDetailForService(ComponentName comp)

methodList.add(new ZMethod(mZAndroidAPPClass,"ActiveDetail" ,"activeDetailForService", "ComponentName comp")); 

1.935.16. showConfirmStopDialog(ComponentName comp)


private void showConfirmStopDialog(ComponentName comp)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showConfirmStopDialog", "ComponentName comp")); 

1.935.17. ensureData()


void ensureData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"ensureData", "")); 

1.935.18. updateTimes()


void updateTimes()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTimes", "")); 

1.935.19. onRefreshUi(int what)


public void onRefreshUi(int what)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRefreshUi", "int what")); 

1.936. RunningServices.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/RunningServices.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.936.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.936.2. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.936.3. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.936.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.936.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.936.6. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.936.7. onPrepareOptionsMenu(Menu menu)


public void onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareOptionsMenu", "Menu menu")); 

1.936.8. updateOptionsMenu()


private void updateOptionsMenu()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateOptionsMenu", "")); 

1.936.9. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.937. RunningState.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/RunningState.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.937.1. makeLabel(PackageManager pm,String className,PackageItemInfo item)


static CharSequence makeLabel(PackageManager pm, String className, PackageItemInfo item)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"makeLabel", "PackageManager pm,String className,PackageItemInfo item")); 

1.937.2. getInstance(Context context)


static RunningState getInstance(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"RunningState" ,"getInstance", "Context context")); 

1.937.3. resume(OnRefreshUiListener listener)


void resume(OnRefreshUiListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resume", "OnRefreshUiListener listener")); 

1.937.4. updateNow()


void updateNow()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateNow", "")); 

1.937.5. hasData()


boolean hasData()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasData", "")); 

1.937.6. waitForData()


void waitForData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"waitForData", "")); 

1.937.7. pause()


void pause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pause", "")); 

1.937.8. isInterestingProcess(ActivityManager.RunningAppProcessInfo pi)


private boolean isInterestingProcess(ActivityManager.RunningAppProcessInfo pi)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isInterestingProcess", "ActivityManager.RunningAppProcessInfo pi")); 

1.937.9. reset()


private void reset()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reset", "")); 

1.937.10. addOtherUserItem(Context context,ArrayList newMergedItems,SparseArray userItems,MergedItem newItem)


private void addOtherUserItem(Context context, ArrayList newMergedItems, SparseArray userItems, MergedItem newItem)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addOtherUserItem", "Context context,ArrayList newMergedItems,SparseArray userItems,MergedItem newItem")); 

1.937.11. update(Context context,ActivityManager am)


private boolean update(Context context, ActivityManager am)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"update", "Context context,ActivityManager am")); 

1.937.12. setWatchingBackgroundItems(boolean watching)


void setWatchingBackgroundItems(boolean watching)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setWatchingBackgroundItems", "boolean watching")); 

1.937.13. getCurrentMergedItems()


ArrayList getCurrentMergedItems()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayList" ,"getCurrentMergedItems", "")); 

1.937.14. getCurrentBackgroundItems()


ArrayList getCurrentBackgroundItems()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayList" ,"getCurrentBackgroundItems", "")); 

1.938. SafetyInfoPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/SafetyInfoPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.938.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.938.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.939. SafetyLegalPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/SafetyLegalPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.939.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.939.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.940. SaveChosenLockWorkerBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/SaveChosenLockWorkerBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.940.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.940.2. setListener(Listener listener)


public void setListener(Listener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListener", "Listener listener")); 

1.940.3. prepare(LockPatternUtils utils,boolean credentialRequired,boolean hasChallenge,long challenge,int userId)


protected void prepare(LockPatternUtils utils, boolean credentialRequired, boolean hasChallenge, long challenge, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"prepare", "LockPatternUtils utils,boolean credentialRequired,boolean hasChallenge,long challenge,int userId")); 

1.940.4. start()


protected void start()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"start", "")); 

1.940.5. saveAndVerifyInBackground()


protected abstract Intent saveAndVerifyInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"saveAndVerifyInBackground", "")); 

1.940.6. finish(Intent resultData)


protected void finish(Intent resultData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"finish", "Intent resultData")); 

1.940.7. setBlocking(boolean blocking)


public void setBlocking(boolean blocking)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBlocking", "boolean blocking")); 

1.941. SavedAccessPointsWifiSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/SavedAccessPointsWifiSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.941.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.941.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.941.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.941.4. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.941.5. initPreferences()


private void initPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initPreferences", "")); 

1.941.6. postUpdatePreference()


private void postUpdatePreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"postUpdatePreference", "")); 

1.941.7. showWifiDialog(@Nullable LongPressAccessPointPreference accessPoint)


private void showWifiDialog(@Nullable LongPressAccessPointPreference accessPoint)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showWifiDialog", "@Nullable LongPressAccessPointPreference accessPoint")); 

1.941.8. onCreateDialog(int dialogId)


public Dialog onCreateDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int dialogId")); 

1.941.9. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.941.10. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.941.11. onForget(WifiDialog dialog)


public void onForget(WifiDialog dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onForget", "WifiDialog dialog")); 

1.941.12. onSubmit(WifiDialog dialog)


public void onSubmit(WifiDialog dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSubmit", "WifiDialog dialog")); 

1.941.13. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.942. SavedBluetoothDeviceUpdater.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/SavedBluetoothDeviceUpdater.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.942.1. onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice,int state,int bluetoothProfile)


public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, int bluetoothProfile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProfileConnectionStateChanged", "CachedBluetoothDevice cachedDevice,int state,int bluetoothProfile")); 

1.942.2. isFilterMatched(CachedBluetoothDevice cachedDevice)


public boolean isFilterMatched(CachedBluetoothDevice cachedDevice)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFilterMatched", "CachedBluetoothDevice cachedDevice")); 

1.942.3. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.943. SavedDeviceGroupController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/SavedDeviceGroupController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.943.1. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.943.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.943.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.943.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.943.5. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.943.6. onDeviceAdded(Preference preference)


public void onDeviceAdded(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceAdded", "Preference preference")); 

1.943.7. onDeviceRemoved(Preference preference)


public void onDeviceRemoved(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeviceRemoved", "Preference preference")); 

1.943.8. init(DashboardFragment fragment)


public void init(DashboardFragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "DashboardFragment fragment")); 

1.943.9. setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater)


public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBluetoothDeviceUpdater", "BluetoothDeviceUpdater bluetoothDeviceUpdater")); 

1.943.10. setSavedDockUpdater(DockUpdater savedDockUpdater)


public void setSavedDockUpdater(DockUpdater savedDockUpdater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSavedDockUpdater", "DockUpdater savedDockUpdater")); 

1.944. ScanningSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/ScanningSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.944.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.944.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.944.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.944.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.944.5. buildPreferenceControllers(Context context)


private static List buildPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context")); 

1.945. ScreenLockSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/screenlock/ScreenLockSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.945.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.945.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.945.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.945.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.945.5. onOwnerInfoUpdated()


public void onOwnerInfoUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onOwnerInfoUpdated", "")); 

1.945.6. buildPreferenceControllers(Context context,Fragment parent,Lifecycle lifecycle,LockPatternUtils lockPatternUtils)


private static List buildPreferenceControllers(Context context, Fragment parent, Lifecycle lifecycle, LockPatternUtils lockPatternUtils)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Fragment parent,Lifecycle lifecycle,LockPatternUtils lockPatternUtils")); 

1.946. ScreenLockSoundPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ScreenLockSoundPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.946.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.947. ScreenLockSuggestionActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ScreenLockSuggestionActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.947.1. isSuggestionComplete(Context context)


public static boolean isSuggestionComplete(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context")); 

1.948. ScreenLockType.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/ScreenLockType.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.949. ScreenPinningPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/ScreenPinningPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.949.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.949.2. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.950. ScreenPinningSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/ScreenPinningSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.950.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.950.2. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.950.3. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.950.4. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.950.5. onDestroyView()


public void onDestroyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyView", "")); 

1.950.6. isLockToAppEnabled(Context context)


private static boolean isLockToAppEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isLockToAppEnabled", "Context context")); 

1.950.7. setLockToAppEnabled(boolean isEnabled)


private void setLockToAppEnabled(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLockToAppEnabled", "boolean isEnabled")); 

1.950.8. isScreenLockUsed()


private boolean isScreenLockUsed()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isScreenLockUsed", "")); 

1.950.9. setScreenLockUsed(boolean isEnabled)


private boolean setScreenLockUsed(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setScreenLockUsed", "boolean isEnabled")); 

1.950.10. setScreenLockUsedSetting(boolean isEnabled)


private void setScreenLockUsedSetting(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setScreenLockUsedSetting", "boolean isEnabled")); 

1.950.11. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.950.12. getCurrentSecurityTitle()


private int getCurrentSecurityTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCurrentSecurityTitle", "")); 

1.950.13. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.950.14. updateDisplay()


public void updateDisplay()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDisplay", "")); 

1.951. ScreenSaverPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/ScreenSaverPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.951.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.951.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.951.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.952. ScreenZoomPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/ScreenZoomPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.953. ScreenZoomPreferenceFragmentForSetupWizard.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/ScreenZoomPreferenceFragmentForSetupWizard.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.953.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.953.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.954. ScreenZoomSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/ScreenZoomSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.954.1. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.954.2. createConfig(Configuration origConfig,int index)


protected Configuration createConfig(Configuration origConfig, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"Configuration" ,"createConfig", "Configuration origConfig,int index")); 

1.954.3. commit()


protected void commit()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"commit", "")); 

1.954.4. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.954.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.955. ScrollToParentEditText.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ScrollToParentEditText.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.955.1. requestRectangleOnScreen(Rect rectangle,boolean immediate)


public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"requestRectangleOnScreen", "Rect rectangle,boolean immediate")); 

1.956. SearchFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/SearchFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.957. SearchFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/SearchFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.957.1. verifyLaunchSearchResultPageCaller(Context context,ComponentName caller)


public void verifyLaunchSearchResultPageCaller(Context context, ComponentName caller)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"verifyLaunchSearchResultPageCaller", "Context context,ComponentName caller")); 

1.957.2. getIndexingManager(Context context)


public DatabaseIndexingManager getIndexingManager(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"DatabaseIndexingManager" ,"getIndexingManager", "Context context")); 

1.957.3. updateIndex(Context context)


public void updateIndex(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateIndex", "Context context")); 

1.957.4. getSearchIndexableResources()


public SearchIndexableResources getSearchIndexableResources()

methodList.add(new ZMethod(mZAndroidAPPClass,"SearchIndexableResources" ,"getSearchIndexableResources", "")); 

1.957.5. isSignatureWhitelisted(Context context,String callerPackage)


protected boolean isSignatureWhitelisted(Context context, String callerPackage)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSignatureWhitelisted", "Context context,String callerPackage")); 

1.957.6. cleanQuery(String query)


String cleanQuery(String query)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"cleanQuery", "String query")); 

1.958. SearchIndexableRaw.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/SearchIndexableRaw.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.959. SearchIndexableResources.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/SearchIndexableResources.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.960. SearchIndexableResourcesImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/SearchIndexableResourcesImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.960.1. addIndex(Class indexClass)


void addIndex(Class indexClass)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addIndex", "Class indexClass")); 

1.960.2. getProviderValues()


public Collection getProviderValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"Collection" ,"getProviderValues", "")); 

1.961. SearchMenuController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/actionbar/SearchMenuController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.961.1. init(@NonNull ObservablePreferenceFragment host)


public static void init(@NonNull ObservablePreferenceFragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "@NonNull ObservablePreferenceFragment host")); 

1.961.2. init(@NonNull ObservableFragment host)


public static void init(@NonNull ObservableFragment host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "@NonNull ObservableFragment host")); 

1.961.3. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.962. SearchResultTrampoline.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/SearchResultTrampoline.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.962.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.963. SecondaryDisplayPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/SecondaryDisplayPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.963.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.963.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.963.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.963.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.963.5. updateSecondaryDisplayDevicesOptions()


private void updateSecondaryDisplayDevicesOptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSecondaryDisplayDevicesOptions", "")); 

1.963.6. writeSecondaryDisplayDevicesOption(String newValue)


private void writeSecondaryDisplayDevicesOption(String newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeSecondaryDisplayDevicesOption", "String newValue")); 

1.964. SecondaryUserController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/SecondaryUserController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.964.1. getSecondaryUserControllers(Context context,UserManager userManager)


public static List getSecondaryUserControllers(Context context, UserManager userManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSecondaryUserControllers", "Context context,UserManager userManager")); 

1.964.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.964.3. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.964.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.964.5. getUser()


public UserInfo getUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"UserInfo" ,"getUser", "")); 

1.964.6. setSize(long size)


public void setSize(long size)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSize", "long size")); 

1.964.7. setTotalSize(long totalSizeBytes)


public void setTotalSize(long totalSizeBytes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTotalSize", "long totalSizeBytes")); 

1.964.8. handleResult(SparseArray stats)


public void handleResult(SparseArray stats)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleResult", "SparseArray stats")); 

1.964.9. handleUserIcons(SparseArray fetchedIcons)


public void handleUserIcons(SparseArray fetchedIcons)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleUserIcons", "SparseArray fetchedIcons")); 

1.964.10. maybeSetIcon()


private void maybeSetIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"maybeSetIcon", "")); 

1.965. SecureSettingSwitchPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/SecureSettingSwitchPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.965.1. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.965.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.965.3. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.966. SecurityFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/SecurityFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.967. SecurityFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/SecurityFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.967.1. getTrustAgentManager()


public TrustAgentManager getTrustAgentManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"TrustAgentManager" ,"getTrustAgentManager", "")); 

1.967.2. getLockPatternUtils(Context context)


public LockPatternUtils getLockPatternUtils(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"LockPatternUtils" ,"getLockPatternUtils", "Context context")); 

1.968. SecurityLogsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/enterprise/SecurityLogsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.968.1. getAdminActionTimestamp()


protected Date getAdminActionTimestamp()

methodList.add(new ZMethod(mZAndroidAPPClass,"Date" ,"getAdminActionTimestamp", "")); 

1.968.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.968.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.969. SecurityPatchLevelDialogController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/SecurityPatchLevelDialogController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.969.1. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.969.2. initialize()


public void initialize()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initialize", "")); 

1.969.3. registerListeners()


private void registerListeners()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerListeners", "")); 

1.970. SecuritySettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/SecuritySettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.970.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.970.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.970.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.970.4. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.970.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.970.6. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.970.7. launchConfirmDeviceLockForUnification()


void launchConfirmDeviceLockForUnification()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchConfirmDeviceLockForUnification", "")); 

1.970.8. unifyUncompliantLocks()


void unifyUncompliantLocks()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unifyUncompliantLocks", "")); 

1.970.9. updateUnificationPreference()


void updateUnificationPreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUnificationPreference", "")); 

1.970.10. buildPreferenceControllers(Context context,Lifecycle lifecycle,SecuritySettings host)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle, SecuritySettings host)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle,SecuritySettings host")); 

1.971. SeekBarDialogPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SeekBarDialogPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.971.1. createActionButtons()


public void createActionButtons()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createActionButtons", "")); 

1.971.2. onBindDialogView(View view)


protected void onBindDialogView(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindDialogView", "View view")); 

1.971.3. getSeekBar(View dialogView)


protected static SeekBar getSeekBar(View dialogView)

methodList.add(new ZMethod(mZAndroidAPPClass,"SeekBar" ,"getSeekBar", "View dialogView")); 

1.972. SeekBarPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/SeekBarPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.972.1. setShouldBlink(boolean shouldBlink)


public void setShouldBlink(boolean shouldBlink)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setShouldBlink", "boolean shouldBlink")); 

1.972.2. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.972.3. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.972.4. onSetInitialValue(boolean restoreValue,Object defaultValue)


protected void onSetInitialValue(boolean restoreValue, Object defaultValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSetInitialValue", "boolean restoreValue,Object defaultValue")); 

1.972.5. onGetDefaultValue(TypedArray a,int index)


protected Object onGetDefaultValue(TypedArray a, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"onGetDefaultValue", "TypedArray a,int index")); 

1.972.6. onKey(View v,int keyCode,KeyEvent event)


public boolean onKey(View v, int keyCode, KeyEvent event)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onKey", "View v,int keyCode,KeyEvent event")); 

1.972.7. setMax(int max)


public void setMax(int max)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMax", "int max")); 

1.972.8. setMin(int min)


public void setMin(int min)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMin", "int min")); 

1.972.9. getMax()


public int getMax()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMax", "")); 

1.972.10. getMin()


public int getMin()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMin", "")); 

1.972.11. setProgress(int progress)


public void setProgress(int progress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProgress", "int progress")); 

1.972.12. setDefaultProgress(int defaultProgress)


public void setDefaultProgress(int defaultProgress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDefaultProgress", "int defaultProgress")); 

1.972.13. setContinuousUpdates(boolean continuousUpdates)


public void setContinuousUpdates(boolean continuousUpdates)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setContinuousUpdates", "boolean continuousUpdates")); 

1.972.14. setProgress(int progress,boolean notifyChanged)


private void setProgress(int progress, boolean notifyChanged)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProgress", "int progress,boolean notifyChanged")); 

1.972.15. getProgress()


public int getProgress()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getProgress", "")); 

1.972.16. syncProgress(SeekBar seekBar)


void syncProgress(SeekBar seekBar)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"syncProgress", "SeekBar seekBar")); 

1.972.17. onProgressChanged(SeekBar seekBar,int progress,boolean fromUser)


public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProgressChanged", "SeekBar seekBar,int progress,boolean fromUser")); 

1.972.18. onStartTrackingTouch(SeekBar seekBar)


public void onStartTrackingTouch(SeekBar seekBar)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStartTrackingTouch", "SeekBar seekBar")); 

1.972.19. onStopTrackingTouch(SeekBar seekBar)


public void onStopTrackingTouch(SeekBar seekBar)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStopTrackingTouch", "SeekBar seekBar")); 

1.972.20. setAccessibilityRangeInfoType(int rangeInfoType)


public void setAccessibilityRangeInfoType(int rangeInfoType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAccessibilityRangeInfoType", "int rangeInfoType")); 

1.972.21. setSeekBarContentDescription(CharSequence contentDescription)


public void setSeekBarContentDescription(CharSequence contentDescription)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSeekBarContentDescription", "CharSequence contentDescription")); 

1.972.22. onSaveInstanceState()


protected Parcelable onSaveInstanceState()

methodList.add(new ZMethod(mZAndroidAPPClass,"Parcelable" ,"onSaveInstanceState", "")); 

1.972.23. onRestoreInstanceState(Parcelable state)


protected void onRestoreInstanceState(Parcelable state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Parcelable state")); 

1.973. SelectDebugAppPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/SelectDebugAppPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.973.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.973.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.973.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.973.4. onActivityResult(int requestCode,int resultCode,Intent data)


public boolean onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.973.5. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.973.6. getActivityStartIntent()


Intent getActivityStartIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getActivityStartIntent", "")); 

1.973.7. updatePreferenceSummary()


private void updatePreferenceSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferenceSummary", "")); 

1.973.8. getAppLabel(String debugApp)


private String getAppLabel(String debugApp)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getAppLabel", "String debugApp")); 

1.974. SelfAvailablePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SelfAvailablePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.975. SetFullBackupPassword.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SetFullBackupPassword.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.975.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.975.2. setBackupPassword(String currentPw,String newPw)


private boolean setBackupPassword(String currentPw, String newPw)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setBackupPassword", "String currentPw,String newPw")); 

1.976. SetNewPasswordActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/SetNewPasswordActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.976.1. onCreate(Bundle savedState)


protected void onCreate(Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedState")); 

1.976.2. launchChooseLock(Bundle chooseLockFingerprintExtras)


public void launchChooseLock(Bundle chooseLockFingerprintExtras)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchChooseLock", "Bundle chooseLockFingerprintExtras")); 

1.977. SetNewPasswordController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/SetNewPasswordController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.977.1. create(Context context,Ui ui,Intent intent,IBinder activityToken)


public static SetNewPasswordController create(Context context, Ui ui, Intent intent, IBinder activityToken)

methodList.add(new ZMethod(mZAndroidAPPClass,"SetNewPasswordController" ,"create", "Context context,Ui ui,Intent intent,IBinder activityToken")); 

1.977.2. dispatchSetNewPasswordIntent()


public void dispatchSetNewPasswordIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dispatchSetNewPasswordIntent", "")); 

1.977.3. getFingerprintChooseLockExtras()


private Bundle getFingerprintChooseLockExtras()

methodList.add(new ZMethod(mZAndroidAPPClass,"Bundle" ,"getFingerprintChooseLockExtras", "")); 

1.977.4. isFingerprintDisabledByAdmin()


private boolean isFingerprintDisabledByAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFingerprintDisabledByAdmin", "")); 

1.978. SettingIntentProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/defaultapps/SettingIntentProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.979. SettingPref.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/SettingPref.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.979.1. isApplicable(Context context)


public boolean isApplicable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isApplicable", "Context context")); 

1.979.2. getCaption(Resources res,int value)


protected String getCaption(Resources res, int value)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getCaption", "Resources res,int value")); 

1.979.3. init(SettingsPreferenceFragment settings)


public Preference init(SettingsPreferenceFragment settings)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"init", "SettingsPreferenceFragment settings")); 

1.979.4. setSetting(Context context,int value)


protected boolean setSetting(Context context, int value)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setSetting", "Context context,int value")); 

1.979.5. getUri()


public Uri getUri()

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"getUri", "")); 

1.979.6. getKey()


public String getKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKey", "")); 

1.979.7. update(Context context)


public void update(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"update", "Context context")); 

1.979.8. getUriFor(int type,String setting)


private static Uri getUriFor(int type, String setting)

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"getUriFor", "int type,String setting")); 

1.979.9. putInt(int type,ContentResolver cr,String setting,int value)


protected static boolean putInt(int type, ContentResolver cr, String setting, int value)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"putInt", "int type,ContentResolver cr,String setting,int value")); 

1.979.10. getInt(int type,ContentResolver cr,String setting,int def)


protected static int getInt(int type, ContentResolver cr, String setting, int def)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getInt", "int type,ContentResolver cr,String setting,int def")); 

1.980. SettingPrefController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/SettingPrefController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.980.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.980.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.980.3. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.980.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.980.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.980.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.981. Settings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/Settings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.982. SettingsActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SettingsActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.982.1. getSwitchBar()


public SwitchBar getSwitchBar()

methodList.add(new ZMethod(mZAndroidAPPClass,"SwitchBar" ,"getSwitchBar", "")); 

1.982.2. onPreferenceStartFragment(PreferenceFragment caller,Preference pref)


public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceStartFragment", "PreferenceFragment caller,Preference pref")); 

1.982.3. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.982.4. getSharedPreferences(String name,int mode)


public SharedPreferences getSharedPreferences(String name, int mode)

methodList.add(new ZMethod(mZAndroidAPPClass,"SharedPreferences" ,"getSharedPreferences", "String name,int mode")); 

1.982.5. getMetricsTag()


private String getMetricsTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getMetricsTag", "")); 

1.982.6. onCreate(Bundle savedState)


protected void onCreate(Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedState")); 

1.982.7. launchSettingFragment(String initialFragmentName,boolean isSubSettings,Intent intent)


void launchSettingFragment(String initialFragmentName, boolean isSubSettings, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchSettingFragment", "String initialFragmentName,boolean isSubSettings,Intent intent")); 

1.982.8. setTitleFromIntent(Intent intent)


private void setTitleFromIntent(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTitleFromIntent", "Intent intent")); 

1.982.9. onBackStackChanged()


public void onBackStackChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBackStackChanged", "")); 

1.982.10. setTitleFromBackStack()


private void setTitleFromBackStack()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTitleFromBackStack", "")); 

1.982.11. setTitleFromBackStackEntry(FragmentManager.BackStackEntry bse)


private void setTitleFromBackStackEntry(FragmentManager.BackStackEntry bse)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTitleFromBackStackEntry", "FragmentManager.BackStackEntry bse")); 

1.982.12. onSaveInstanceState(Bundle outState)


protected void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.982.13. saveState(Bundle outState)


void saveState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveState", "Bundle outState")); 

1.982.14. onResume()


protected void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.982.15. onPause()


protected void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.982.16. setTaskDescription(ActivityManager.TaskDescription taskDescription)


public void setTaskDescription(ActivityManager.TaskDescription taskDescription)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTaskDescription", "ActivityManager.TaskDescription taskDescription")); 

1.982.17. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.982.18. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.982.19. getStartingFragmentClass(Intent intent)


private String getStartingFragmentClass(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getStartingFragmentClass", "Intent intent")); 

1.982.20. finishPreferencePanel(int resultCode,Intent resultData)


public void finishPreferencePanel(int resultCode, Intent resultData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"finishPreferencePanel", "int resultCode,Intent resultData")); 

1.982.21. switchToFragment(String fragmentName,Bundle args,boolean validate,boolean addToBackStack,int titleResId,CharSequence title,boolean withTransition)


private Fragment switchToFragment(String fragmentName, Bundle args, boolean validate, boolean addToBackStack, int titleResId, CharSequence title, boolean withTransition)

methodList.add(new ZMethod(mZAndroidAPPClass,"Fragment" ,"switchToFragment", "String fragmentName,Bundle args,boolean validate,boolean addToBackStack,int titleResId,CharSequence title,boolean withTransition")); 

1.982.22. updateTilesList()


private void updateTilesList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTilesList", "")); 

1.982.23. updateDeviceIndex()


private void updateDeviceIndex()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDeviceIndex", "")); 

1.982.24. doUpdateTilesList()


private void doUpdateTilesList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"doUpdateTilesList", "")); 

1.982.25. setTileEnabled(StringBuilder changedList,ComponentName component,boolean enabled,boolean isAdmin)


private boolean setTileEnabled(StringBuilder changedList, ComponentName component, boolean enabled, boolean isAdmin)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setTileEnabled", "StringBuilder changedList,ComponentName component,boolean enabled,boolean isAdmin")); 

1.982.26. getMetaData()


private void getMetaData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"getMetaData", "")); 

1.982.27. hasNextButton()


public boolean hasNextButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasNextButton", "")); 

1.982.28. getNextButton()


public Button getNextButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getNextButton", "")); 

1.982.29. getBitmapFromXmlResource(int drawableRes)


Bitmap getBitmapFromXmlResource(int drawableRes)

methodList.add(new ZMethod(mZAndroidAPPClass,"Bitmap" ,"getBitmapFromXmlResource", "int drawableRes")); 

1.983. SettingsAppWidgetProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/SettingsAppWidgetProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.983.1. checkObserver(Context context)


private static void checkObserver(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkObserver", "Context context")); 

1.983.2. onUpdate(Context context,AppWidgetManager appWidgetManager,int[] appWidgetIds)


public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onUpdate", "Context context,AppWidgetManager appWidgetManager,int[] appWidgetIds")); 

1.983.3. onEnabled(Context context)


public void onEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onEnabled", "Context context")); 

1.983.4. onDisabled(Context context)


public void onDisabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisabled", "Context context")); 

1.983.5. buildUpdate(Context context)


static RemoteViews buildUpdate(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"RemoteViews" ,"buildUpdate", "Context context")); 

1.983.6. updateWidget(Context context)


public static void updateWidget(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateWidget", "Context context")); 

1.983.7. updateButtons(RemoteViews views,Context context)


private static void updateButtons(RemoteViews views, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateButtons", "RemoteViews views,Context context")); 

1.983.8. getLaunchPendingIntent(Context context,int buttonId)


private static PendingIntent getLaunchPendingIntent(Context context, int buttonId)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getLaunchPendingIntent", "Context context,int buttonId")); 

1.983.9. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.983.10. getBrightness(Context context)


private static int getBrightness(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getBrightness", "Context context")); 

1.983.11. getBrightnessMode(Context context)


private static boolean getBrightnessMode(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getBrightnessMode", "Context context")); 

1.983.12. toggleBrightness(Context context)


private void toggleBrightness(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"toggleBrightness", "Context context")); 

1.984. SettingsContentObserver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/SettingsContentObserver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.984.1. register(ContentResolver contentResolver)


public void register(ContentResolver contentResolver)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"register", "ContentResolver contentResolver")); 

1.984.2. unregister(ContentResolver contentResolver)


public void unregister(ContentResolver contentResolver)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregister", "ContentResolver contentResolver")); 

1.984.3. onChange(boolean selfChange,Uri uri)


public abstract void onChange(boolean selfChange, Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onChange", "boolean selfChange,Uri uri")); 

1.985. SettingsDividerItemDecoration.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/utils/SettingsDividerItemDecoration.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.985.1. isDividerAllowedAbove(RecyclerView.ViewHolder viewHolder)


protected boolean isDividerAllowedAbove(RecyclerView.ViewHolder viewHolder)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDividerAllowedAbove", "RecyclerView.ViewHolder viewHolder")); 

1.985.2. isDividerAllowedBelow(RecyclerView.ViewHolder viewHolder)


protected boolean isDividerAllowedBelow(RecyclerView.ViewHolder viewHolder)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDividerAllowedBelow", "RecyclerView.ViewHolder viewHolder")); 

1.986. SettingsDumpService.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SettingsDumpService.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.986.1. onBind(Intent intent)


public IBinder onBind(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"IBinder" ,"onBind", "Intent intent")); 

1.986.2. dump(FileDescriptor fd,PrintWriter writer,String[] args)


protected void dump(FileDescriptor fd, PrintWriter writer, String[] args)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dump", "FileDescriptor fd,PrintWriter writer,String[] args")); 

1.986.3. dumpMemory()


private JSONObject dumpMemory() throws JSONException

methodList.add(new ZMethod(mZAndroidAPPClass,"JSONObject" ,"dumpMemory", "")); 

1.986.4. dumpDataUsage()


private JSONObject dumpDataUsage() throws JSONException

methodList.add(new ZMethod(mZAndroidAPPClass,"JSONObject" ,"dumpDataUsage", "")); 

1.986.5. dumpDataUsage(NetworkTemplate template,DataUsageController controller)


private JSONObject dumpDataUsage(NetworkTemplate template, DataUsageController controller) throws JSONException

methodList.add(new ZMethod(mZAndroidAPPClass,"JSONObject" ,"dumpDataUsage", "NetworkTemplate template,DataUsageController controller")); 

1.986.6. dumpStorage()


private JSONObject dumpStorage() throws JSONException

methodList.add(new ZMethod(mZAndroidAPPClass,"JSONObject" ,"dumpStorage", "")); 

1.986.7. dumpDefaultBrowser()


String dumpDefaultBrowser()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"dumpDefaultBrowser", "")); 

1.986.8. dumpAnomalyDetection()


JSONObject dumpAnomalyDetection() throws JSONException

methodList.add(new ZMethod(mZAndroidAPPClass,"JSONObject" ,"dumpAnomalyDetection", "")); 

1.987. SettingsEnableZenModeDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/SettingsEnableZenModeDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.987.1. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.987.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.988. SettingsGateway.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/gateway/SettingsGateway.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.989. SettingsInitialize.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SettingsInitialize.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.989.1. onReceive(Context context,Intent broadcast)


public void onReceive(Context context, Intent broadcast)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent broadcast")); 

1.989.2. managedProfileSetup(Context context,final PackageManager pm,Intent broadcast,UserInfo userInfo)


private void managedProfileSetup(Context context, final PackageManager pm, Intent broadcast, UserInfo userInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"managedProfileSetup", "Context context,final PackageManager pm,Intent broadcast,UserInfo userInfo")); 

1.989.3. webviewSettingSetup(Context context,PackageManager pm,UserInfo userInfo)


private void webviewSettingSetup(Context context, PackageManager pm, UserInfo userInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"webviewSettingSetup", "Context context,PackageManager pm,UserInfo userInfo")); 

1.989.4. refreshExistingShortcuts(Context context)


void refreshExistingShortcuts(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshExistingShortcuts", "Context context")); 

1.990. SettingsInjector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/SettingsInjector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.990.1. getSettings(final UserHandle userHandle)


private List getSettings(final UserHandle userHandle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSettings", "final UserHandle userHandle")); 

1.990.2. parseServiceInfo(ResolveInfo service,UserHandle userHandle,PackageManager pm)


private static InjectedSetting parseServiceInfo(ResolveInfo service, UserHandle userHandle, PackageManager pm) throws XmlPullParserException, IOException

methodList.add(new ZMethod(mZAndroidAPPClass,"InjectedSetting" ,"parseServiceInfo", "ResolveInfo service,UserHandle userHandle,PackageManager pm")); 

1.990.3. parseAttributes(String packageName,String className,UserHandle userHandle,Resources res,AttributeSet attrs)


private static InjectedSetting parseAttributes(String packageName, String className, UserHandle userHandle, Resources res, AttributeSet attrs)

methodList.add(new ZMethod(mZAndroidAPPClass,"InjectedSetting" ,"parseAttributes", "String packageName,String className,UserHandle userHandle,Resources res,AttributeSet attrs")); 

1.990.4. getInjectedSettings(Context prefContext,final int profileId)


public List getInjectedSettings(Context prefContext, final int profileId)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getInjectedSettings", "Context prefContext,final int profileId")); 

1.990.5. hasInjectedSettings(final int profileId)


public boolean hasInjectedSettings(final int profileId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasInjectedSettings", "final int profileId")); 

1.990.6. reloadStatusMessages()


public void reloadStatusMessages()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reloadStatusMessages", "")); 

1.990.7. addServiceSetting(Context prefContext,List prefs,InjectedSetting info)


private Preference addServiceSetting(Context prefContext, List prefs, InjectedSetting info)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"addServiceSetting", "Context prefContext,List prefs,InjectedSetting info")); 

1.991. SettingsLicenseActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SettingsLicenseActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.991.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.991.2. onCreateLoader(int id,Bundle args)


public Loader onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader" ,"onCreateLoader", "int id,Bundle args")); 

1.991.3. onLoadFinished(Loader loader,File generatedHtmlFile)


public void onLoadFinished(Loader loader, File generatedHtmlFile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader loader,File generatedHtmlFile")); 

1.991.4. onLoaderReset(Loader loader)


public void onLoaderReset(Loader loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader loader")); 

1.991.5. showHtmlFromDefaultXmlFiles()


private void showHtmlFromDefaultXmlFiles()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showHtmlFromDefaultXmlFiles", "")); 

1.991.6. getUriFromGeneratedHtmlFile(File generatedHtmlFile)


Uri getUriFromGeneratedHtmlFile(File generatedHtmlFile)

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"getUriFromGeneratedHtmlFile", "File generatedHtmlFile")); 

1.991.7. showGeneratedHtmlFile(File generatedHtmlFile)


private void showGeneratedHtmlFile(File generatedHtmlFile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showGeneratedHtmlFile", "File generatedHtmlFile")); 

1.991.8. showSelectedFile(final String path)


private void showSelectedFile(final String path)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showSelectedFile", "final String path")); 

1.991.9. showHtmlFromUri(Uri uri)


private void showHtmlFromUri(Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showHtmlFromUri", "Uri uri")); 

1.991.10. showErrorAndFinish()


private void showErrorAndFinish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showErrorAndFinish", "")); 

1.991.11. isFilePathValid(final String path)


private boolean isFilePathValid(final String path)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFilePathValid", "final String path")); 

1.991.12. isFileValid(final File file)


boolean isFileValid(final File file)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFileValid", "final File file")); 

1.992. SettingsPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SettingsPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.992.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.992.2. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.992.3. addPreferencesFromResource(@XmlRes int preferencesResId)


public void addPreferencesFromResource(@XmlRes int preferencesResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPreferencesFromResource", "@XmlRes int preferencesResId")); 

1.992.4. checkAvailablePrefs(PreferenceGroup preferenceGroup)


private void checkAvailablePrefs(PreferenceGroup preferenceGroup)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkAvailablePrefs", "PreferenceGroup preferenceGroup")); 

1.992.5. getButtonBar()


public ViewGroup getButtonBar()

methodList.add(new ZMethod(mZAndroidAPPClass,"ViewGroup" ,"getButtonBar", "")); 

1.992.6. setPinnedHeaderView(int layoutResId)


public View setPinnedHeaderView(int layoutResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"setPinnedHeaderView", "int layoutResId")); 

1.992.7. setPinnedHeaderView(View pinnedHeader)


public void setPinnedHeaderView(View pinnedHeader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPinnedHeaderView", "View pinnedHeader")); 

1.992.8. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.992.9. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.992.10. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.992.11. onBindPreferences()


protected void onBindPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindPreferences", "")); 

1.992.12. onUnbindPreferences()


protected void onUnbindPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onUnbindPreferences", "")); 

1.992.13. setLoading(boolean loading,boolean animate)


public void setLoading(boolean loading, boolean animate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLoading", "boolean loading,boolean animate")); 

1.992.14. registerObserverIfNeeded()


public void registerObserverIfNeeded()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerObserverIfNeeded", "")); 

1.992.15. unregisterObserverIfNeeded()


public void unregisterObserverIfNeeded()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregisterObserverIfNeeded", "")); 

1.992.16. highlightPreferenceIfNeeded()


public void highlightPreferenceIfNeeded()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"highlightPreferenceIfNeeded", "")); 

1.992.17. getInitialExpandedChildCount()


public int getInitialExpandedChildCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getInitialExpandedChildCount", "")); 

1.992.18. onDataSetChanged()


protected void onDataSetChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataSetChanged", "")); 

1.992.19. getHeaderView()


public LayoutPreference getHeaderView()

methodList.add(new ZMethod(mZAndroidAPPClass,"LayoutPreference" ,"getHeaderView", "")); 

1.992.20. setHeaderView(int resource)


protected void setHeaderView(int resource)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHeaderView", "int resource")); 

1.992.21. setHeaderView(View view)


protected void setHeaderView(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHeaderView", "View view")); 

1.992.22. addPreferenceToTop(LayoutPreference preference)


private void addPreferenceToTop(LayoutPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPreferenceToTop", "LayoutPreference preference")); 

1.992.23. setPreferenceScreen(PreferenceScreen preferenceScreen)


public void setPreferenceScreen(PreferenceScreen preferenceScreen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreferenceScreen", "PreferenceScreen preferenceScreen")); 

1.992.24. updateEmptyView()


void updateEmptyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEmptyView", "")); 

1.992.25. setEmptyView(View v)


public void setEmptyView(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEmptyView", "View v")); 

1.992.26. getEmptyView()


public View getEmptyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"getEmptyView", "")); 

1.992.27. onCreateLayoutManager()


public RecyclerView.LayoutManager onCreateLayoutManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"RecyclerView.LayoutManager" ,"onCreateLayoutManager", "")); 

1.992.28. onCreateAdapter(PreferenceScreen preferenceScreen)


protected RecyclerView.Adapter onCreateAdapter(PreferenceScreen preferenceScreen)

methodList.add(new ZMethod(mZAndroidAPPClass,"RecyclerView.Adapter" ,"onCreateAdapter", "PreferenceScreen preferenceScreen")); 

1.992.29. setAnimationAllowed(boolean animationAllowed)


protected void setAnimationAllowed(boolean animationAllowed)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAnimationAllowed", "boolean animationAllowed")); 

1.992.30. cacheRemoveAllPrefs(PreferenceGroup group)


protected void cacheRemoveAllPrefs(PreferenceGroup group)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cacheRemoveAllPrefs", "PreferenceGroup group")); 

1.992.31. getCachedPreference(String key)


protected Preference getCachedPreference(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"getCachedPreference", "String key")); 

1.992.32. removeCachedPrefs(PreferenceGroup group)


protected void removeCachedPrefs(PreferenceGroup group)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeCachedPrefs", "PreferenceGroup group")); 

1.992.33. getCachedCount()


protected int getCachedCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCachedCount", "")); 

1.992.34. removePreference(String key)


public boolean removePreference(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"removePreference", "String key")); 

1.992.35. removePreference(PreferenceGroup group,String key)


boolean removePreference(PreferenceGroup group, String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"removePreference", "PreferenceGroup group,String key")); 

1.992.36. finishFragment()


public final void finishFragment()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"finishFragment", "")); 

1.992.37. getContentResolver()


protected ContentResolver getContentResolver()

methodList.add(new ZMethod(mZAndroidAPPClass,"ContentResolver" ,"getContentResolver", "")); 

1.992.38. getSystemService(final String name)


protected Object getSystemService(final String name)

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"getSystemService", "final String name")); 

1.992.39. getPackageManager()


protected PackageManager getPackageManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"PackageManager" ,"getPackageManager", "")); 

1.992.40. onDetach()


public void onDetach()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDetach", "")); 

1.992.41. showDialog(int dialogId)


protected void showDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDialog", "int dialogId")); 

1.992.42. onCreateDialog(int dialogId)


public Dialog onCreateDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int dialogId")); 

1.992.43. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.992.44. removeDialog(int dialogId)


protected void removeDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeDialog", "int dialogId")); 

1.992.45. setOnCancelListener(DialogInterface.OnCancelListener listener)


protected void setOnCancelListener(DialogInterface.OnCancelListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnCancelListener", "DialogInterface.OnCancelListener listener")); 

1.992.46. setOnDismissListener(DialogInterface.OnDismissListener listener)


protected void setOnDismissListener(DialogInterface.OnDismissListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnDismissListener", "DialogInterface.OnDismissListener listener")); 

1.992.47. onDialogShowing()


public void onDialogShowing()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogShowing", "")); 

1.992.48. onDisplayPreferenceDialog(Preference preference)


public void onDisplayPreferenceDialog(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisplayPreferenceDialog", "Preference preference")); 

1.992.49. hasNextButton()


protected boolean hasNextButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasNextButton", "")); 

1.992.50. getNextButton()


protected Button getNextButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getNextButton", "")); 

1.992.51. finish()


public void finish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"finish", "")); 

1.992.52. getIntent()


protected Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.992.53. setResult(int result,Intent intent)


protected void setResult(int result, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setResult", "int result,Intent intent")); 

1.992.54. setResult(int result)


protected void setResult(int result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setResult", "int result")); 

1.993. SettingsSearchIndexablesProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/search/SettingsSearchIndexablesProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.993.1. onCreate()


public boolean onCreate()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onCreate", "")); 

1.993.2. queryXmlResources(String[] projection)


public Cursor queryXmlResources(String[] projection)

methodList.add(new ZMethod(mZAndroidAPPClass,"Cursor" ,"queryXmlResources", "String[] projection")); 

1.993.3. queryRawData(String[] projection)


public Cursor queryRawData(String[] projection)

methodList.add(new ZMethod(mZAndroidAPPClass,"Cursor" ,"queryRawData", "String[] projection")); 

1.993.4. queryNonIndexableKeys(String[] projection)


public Cursor queryNonIndexableKeys(String[] projection)

methodList.add(new ZMethod(mZAndroidAPPClass,"Cursor" ,"queryNonIndexableKeys", "String[] projection")); 

1.993.5. querySiteMapPairs()


public Cursor querySiteMapPairs()

methodList.add(new ZMethod(mZAndroidAPPClass,"Cursor" ,"querySiteMapPairs", "")); 

1.993.6. getNonIndexableKeysFromProvider(Context context)


private List getNonIndexableKeysFromProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getNonIndexableKeysFromProvider", "Context context")); 

1.993.7. getSearchIndexableResourcesFromProvider(Context context)


private List getSearchIndexableResourcesFromProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSearchIndexableResourcesFromProvider", "Context context")); 

1.993.8. getSearchIndexableRawFromProvider(Context context)


private List getSearchIndexableRawFromProvider(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSearchIndexableRawFromProvider", "Context context")); 

1.994. SettingsSliceProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SettingsSliceProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.994.1. onCreateSliceProvider()


public boolean onCreateSliceProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onCreateSliceProvider", "")); 

1.994.2. onMapIntentToUri(Intent intent)


public Uri onMapIntentToUri(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"onMapIntentToUri", "Intent intent")); 

1.994.3. onSlicePinned(Uri sliceUri)


public void onSlicePinned(Uri sliceUri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSlicePinned", "Uri sliceUri")); 

1.994.4. onSliceUnpinned(Uri sliceUri)


public void onSliceUnpinned(Uri sliceUri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSliceUnpinned", "Uri sliceUri")); 

1.994.5. onBindSlice(Uri sliceUri)


public Slice onBindSlice(Uri sliceUri)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"onBindSlice", "Uri sliceUri")); 

1.994.6. onGetSliceDescendants(Uri uri)


public Collection onGetSliceDescendants(Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"Collection" ,"onGetSliceDescendants", "Uri uri")); 

1.994.7. buildUrisFromKeys(List keys,String authority)


private List buildUrisFromKeys(List keys, String authority)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildUrisFromKeys", "List keys,String authority")); 

1.994.8. loadSlice(Uri uri)


void loadSlice(Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadSlice", "Uri uri")); 

1.994.9. loadSliceInBackground(Uri uri)


void loadSliceInBackground(Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadSliceInBackground", "Uri uri")); 

1.994.10. getSliceStub(Uri uri)


private Slice getSliceStub(Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"getSliceStub", "Uri uri")); 

1.994.11. getSpecialCaseUris(boolean isPlatformUri)


private List getSpecialCaseUris(boolean isPlatformUri)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSpecialCaseUris", "boolean isPlatformUri")); 

1.994.12. getSpecialCasePlatformUris()


private List getSpecialCasePlatformUris()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSpecialCasePlatformUris", "")); 

1.994.13. getSpecialCaseOemUris()


private List getSpecialCaseOemUris()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSpecialCaseOemUris", "")); 

1.994.14. registerIntentToUri(IntentFilter intentFilter,Uri sliceUri)


/**
     * Registers an IntentFilter in SysUI to notify changes to {@param sliceUri} when broadcasts to
     * {@param intentFilter} happen.
     */
void registerIntentToUri(IntentFilter intentFilter, Uri sliceUri)

methodList.add(new ZMethod(mZAndroidAPPClass,"/**
     * Registers an IntentFilter in SysUI to notify changes to {@param sliceUri} when broadcasts to
     * {@param intentFilter} happen.
     */
void" ,"registerIntentToUri", "IntentFilter intentFilter,Uri sliceUri")); 

1.994.15. getBlockedKeys()


Set getBlockedKeys()

methodList.add(new ZMethod(mZAndroidAPPClass,"Set" ,"getBlockedKeys", "")); 

1.994.16. parseStringArray(String value)


private String[] parseStringArray(String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"parseStringArray", "String value")); 

1.995. SettingsZenDurationDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/SettingsZenDurationDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.995.1. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.995.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.996. SetupChooseLockGeneric.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/SetupChooseLockGeneric.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.996.1. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.996.2. getFragmentClass()


Class getFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getFragmentClass", "")); 

1.996.3. onApplyThemeResource(Resources.Theme theme,int resid,boolean first)


protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onApplyThemeResource", "Resources.Theme theme,int resid,boolean first")); 

1.996.4. onCreate(Bundle savedInstance)


protected void onCreate(Bundle savedInstance)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstance")); 

1.997. SetupChooseLockPassword.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/SetupChooseLockPassword.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.997.1. modifyIntentForSetup(Context context,Intent chooseLockPasswordIntent)


public static Intent modifyIntentForSetup(Context context, Intent chooseLockPasswordIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"modifyIntentForSetup", "Context context,Intent chooseLockPasswordIntent")); 

1.997.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.997.3. getFragmentClass()


Class getFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getFragmentClass", "")); 

1.997.4. onCreate(Bundle savedInstance)


protected void onCreate(Bundle savedInstance)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstance")); 

1.998. SetupChooseLockPattern.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/SetupChooseLockPattern.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.998.1. modifyIntentForSetup(Context context,Intent chooseLockPatternIntent)


public static Intent modifyIntentForSetup(Context context, Intent chooseLockPatternIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"modifyIntentForSetup", "Context context,Intent chooseLockPatternIntent")); 

1.998.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.998.3. getFragmentClass()


Class getFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getFragmentClass", "")); 

1.999. SetupEncryptionInterstitial.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.999.1. createStartIntent(Context ctx,int quality,boolean requirePasswordDefault,Intent unlockMethodIntent)


public static Intent createStartIntent(Context ctx, int quality, boolean requirePasswordDefault, Intent unlockMethodIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"createStartIntent", "Context ctx,int quality,boolean requirePasswordDefault,Intent unlockMethodIntent")); 

1.999.2. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.999.3. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.999.4. onCreate(Bundle savedInstance)


protected void onCreate(Bundle savedInstance)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstance")); 

1.1000. SetupFingerprintEnrollEnrolling.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/SetupFingerprintEnrollEnrolling.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1000.1. getFinishIntent()


protected Intent getFinishIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getFinishIntent", "")); 

1.1000.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1001. SetupFingerprintEnrollFindSensor.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/SetupFingerprintEnrollFindSensor.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1001.1. getContentView()


protected int getContentView()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getContentView", "")); 

1.1001.2. getEnrollingIntent()


protected Intent getEnrollingIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getEnrollingIntent", "")); 

1.1001.3. onSkipButtonClick()


protected void onSkipButtonClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSkipButtonClick", "")); 

1.1001.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1002. SetupFingerprintEnrollFinish.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/SetupFingerprintEnrollFinish.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1002.1. getEnrollingIntent()


protected Intent getEnrollingIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getEnrollingIntent", "")); 

1.1002.2. initViews()


protected void initViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initViews", "")); 

1.1002.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1003. SetupFingerprintEnrollIntroduction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fingerprint/SetupFingerprintEnrollIntroduction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1003.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1003.2. onSaveInstanceState(Bundle outState)


protected void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1003.3. getChooseLockIntent()


protected Intent getChooseLockIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getChooseLockIntent", "")); 

1.1003.4. getFindSensorIntent()


protected Intent getFindSensorIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getFindSensorIntent", "")); 

1.1003.5. initViews()


protected void initViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initViews", "")); 

1.1003.6. onActivityResult(int requestCode,int resultCode,Intent data)


protected void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1003.7. getMetricIntent(Intent data)


private Intent getMetricIntent(Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getMetricIntent", "Intent data")); 

1.1003.8. onCancelButtonClick()


protected void onCancelButtonClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCancelButtonClick", "")); 

1.1003.9. onBackPressed()


public void onBackPressed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBackPressed", "")); 

1.1003.10. isKeyguardSecure()


private boolean isKeyguardSecure()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isKeyguardSecure", "")); 

1.1003.11. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1004. SetupRedactionInterstitial.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SetupRedactionInterstitial.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1004.1. setEnabled(Context context,boolean enabled)


public static void setEnabled(Context context, boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "Context context,boolean enabled")); 

1.1004.2. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.1004.3. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.1005. SetupSkipDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/SetupSkipDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1005.1. newInstance(boolean isFrpSupported)


public static SetupSkipDialog newInstance(boolean isFrpSupported)

methodList.add(new ZMethod(mZAndroidAPPClass,"SetupSkipDialog" ,"newInstance", "boolean isFrpSupported")); 

1.1005.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1005.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.1005.4. onCreateDialogBuilder()


public AlertDialog.Builder onCreateDialogBuilder()

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog.Builder" ,"onCreateDialogBuilder", "")); 

1.1005.5. onClick(DialogInterface dialog,int button)


public void onClick(DialogInterface dialog, int button)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int button")); 

1.1005.6. show(FragmentManager manager)


public void show(FragmentManager manager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "FragmentManager manager")); 

1.1006. SetupWizardUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SetupWizardUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1006.1. getTheme(Intent intent)


public static int getTheme(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getTheme", "Intent intent")); 

1.1006.2. getTransparentTheme(Intent intent)


public static int getTransparentTheme(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getTransparentTheme", "Intent intent")); 

1.1006.3. copySetupExtras(Intent fromIntent,Intent toIntent)


public static void copySetupExtras(Intent fromIntent, Intent toIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"copySetupExtras", "Intent fromIntent,Intent toIntent")); 

1.1007. ShortcutManagerThrottlingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ShortcutManagerThrottlingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1007.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1007.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1007.3. resetShortcutManagerThrottling()


private void resetShortcutManagerThrottling()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resetShortcutManagerThrottling", "")); 

1.1007.4. getShortCutService()


private IShortcutService getShortCutService()

methodList.add(new ZMethod(mZAndroidAPPClass,"IShortcutService" ,"getShortCutService", "")); 

1.1008. ShortcutServicePickerFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ShortcutServicePickerFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1008.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1008.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1008.3. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.1008.4. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.1008.5. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.1008.6. onRadioButtonClicked(RadioButtonPreference selected)


public void onRadioButtonClicked(RadioButtonPreference selected)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRadioButtonClicked", "RadioButtonPreference selected")); 

1.1008.7. onServiceConfirmed(String serviceKey)


private void onServiceConfirmed(String serviceKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onServiceConfirmed", "String serviceKey")); 

1.1009. ShowFirstCrashDialogPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ShowFirstCrashDialogPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1009.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1009.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1009.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1009.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1009.5. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1010. ShowLayoutBoundsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ShowLayoutBoundsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1010.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1010.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1010.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1010.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1011. ShowOperatorNamePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/ShowOperatorNamePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1011.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1011.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1011.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1011.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1012. ShowPasswordPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/ShowPasswordPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1012.1. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.1012.2. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.1012.3. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1013. ShowSurfaceUpdatesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ShowSurfaceUpdatesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1013.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1013.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1013.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1013.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1013.5. updateShowUpdatesSetting()


void updateShowUpdatesSetting()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateShowUpdatesSetting", "")); 

1.1013.6. writeShowUpdatesSetting(boolean isEnabled)


void writeShowUpdatesSetting(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeShowUpdatesSetting", "boolean isEnabled")); 

1.1014. ShowTapsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/ShowTapsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1014.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1014.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1014.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1014.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1015. SimDialogActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/sim/SimDialogActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1015.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1015.2. displayPreferredDialog(final int slotId)


private void displayPreferredDialog(final int slotId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreferredDialog", "final int slotId")); 

1.1015.3. setDefaultDataSubId(final Context context,final int subId)


private static void setDefaultDataSubId(final Context context, final int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDefaultDataSubId", "final Context context,final int subId")); 

1.1015.4. setDefaultSmsSubId(final Context context,final int subId)


private static void setDefaultSmsSubId(final Context context, final int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDefaultSmsSubId", "final Context context,final int subId")); 

1.1015.5. setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle phoneAccount)


private void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle phoneAccount)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUserSelectedOutgoingPhoneAccount", "PhoneAccountHandle phoneAccount")); 

1.1015.6. subscriptionIdToPhoneAccountHandle(final int subId)


private PhoneAccountHandle subscriptionIdToPhoneAccountHandle(final int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"PhoneAccountHandle" ,"subscriptionIdToPhoneAccountHandle", "final int subId")); 

1.1015.7. createDialog(final Context context,final int id)


public Dialog createDialog(final Context context, final int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"createDialog", "final Context context,final int id")); 

1.1016. SimLockPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/SimLockPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1016.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1016.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1016.3. isSimReady()


private boolean isSimReady()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSimReady", "")); 

1.1016.4. isSimIccReady()


private boolean isSimIccReady()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSimIccReady", "")); 

1.1017. SimPreferenceDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/sim/SimPreferenceDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1017.1. onCreate(Bundle bundle)


public void onCreate(Bundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle bundle")); 

1.1017.2. onSaveInstanceState(Bundle savedInstanceState)


public void onSaveInstanceState(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle savedInstanceState")); 

1.1017.3. onRestoreInstanceState(Bundle savedInstanceState)


public void onRestoreInstanceState(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Bundle savedInstanceState")); 

1.1017.4. createEditDialog(Bundle bundle)


private void createEditDialog(Bundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createEditDialog", "Bundle bundle")); 

1.1018. SimSelectNotification.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/sim/SimSelectNotification.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1018.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.1018.2. createNotification(Context context)


private void createNotification(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createNotification", "Context context")); 

1.1018.3. cancelNotification(Context context)


public static void cancelNotification(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cancelNotification", "Context context")); 

1.1019. SimSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/sim/SimSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1019.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1019.2. onCreate(final Bundle bundle)


public void onCreate(final Bundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "final Bundle bundle")); 

1.1019.3. updateSubscriptions()


private void updateSubscriptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSubscriptions", "")); 

1.1019.4. updateAllOptions()


private void updateAllOptions()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAllOptions", "")); 

1.1019.5. updateSimSlotValues()


private void updateSimSlotValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSimSlotValues", "")); 

1.1019.6. updateActivitesCategory()


private void updateActivitesCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateActivitesCategory", "")); 

1.1019.7. updateSmsValues()


private void updateSmsValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSmsValues", "")); 

1.1019.8. updateCellularDataValues()


private void updateCellularDataValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCellularDataValues", "")); 

1.1019.9. updateCallValues()


private void updateCallValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateCallValues", "")); 

1.1019.10. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1019.11. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1019.12. getPhoneStateListener(int phoneId,int subId)


private PhoneStateListener getPhoneStateListener(int phoneId, int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"PhoneStateListener" ,"getPhoneStateListener", "int phoneId,int subId")); 

1.1019.13. onPreferenceTreeClick(final Preference preference)


public boolean onPreferenceTreeClick(final Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "final Preference preference")); 

1.1019.14. getPhoneNumber(SubscriptionInfo info)


private String getPhoneNumber(SubscriptionInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPhoneNumber", "SubscriptionInfo info")); 

1.1019.15. log(String s)


private void log(String s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"log", "String s")); 

1.1019.16. isCallStateIdle()


private boolean isCallStateIdle()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isCallStateIdle", "")); 

1.1020. SimStatusDialogController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/SimStatusDialogController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1020.1. initialize()


public void initialize()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initialize", "")); 

1.1020.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1020.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1020.4. updateNetworkProvider(ServiceState serviceState)


private void updateNetworkProvider(ServiceState serviceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateNetworkProvider", "ServiceState serviceState")); 

1.1020.5. updatePhoneNumber()


private void updatePhoneNumber()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePhoneNumber", "")); 

1.1020.6. updateDataState(int state)


private void updateDataState(int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDataState", "int state")); 

1.1020.7. updateLatestAreaInfo()


private void updateLatestAreaInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLatestAreaInfo", "")); 

1.1020.8. updateServiceState(ServiceState serviceState)


private void updateServiceState(ServiceState serviceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateServiceState", "ServiceState serviceState")); 

1.1020.9. updateSignalStrength(SignalStrength signalStrength)


private void updateSignalStrength(SignalStrength signalStrength)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSignalStrength", "SignalStrength signalStrength")); 

1.1020.10. resetSignalStrength()


private void resetSignalStrength()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resetSignalStrength", "")); 

1.1020.11. updateNetworkType()


private void updateNetworkType()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateNetworkType", "")); 

1.1020.12. updateRoamingStatus(ServiceState serviceState)


private void updateRoamingStatus(ServiceState serviceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateRoamingStatus", "ServiceState serviceState")); 

1.1020.13. updateIccidNumber()


private void updateIccidNumber()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateIccidNumber", "")); 

1.1020.14. updateEid()


private void updateEid()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEid", "")); 

1.1020.15. updateImsRegistrationState()


private void updateImsRegistrationState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateImsRegistrationState", "")); 

1.1020.16. getPhoneSubscriptionInfo(int slotId)


private SubscriptionInfo getPhoneSubscriptionInfo(int slotId)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubscriptionInfo" ,"getPhoneSubscriptionInfo", "int slotId")); 

1.1020.17. getCurrentServiceState()


ServiceState getCurrentServiceState()

methodList.add(new ZMethod(mZAndroidAPPClass,"ServiceState" ,"getCurrentServiceState", "")); 

1.1020.18. getDbm(SignalStrength signalStrength)


int getDbm(SignalStrength signalStrength)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDbm", "SignalStrength signalStrength")); 

1.1020.19. getAsuLevel(SignalStrength signalStrength)


int getAsuLevel(SignalStrength signalStrength)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAsuLevel", "SignalStrength signalStrength")); 

1.1020.20. getPhoneStateListener()


PhoneStateListener getPhoneStateListener()

methodList.add(new ZMethod(mZAndroidAPPClass,"PhoneStateListener" ,"getPhoneStateListener", "")); 

1.1020.21. getPhoneNumber()


String getPhoneNumber()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPhoneNumber", "")); 

1.1020.22. getSignalStrength()


SignalStrength getSignalStrength()

methodList.add(new ZMethod(mZAndroidAPPClass,"SignalStrength" ,"getSignalStrength", "")); 

1.1020.23. getSimSerialNumber(int subscriptionId)


String getSimSerialNumber(int subscriptionId)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSimSerialNumber", "int subscriptionId")); 

1.1021. SimStatusDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/SimStatusDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1021.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1021.2. show(Fragment host,int slotId,String dialogTitle)


public static void show(Fragment host, int slotId, String dialogTitle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment host,int slotId,String dialogTitle")); 

1.1021.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.1021.4. removeSettingFromScreen(int viewId)


public void removeSettingFromScreen(int viewId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeSettingFromScreen", "int viewId")); 

1.1021.5. setText(int viewId,CharSequence text)


public void setText(int viewId, CharSequence text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setText", "int viewId,CharSequence text")); 

1.1022. SimStatusPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/SimStatusPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1022.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1022.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1022.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1022.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1022.5. getPreferenceTitle(int simSlot)


private String getPreferenceTitle(int simSlot)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceTitle", "int simSlot")); 

1.1022.6. getCarrierName(int simSlot)


private CharSequence getCarrierName(int simSlot)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getCarrierName", "int simSlot")); 

1.1022.7. createNewPreference(Context context)


Preference createNewPreference(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"createNewPreference", "Context context")); 

1.1023. SimulateColorSpacePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/SimulateColorSpacePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1023.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1023.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1023.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1023.4. onDeveloperOptionsDisabled()


public void onDeveloperOptionsDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsDisabled", "")); 

1.1023.5. updateSimulateColorSpace()


private void updateSimulateColorSpace()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSimulateColorSpace", "")); 

1.1023.6. writeSimulateColorSpace(Object value)


private void writeSimulateColorSpace(Object value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeSimulateColorSpace", "Object value")); 

1.1023.7. usingDevelopmentColorSpace()


private boolean usingDevelopmentColorSpace()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"usingDevelopmentColorSpace", "")); 

1.1024. SliceBroadcastReceiver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SliceBroadcastReceiver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1024.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.1024.2. handleToggleAction(Context context,String key,boolean isChecked,boolean isPlatformSlice)


private void handleToggleAction(Context context, String key, boolean isChecked, boolean isPlatformSlice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleToggleAction", "Context context,String key,boolean isChecked,boolean isPlatformSlice")); 

1.1024.3. handleSliderAction(Context context,String key,int newPosition,boolean isPlatformSlice)


private void handleSliderAction(Context context, String key, int newPosition, boolean isPlatformSlice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleSliderAction", "Context context,String key,int newPosition,boolean isPlatformSlice")); 

1.1024.4. logSliceValueChange(Context context,String sliceKey,int newValue)


private void logSliceValueChange(Context context, String sliceKey, int newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSliceValueChange", "Context context,String sliceKey,int newValue")); 

1.1024.5. getPreferenceController(Context context,String key)


private BasePreferenceController getPreferenceController(Context context, String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"BasePreferenceController" ,"getPreferenceController", "Context context,String key")); 

1.1024.6. updateUri(Context context,String key,boolean isPlatformDefined)


private void updateUri(Context context, String key, boolean isPlatformDefined)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUri", "Context context,String key,boolean isPlatformDefined")); 

1.1025. SliceBuilderUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SliceBuilderUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1025.1. buildSlice(Context context,SliceData sliceData)


public static Slice buildSlice(Context context, SliceData sliceData)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"buildSlice", "Context context,SliceData sliceData")); 

1.1025.2. getSliceType(Context context,String controllerClassName,String controllerKey)


public static int getSliceType(Context context, String controllerClassName, String controllerKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSliceType", "Context context,String controllerClassName,String controllerKey")); 

1.1025.3. getPathData(Uri uri)


public static Pair getPathData(Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"Pair" ,"getPathData", "Uri uri")); 

1.1025.4. getPreferenceController(Context context,SliceData sliceData)


public static BasePreferenceController getPreferenceController(Context context, SliceData sliceData)

methodList.add(new ZMethod(mZAndroidAPPClass,"BasePreferenceController" ,"getPreferenceController", "Context context,SliceData sliceData")); 

1.1025.5. getActionIntent(Context context,String action,SliceData data)


public static PendingIntent getActionIntent(Context context, String action, SliceData data)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getActionIntent", "Context context,String action,SliceData data")); 

1.1025.6. getContentPendingIntent(Context context,SliceData sliceData)


public static PendingIntent getContentPendingIntent(Context context, SliceData sliceData)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getContentPendingIntent", "Context context,SliceData sliceData")); 

1.1025.7. getSubtitleText(Context context,AbstractPreferenceController controller,SliceData sliceData)


public static CharSequence getSubtitleText(Context context, AbstractPreferenceController controller, SliceData sliceData)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSubtitleText", "Context context,AbstractPreferenceController controller,SliceData sliceData")); 

1.1025.8. getUri(String path,boolean isPlatformSlice)


public static Uri getUri(String path, boolean isPlatformSlice)

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"getUri", "String path,boolean isPlatformSlice")); 

1.1025.9. getContentIntent(Context context,SliceData sliceData)


static Intent getContentIntent(Context context, SliceData sliceData)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getContentIntent", "Context context,SliceData sliceData")); 

1.1025.10. buildToggleSlice(Context context,SliceData sliceData,BasePreferenceController controller)


private static Slice buildToggleSlice(Context context, SliceData sliceData, BasePreferenceController controller)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"buildToggleSlice", "Context context,SliceData sliceData,BasePreferenceController controller")); 

1.1025.11. buildIntentSlice(Context context,SliceData sliceData,BasePreferenceController controller)


private static Slice buildIntentSlice(Context context, SliceData sliceData, BasePreferenceController controller)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"buildIntentSlice", "Context context,SliceData sliceData,BasePreferenceController controller")); 

1.1025.12. buildSliderSlice(Context context,SliceData sliceData,BasePreferenceController controller)


private static Slice buildSliderSlice(Context context, SliceData sliceData, BasePreferenceController controller)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"buildSliderSlice", "Context context,SliceData sliceData,BasePreferenceController controller")); 

1.1025.13. getPreferenceController(Context context,String controllerClassName,String controllerKey)


private static BasePreferenceController getPreferenceController(Context context, String controllerClassName, String controllerKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"BasePreferenceController" ,"getPreferenceController", "Context context,String controllerClassName,String controllerKey")); 

1.1025.14. getToggleAction(Context context,SliceData sliceData,boolean isChecked)


private static SliceAction getToggleAction(Context context, SliceData sliceData, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"SliceAction" ,"getToggleAction", "Context context,SliceData sliceData,boolean isChecked")); 

1.1025.15. getSliderAction(Context context,SliceData sliceData)


private static PendingIntent getSliderAction(Context context, SliceData sliceData)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getSliderAction", "Context context,SliceData sliceData")); 

1.1025.16. isValidSummary(Context context,CharSequence summary)


private static boolean isValidSummary(Context context, CharSequence summary)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidSummary", "Context context,CharSequence summary")); 

1.1025.17. buildSliceKeywords(SliceData data)


private static List buildSliceKeywords(SliceData data)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildSliceKeywords", "SliceData data")); 

1.1025.18. buildUnavailableSlice(Context context,SliceData data)


private static Slice buildUnavailableSlice(Context context, SliceData data)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"buildUnavailableSlice", "Context context,SliceData data")); 

1.1026. SliceData.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SliceData.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1026.1. getKey()


public String getKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKey", "")); 

1.1026.2. getTitle()


public String getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getTitle", "")); 

1.1026.3. getSummary()


public String getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSummary", "")); 

1.1026.4. getScreenTitle()


public CharSequence getScreenTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getScreenTitle", "")); 

1.1026.5. getKeywords()


public String getKeywords()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKeywords", "")); 

1.1026.6. getIconResource()


public int getIconResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIconResource", "")); 

1.1026.7. getFragmentClassName()


public String getFragmentClassName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getFragmentClassName", "")); 

1.1026.8. getUri()


public Uri getUri()

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"getUri", "")); 

1.1026.9. getPreferenceController()


public String getPreferenceController()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceController", "")); 

1.1026.10. getSliceType()


public int getSliceType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSliceType", "")); 

1.1026.11. isPlatformDefined()


public boolean isPlatformDefined()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPlatformDefined", "")); 

1.1026.12. hashCode()


public int hashCode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"hashCode", "")); 

1.1026.13. equals(Object obj)


public boolean equals(Object obj)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"equals", "Object obj")); 

1.1027. SliceDataConverter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SliceDataConverter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1027.1. getSliceData()


public List getSliceData()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSliceData", "")); 

1.1027.2. getSliceDataFromProvider(SearchIndexProvider provider,String fragmentName)


private List getSliceDataFromProvider(SearchIndexProvider provider, String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSliceDataFromProvider", "SearchIndexProvider provider,String fragmentName")); 

1.1027.3. getSliceDataFromXML(int xmlResId,String fragmentName)


private List getSliceDataFromXML(int xmlResId, String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSliceDataFromXML", "int xmlResId,String fragmentName")); 

1.1027.4. getAccessibilitySliceData()


private List getAccessibilitySliceData()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getAccessibilitySliceData", "")); 

1.1027.5. getAccessibilityServiceInfoList()


List getAccessibilityServiceInfoList()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getAccessibilityServiceInfoList", "")); 

1.1028. SliceDeepLinkSpringBoard.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SliceDeepLinkSpringBoard.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1028.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1028.2. parse(Uri uri,String pkg)


public static Intent parse(Uri uri, String pkg) throws URISyntaxException

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"parse", "Uri uri,String pkg")); 

1.1029. SliceRelayReceiver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SliceRelayReceiver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1029.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.1030. SlicesDatabaseAccessor.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SlicesDatabaseAccessor.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1030.1. getSliceDataFromUri(Uri uri)


public SliceData getSliceDataFromUri(Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"SliceData" ,"getSliceDataFromUri", "Uri uri")); 

1.1030.2. getSliceDataFromKey(String key)


public SliceData getSliceDataFromKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"SliceData" ,"getSliceDataFromKey", "String key")); 

1.1030.3. getSliceKeys(boolean isPlatformSlice)


public List getSliceKeys(boolean isPlatformSlice)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSliceKeys", "boolean isPlatformSlice")); 

1.1030.4. getIndexedSliceData(String path)


private Cursor getIndexedSliceData(String path)

methodList.add(new ZMethod(mZAndroidAPPClass,"Cursor" ,"getIndexedSliceData", "String path")); 

1.1030.5. buildKeyMatchWhereClause()


private String buildKeyMatchWhereClause()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"buildKeyMatchWhereClause", "")); 

1.1030.6. buildSliceData(Cursor cursor,Uri uri,boolean isIntentOnly)


private SliceData buildSliceData(Cursor cursor, Uri uri, boolean isIntentOnly)

methodList.add(new ZMethod(mZAndroidAPPClass,"SliceData" ,"buildSliceData", "Cursor cursor,Uri uri,boolean isIntentOnly")); 

1.1030.7. verifyIndexing()


private void verifyIndexing()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"verifyIndexing", "")); 

1.1031. SlicesDatabaseHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SlicesDatabaseHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1031.1. getInstance(Context context)


public static synchronized SlicesDatabaseHelper getInstance(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SlicesDatabaseHelper" ,"getInstance", "Context context")); 

1.1031.2. onCreate(SQLiteDatabase db)


public void onCreate(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "SQLiteDatabase db")); 

1.1031.3. onUpgrade(SQLiteDatabase db,int oldVersion,int newVersion)


public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onUpgrade", "SQLiteDatabase db,int oldVersion,int newVersion")); 

1.1031.4. reconstruct(SQLiteDatabase db)


void reconstruct(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reconstruct", "SQLiteDatabase db")); 

1.1031.5. setIndexedState()


public void setIndexedState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIndexedState", "")); 

1.1031.6. isSliceDataIndexed()


public boolean isSliceDataIndexed()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceDataIndexed", "")); 

1.1031.7. createDatabases(SQLiteDatabase db)


private void createDatabases(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createDatabases", "SQLiteDatabase db")); 

1.1031.8. dropTables(SQLiteDatabase db)


private void dropTables(SQLiteDatabase db)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dropTables", "SQLiteDatabase db")); 

1.1031.9. setBuildIndexed()


private void setBuildIndexed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBuildIndexed", "")); 

1.1031.10. setLocaleIndexed()


private void setLocaleIndexed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLocaleIndexed", "")); 

1.1031.11. isBuildIndexed()


private boolean isBuildIndexed()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBuildIndexed", "")); 

1.1031.12. isLocaleIndexed()


private boolean isLocaleIndexed()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isLocaleIndexed", "")); 

1.1031.13. getBuildTag()


String getBuildTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getBuildTag", "")); 

1.1032. SlicesFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SlicesFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1033. SlicesFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SlicesFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1033.1. getSliceIndexer(Context context)


public SlicesIndexer getSliceIndexer(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SlicesIndexer" ,"getSliceIndexer", "Context context")); 

1.1033.2. getSliceDataConverter(Context context)


public SliceDataConverter getSliceDataConverter(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SliceDataConverter" ,"getSliceDataConverter", "Context context")); 

1.1033.3. indexSliceDataAsync(Context context)


public void indexSliceDataAsync(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"indexSliceDataAsync", "Context context")); 

1.1033.4. indexSliceData(Context context)


public void indexSliceData(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"indexSliceData", "Context context")); 

1.1033.5. getNewWifiCallingSliceHelper(Context context)


public WifiCallingSliceHelper getNewWifiCallingSliceHelper(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"WifiCallingSliceHelper" ,"getNewWifiCallingSliceHelper", "Context context")); 

1.1034. SlicesIndexer.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/slices/SlicesIndexer.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1034.1. run()


public void run()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"run", "")); 

1.1034.2. indexSliceData()


protected void indexSliceData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"indexSliceData", "")); 

1.1034.3. getSliceData()


List getSliceData()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSliceData", "")); 

1.1034.4. insertSliceData(SQLiteDatabase database,List indexData)


void insertSliceData(SQLiteDatabase database, List indexData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"insertSliceData", "SQLiteDatabase database,List indexData")); 

1.1035. SliderPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/SliderPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1035.1. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1035.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1035.3. getSliderPosition()


public abstract int getSliderPosition()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSliderPosition", "")); 

1.1035.4. setSliderPosition(int position)


public abstract boolean setSliderPosition(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setSliderPosition", "int position")); 

1.1035.5. getMaxSteps()


public abstract int getMaxSteps()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMaxSteps", "")); 

1.1035.6. getSliceType()


public int getSliceType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSliceType", "")); 

1.1036. SlidingTabLayout.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/SlidingTabLayout.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1036.1. setViewPager(RtlCompatibleViewPager viewPager)


public void setViewPager(RtlCompatibleViewPager viewPager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setViewPager", "RtlCompatibleViewPager viewPager")); 

1.1036.2. onMeasure(int widthMeasureSpec,int heightMeasureSpec)


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onMeasure", "int widthMeasureSpec,int heightMeasureSpec")); 

1.1036.3. onLayout(boolean changed,int left,int top,int right,int bottom)


protected void onLayout(boolean changed, int left, int top, int right, int bottom)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLayout", "boolean changed,int left,int top,int right,int bottom")); 

1.1036.4. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.1036.5. onViewPagerPageChanged(int position,float positionOffset)


private void onViewPagerPageChanged(int position, float positionOffset)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewPagerPageChanged", "int position,float positionOffset")); 

1.1036.6. populateTabStrip()


private void populateTabStrip()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"populateTabStrip", "")); 

1.1036.7. getIndicatorLeft()


private int getIndicatorLeft()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIndicatorLeft", "")); 

1.1036.8. isRtlMode()


private boolean isRtlMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isRtlMode", "")); 

1.1037. SmartBatteryAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/actions/SmartBatteryAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1037.1. handlePositiveAction(int metricsKey)


public void handlePositiveAction(int metricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "int metricsKey")); 

1.1038. SmartBatteryDetector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/detectors/SmartBatteryDetector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1038.1. detect()


public BatteryTip detect()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryTip" ,"detect", "")); 

1.1039. SmartBatteryPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/SmartBatteryPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1039.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1039.2. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.1039.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1039.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1040. SmartBatterySettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/SmartBatterySettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1040.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1040.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1040.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1040.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1040.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1040.6. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1040.7. buildPreferenceControllers(Context context,SettingsActivity settingsActivity,InstrumentedPreferenceFragment fragment)


private static List buildPreferenceControllers(Context context, SettingsActivity settingsActivity, InstrumentedPreferenceFragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,SettingsActivity settingsActivity,InstrumentedPreferenceFragment fragment")); 

1.1041. SmartBatteryTip.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/SmartBatteryTip.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1041.1. getTitle(Context context)


public CharSequence getTitle(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "Context context")); 

1.1041.2. getSummary(Context context)


public CharSequence getSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context")); 

1.1041.3. getIconId()


public int getIconId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIconId", "")); 

1.1041.4. updateState(BatteryTip tip)


public void updateState(BatteryTip tip)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "BatteryTip tip")); 

1.1041.5. log(Context context,MetricsFeatureProvider metricsFeatureProvider)


public void log(Context context, MetricsFeatureProvider metricsFeatureProvider)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"log", "Context context,MetricsFeatureProvider metricsFeatureProvider")); 

1.1042. SmsDefaultDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SmsDefaultDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1042.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1042.2. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.1042.3. buildDialog(String packageName)


private boolean buildDialog(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"buildDialog", "String packageName")); 

1.1043. SoundPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/SoundPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1043.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1043.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1043.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1043.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1043.5. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1043.6. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1043.7. onActivityResult(int requestCode,int resultCode,Intent data)


public boolean onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1043.8. hasValidSound(NotificationChannel channel)


protected static boolean hasValidSound(NotificationChannel channel)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasValidSound", "NotificationChannel channel")); 

1.1044. SoundSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/SoundSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1044.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1044.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1044.3. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1044.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1044.5. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.1044.6. onDisplayPreferenceDialog(Preference preference)


public void onDisplayPreferenceDialog(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDisplayPreferenceDialog", "Preference preference")); 

1.1044.7. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1044.8. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1044.9. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1044.10. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1044.11. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1044.12. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.1044.13. buildPreferenceControllers(Context context,SoundSettings fragment,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, SoundSettings fragment, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,SoundSettings fragment,Lifecycle lifecycle")); 

1.1044.14. enableWorkSync()


void enableWorkSync()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableWorkSync", "")); 

1.1044.15. onPreferenceDataChanged(ListPreference preference)


private void onPreferenceDataChanged(ListPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPreferenceDataChanged", "ListPreference preference")); 

1.1045. SpacePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/SpacePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1045.1. setHeight(int height)


public void setHeight(int height)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHeight", "int height")); 

1.1045.2. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1046. SpannableUtil.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/SpannableUtil.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1046.1. getResourcesText(Resources res,@StringRes int resId,Object... args)


public static Spannable getResourcesText(Resources res, @StringRes int resId, Object... args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Spannable" ,"getResourcesText", "Resources res,@StringRes int resId,Object... args")); 

1.1047. SpecialAccessSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/SpecialAccessSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1047.1. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1047.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1047.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1047.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1047.5. buildPreferenceControllers(@NonNull Context context)


private static List buildPreferenceControllers(@NonNull Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "@NonNull Context context")); 

1.1047.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1048. SpecialAppAccessPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/SpecialAppAccessPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1048.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1048.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1048.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1049. SpellCheckerPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/SpellCheckerPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1049.1. onPrepareDialogBuilder(Builder builder,DialogInterface.OnClickListener listener)


protected void onPrepareDialogBuilder(Builder builder, DialogInterface.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareDialogBuilder", "Builder builder,DialogInterface.OnClickListener listener")); 

1.1049.2. setSelected(SpellCheckerInfo currentSci)


public void setSelected(SpellCheckerInfo currentSci)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSelected", "SpellCheckerInfo currentSci")); 

1.1049.3. setValue(String value)


public void setValue(String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setValue", "String value")); 

1.1049.4. callChangeListener(Object newValue)


public boolean callChangeListener(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"callChangeListener", "Object newValue")); 

1.1049.5. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1049.6. onSettingsButtonClicked()


private void onSettingsButtonClicked()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSettingsButtonClicked", "")); 

1.1050. SpellCheckerPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/SpellCheckerPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1050.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1050.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1050.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1050.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1051. SpellCheckersSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/SpellCheckersSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1051.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1051.2. onCreate(final Bundle icicle)


public void onCreate(final Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "final Bundle icicle")); 

1.1051.3. populatePreferenceScreen()


private void populatePreferenceScreen()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"populatePreferenceScreen", "")); 

1.1051.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1051.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1051.6. onSwitchChanged(final Switch switchView,final boolean isChecked)


public void onSwitchChanged(final Switch switchView, final boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "final Switch switchView,final boolean isChecked")); 

1.1051.7. updatePreferenceScreen()


private void updatePreferenceScreen()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferenceScreen", "")); 

1.1051.8. getSpellCheckerSubtypeLabel(final SpellCheckerInfo sci,final SpellCheckerSubtype subtype)


private CharSequence getSpellCheckerSubtypeLabel(final SpellCheckerInfo sci, final SpellCheckerSubtype subtype)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSpellCheckerSubtypeLabel", "final SpellCheckerInfo sci,final SpellCheckerSubtype subtype")); 

1.1051.9. onPreferenceClick(final Preference pref)


public boolean onPreferenceClick(final Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "final Preference pref")); 

1.1051.10. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1051.11. convertSubtypeIndexToDialogItemId(final int index)


private static int convertSubtypeIndexToDialogItemId(final int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"convertSubtypeIndexToDialogItemId", "final int index")); 

1.1051.12. convertDialogItemIdToSubtypeIndex(final int item)


private static int convertDialogItemIdToSubtypeIndex(final int item)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"convertDialogItemIdToSubtypeIndex", "final int item")); 

1.1051.13. showChooseLanguageDialog()


private void showChooseLanguageDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showChooseLanguageDialog", "")); 

1.1051.14. showSecurityWarnDialog(final SpellCheckerInfo sci)


private void showSecurityWarnDialog(final SpellCheckerInfo sci)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showSecurityWarnDialog", "final SpellCheckerInfo sci")); 

1.1051.15. changeCurrentSpellChecker(final SpellCheckerInfo sci)


private void changeCurrentSpellChecker(final SpellCheckerInfo sci)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"changeCurrentSpellChecker", "final SpellCheckerInfo sci")); 

1.1052. SpinnerPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/SpinnerPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1052.1. setAdapter(CycleAdapter cycleAdapter)


public void setAdapter(CycleAdapter cycleAdapter)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAdapter", "CycleAdapter cycleAdapter")); 

1.1052.2. setOnItemSelectedListener(AdapterView.OnItemSelectedListener listener)


public void setOnItemSelectedListener(AdapterView.OnItemSelectedListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnItemSelectedListener", "AdapterView.OnItemSelectedListener listener")); 

1.1052.3. getSelectedItem()


public Object getSelectedItem()

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"getSelectedItem", "")); 

1.1052.4. setSelection(int position)


public void setSelection(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSelection", "int position")); 

1.1052.5. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.1052.6. performClick(View view)


protected void performClick(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"performClick", "View view")); 

1.1053. StartNowPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dream/StartNowPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1053.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1053.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1053.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1053.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1054. StatsManagerConfig.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/StatsManagerConfig.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1055. StayAwakePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/StayAwakePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1055.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1055.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1055.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1055.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1055.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1055.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1055.7. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1055.8. checkIfMaximumTimeToLockSetByAdmin()


RestrictedLockUtils.EnforcedAdmin checkIfMaximumTimeToLockSetByAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"RestrictedLockUtils.EnforcedAdmin" ,"checkIfMaximumTimeToLockSetByAdmin", "")); 

1.1056. StopAndBackgroundCheckAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/action/StopAndBackgroundCheckAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1056.1. handlePositiveAction(Anomaly anomaly,int metricsKey)


public void handlePositiveAction(Anomaly anomaly, int metricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "Anomaly anomaly,int metricsKey")); 

1.1056.2. isActionActive(Anomaly anomaly)


public boolean isActionActive(Anomaly anomaly)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isActionActive", "Anomaly anomaly")); 

1.1056.3. getActionType()


public int getActionType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getActionType", "")); 

1.1057. StorageAsyncLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/StorageAsyncLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1057.1. loadInBackground()


public SparseArray loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseArray" ,"loadInBackground", "")); 

1.1057.2. loadApps()


private SparseArray loadApps()

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseArray" ,"loadApps", "")); 

1.1057.3. getStorageResultForUser(int userId)


private AppsStorageResult getStorageResultForUser(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppsStorageResult" ,"getStorageResultForUser", "int userId")); 

1.1057.4. onDiscardResult(SparseArray result)


protected void onDiscardResult(SparseArray result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDiscardResult", "SparseArray result")); 

1.1058. StorageDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1058.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1058.2. initializeOptionsMenu(Activity activity)


void initializeOptionsMenu(Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeOptionsMenu", "Activity activity")); 

1.1058.3. onViewCreated(View v,Bundle savedInstanceState)


public void onViewCreated(View v, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View v,Bundle savedInstanceState")); 

1.1058.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1058.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1058.6. onReceivedSizes()


private void onReceivedSizes()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceivedSizes", "")); 

1.1058.7. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1058.8. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1058.9. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1058.10. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1058.11. setVolume(VolumeInfo info)


protected void setVolume(VolumeInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVolume", "VolumeInfo info")); 

1.1058.12. updateSecondaryUserControllers(List controllers,SparseArray stats)


private void updateSecondaryUserControllers(List controllers, SparseArray stats)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSecondaryUserControllers", "List controllers,SparseArray stats")); 

1.1058.13. onCreateLoader(int id,Bundle args)


public Loader> onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader>" ,"onCreateLoader", "int id,Bundle args")); 

1.1058.14. onLoadFinished(Loader> loader,SparseArray data)


public void onLoadFinished(Loader> loader, SparseArray data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader> loader,SparseArray data")); 

1.1058.15. onLoaderReset(Loader> loader)


public void onLoaderReset(Loader> loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader> loader")); 

1.1058.16. setCachedStorageValuesHelper(CachedStorageValuesHelper helper)


public void setCachedStorageValuesHelper(CachedStorageValuesHelper helper)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCachedStorageValuesHelper", "CachedStorageValuesHelper helper")); 

1.1058.17. getPrivateStorageInfo()


public PrivateStorageInfo getPrivateStorageInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"PrivateStorageInfo" ,"getPrivateStorageInfo", "")); 

1.1058.18. setPrivateStorageInfo(PrivateStorageInfo info)


public void setPrivateStorageInfo(PrivateStorageInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPrivateStorageInfo", "PrivateStorageInfo info")); 

1.1058.19. getAppsStorageResult()


public SparseArray getAppsStorageResult()

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseArray" ,"getAppsStorageResult", "")); 

1.1058.20. setAppsStorageResult(SparseArray info)


public void setAppsStorageResult(SparseArray info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAppsStorageResult", "SparseArray info")); 

1.1058.21. initializeCachedValues()


public void initializeCachedValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeCachedValues", "")); 

1.1058.22. maybeSetLoading(boolean isQuotaSupported)


public void maybeSetLoading(boolean isQuotaSupported)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"maybeSetLoading", "boolean isQuotaSupported")); 

1.1058.23. initializeCacheProvider()


private void initializeCacheProvider()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initializeCacheProvider", "")); 

1.1058.24. maybeCacheFreshValues()


private void maybeCacheFreshValues()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"maybeCacheFreshValues", "")); 

1.1058.25. isQuotaSupported()


private boolean isQuotaSupported()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isQuotaSupported", "")); 

1.1059. StorageItemPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageItemPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1059.1. setStorageSize(long size,long total)


public void setStorageSize(long size, long total)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setStorageSize", "long size,long total")); 

1.1059.2. updateProgressBar()


protected void updateProgressBar()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateProgressBar", "")); 

1.1059.3. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1059.4. getGigabyteSuffix(Resources res)


private static int getGigabyteSuffix(Resources res)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getGigabyteSuffix", "Resources res")); 

1.1060. StorageItemPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/StorageItemPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1060.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1060.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1060.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1060.4. setVolume(VolumeInfo volume)


public void setVolume(VolumeInfo volume)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVolume", "VolumeInfo volume")); 

1.1060.5. setFilesPreferenceVisibility()


private void setFilesPreferenceVisibility()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFilesPreferenceVisibility", "")); 

1.1060.6. setUserId(UserHandle userHandle)


public void setUserId(UserHandle userHandle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUserId", "UserHandle userHandle")); 

1.1060.7. tintPreference(Preference preference)


private void tintPreference(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"tintPreference", "Preference preference")); 

1.1060.8. applyTint(Context context,Drawable icon)


private static Drawable applyTint(Context context, Drawable icon)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"applyTint", "Context context,Drawable icon")); 

1.1060.9. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1060.10. onLoadFinished(SparseArray result,int userId)


public void onLoadFinished(SparseArray result, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "SparseArray result,int userId")); 

1.1060.11. setUsedSize(long usedSizeBytes)


public void setUsedSize(long usedSizeBytes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUsedSize", "long usedSizeBytes")); 

1.1060.12. setTotalSize(long totalSizeBytes)


public void setTotalSize(long totalSizeBytes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTotalSize", "long totalSizeBytes")); 

1.1060.13. getUsedKeys()


public static List getUsedKeys()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getUsedKeys", "")); 

1.1060.14. getPhotosIntent()


private Intent getPhotosIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getPhotosIntent", "")); 

1.1060.15. getAudioIntent()


private Intent getAudioIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getAudioIntent", "")); 

1.1060.16. getAppsIntent()


private Intent getAppsIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getAppsIntent", "")); 

1.1060.17. getGamesIntent()


private Intent getGamesIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getGamesIntent", "")); 

1.1060.18. getMoviesIntent()


private Intent getMoviesIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getMoviesIntent", "")); 

1.1060.19. getWorkAnnotatedBundle(int additionalCapacity)


private Bundle getWorkAnnotatedBundle(int additionalCapacity)

methodList.add(new ZMethod(mZAndroidAPPClass,"Bundle" ,"getWorkAnnotatedBundle", "int additionalCapacity")); 

1.1060.20. getFilesIntent()


private Intent getFilesIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getFilesIntent", "")); 

1.1060.21. launchIntent(Intent intent)


private void launchIntent(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchIntent", "Intent intent")); 

1.1060.22. totalValues(StorageMeasurement.MeasurementDetails details,int userId,String... keys)


private static long totalValues(StorageMeasurement.MeasurementDetails details, int userId, String... keys)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"totalValues", "StorageMeasurement.MeasurementDetails details,int userId,String... keys")); 

1.1061. StorageManagerWrapper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/password/StorageManagerWrapper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1061.1. isFileEncryptedNativeOrEmulated()


public static boolean isFileEncryptedNativeOrEmulated()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFileEncryptedNativeOrEmulated", "")); 

1.1062. StorageProfileFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageProfileFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1062.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1062.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1062.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1062.4. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1062.5. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1062.6. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1062.7. onCreateLoader(int id,Bundle args)


public Loader> onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader>" ,"onCreateLoader", "int id,Bundle args")); 

1.1062.8. onLoadFinished(Loader> loader,SparseArray result)


public void onLoadFinished(Loader> loader, SparseArray result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader> loader,SparseArray result")); 

1.1062.9. onLoaderReset(Loader> loader)


public void onLoaderReset(Loader> loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader> loader")); 

1.1062.10. setPreferenceController(StorageItemPreferenceController controller)


void setPreferenceController(StorageItemPreferenceController controller)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreferenceController", "StorageItemPreferenceController controller")); 

1.1063. StorageSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1063.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1063.2. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1063.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1063.4. isInteresting(VolumeInfo vol)


private static boolean isInteresting(VolumeInfo vol)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isInteresting", "VolumeInfo vol")); 

1.1063.5. refresh()


private synchronized void refresh()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "")); 

1.1063.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1063.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1063.8. onPreferenceTreeClick(Preference pref)


public boolean onPreferenceTreeClick(Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference pref")); 

1.1063.9. handlePublicVolumeClick(Context context,VolumeInfo vol)


static boolean handlePublicVolumeClick(Context context, VolumeInfo vol)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePublicVolumeClick", "Context context,VolumeInfo vol")); 

1.1064. StorageSummaryDonutPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/StorageSummaryDonutPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1064.1. setPercent(long usedBytes,long totalBytes)


public void setPercent(long usedBytes, long totalBytes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPercent", "long usedBytes,long totalBytes")); 

1.1064.2. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1064.3. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.1065. StorageSummaryDonutPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/StorageSummaryDonutPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1065.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1065.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1065.3. invalidateData()


public void invalidateData()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"invalidateData", "")); 

1.1065.4. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1065.5. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1065.6. updateBytes(long used,long total)


public void updateBytes(long used, long total)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBytes", "long used,long total")); 

1.1065.7. updateSizes(StorageVolumeProvider svp,VolumeInfo volume)


public void updateSizes(StorageVolumeProvider svp, VolumeInfo volume)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSizes", "StorageVolumeProvider svp,VolumeInfo volume")); 

1.1066. StorageSummaryPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageSummaryPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1066.1. setPercent(long usedBytes,long totalBytes)


public void setPercent(long usedBytes, long totalBytes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPercent", "long usedBytes,long totalBytes")); 

1.1066.2. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1067. StorageUnmountReceiver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageUnmountReceiver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1067.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.1068. StorageVolumePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageVolumePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1068.1. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1069. StorageWizardBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageWizardBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1069.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1069.2. setContentView(@LayoutRes int layoutResID)


public void setContentView(@LayoutRes int layoutResID)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setContentView", "@LayoutRes int layoutResID")); 

1.1069.3. onDestroy()


protected void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.1069.4. getBackButton()


protected Button getBackButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getBackButton", "")); 

1.1069.5. getNextButton()


protected Button getNextButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getNextButton", "")); 

1.1069.6. getGlifLayout()


protected GlifLayout getGlifLayout()

methodList.add(new ZMethod(mZAndroidAPPClass,"GlifLayout" ,"getGlifLayout", "")); 

1.1069.7. getProgressBar()


protected ProgressBar getProgressBar()

methodList.add(new ZMethod(mZAndroidAPPClass,"ProgressBar" ,"getProgressBar", "")); 

1.1069.8. setCurrentProgress(int progress)


protected void setCurrentProgress(int progress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCurrentProgress", "int progress")); 

1.1069.9. setHeaderText(int resId,CharSequence... args)


protected void setHeaderText(int resId, CharSequence... args)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHeaderText", "int resId,CharSequence... args")); 

1.1069.10. setBodyText(int resId,CharSequence... args)


protected void setBodyText(int resId, CharSequence... args)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBodyText", "int resId,CharSequence... args")); 

1.1069.11. setAuxChecklist()


protected void setAuxChecklist()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAuxChecklist", "")); 

1.1069.12. setBackButtonText(int resId,CharSequence... args)


protected void setBackButtonText(int resId, CharSequence... args)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBackButtonText", "int resId,CharSequence... args")); 

1.1069.13. setNextButtonText(int resId,CharSequence... args)


protected void setNextButtonText(int resId, CharSequence... args)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setNextButtonText", "int resId,CharSequence... args")); 

1.1069.14. setIcon(int resId)


protected void setIcon(int resId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIcon", "int resId")); 

1.1069.15. setKeepScreenOn(boolean keepScreenOn)


protected void setKeepScreenOn(boolean keepScreenOn)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setKeepScreenOn", "boolean keepScreenOn")); 

1.1069.16. onNavigateBack(View view)


public void onNavigateBack(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNavigateBack", "View view")); 

1.1069.17. onNavigateNext(View view)


public void onNavigateNext(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNavigateNext", "View view")); 

1.1069.18. copyStringExtra(Intent from,Intent to,String key)


private void copyStringExtra(Intent from, Intent to, String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"copyStringExtra", "Intent from,Intent to,String key")); 

1.1069.19. copyBooleanExtra(Intent from,Intent to,String key)


private void copyBooleanExtra(Intent from, Intent to, String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"copyBooleanExtra", "Intent from,Intent to,String key")); 

1.1069.20. startActivity(Intent intent)


public void startActivity(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startActivity", "Intent intent")); 

1.1069.21. findFirstVolume(int type)


protected VolumeInfo findFirstVolume(int type)

methodList.add(new ZMethod(mZAndroidAPPClass,"VolumeInfo" ,"findFirstVolume", "int type")); 

1.1069.22. findFirstVolume(int type,int attempts)


protected VolumeInfo findFirstVolume(int type, int attempts)

methodList.add(new ZMethod(mZAndroidAPPClass,"VolumeInfo" ,"findFirstVolume", "int type,int attempts")); 

1.1069.23. getDiskDescription()


protected CharSequence getDiskDescription()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getDiskDescription", "")); 

1.1069.24. getDiskShortDescription()


protected CharSequence getDiskShortDescription()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getDiskShortDescription", "")); 

1.1070. StorageWizardFormatConfirm.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageWizardFormatConfirm.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1070.1. showPublic(Activity activity,String diskId)


public static void showPublic(Activity activity, String diskId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showPublic", "Activity activity,String diskId")); 

1.1070.2. showPublic(Activity activity,String diskId,String forgetUuid)


public static void showPublic(Activity activity, String diskId, String forgetUuid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showPublic", "Activity activity,String diskId,String forgetUuid")); 

1.1070.3. showPrivate(Activity activity,String diskId)


public static void showPrivate(Activity activity, String diskId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showPrivate", "Activity activity,String diskId")); 

1.1070.4. show(Activity activity,String diskId,String formatForgetUuid,boolean formatPrivate)


private static void show(Activity activity, String diskId, String formatForgetUuid, boolean formatPrivate)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Activity activity,String diskId,String formatForgetUuid,boolean formatPrivate")); 

1.1070.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1070.6. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.1071. StorageWizardFormatProgress.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageWizardFormatProgress.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1071.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1071.2. onRetainNonConfigurationInstance()


public Object onRetainNonConfigurationInstance()

methodList.add(new ZMethod(mZAndroidAPPClass,"Object" ,"onRetainNonConfigurationInstance", "")); 

1.1071.3. onFormatFinished()


public void onFormatFinished()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onFormatFinished", "")); 

1.1071.4. onFormatFinishedSlow()


public void onFormatFinishedSlow()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onFormatFinishedSlow", "")); 

1.1072. StorageWizardFormatSlow.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageWizardFormatSlow.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1072.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1072.2. onNavigateBack(View view)


public void onNavigateBack(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNavigateBack", "View view")); 

1.1072.3. onNavigateNext(View view)


public void onNavigateNext(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNavigateNext", "View view")); 

1.1073. StorageWizardInit.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageWizardInit.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1073.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1073.2. onNavigateBack(View view)


public void onNavigateBack(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNavigateBack", "View view")); 

1.1073.3. onNavigateExternal(View view)


public void onNavigateExternal(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNavigateExternal", "View view")); 

1.1073.4. onNavigateInternal(View view)


public void onNavigateInternal(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNavigateInternal", "View view")); 

1.1074. StorageWizardMigrateConfirm.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageWizardMigrateConfirm.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1074.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1074.2. onNavigateBack(View view)


public void onNavigateBack(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNavigateBack", "View view")); 

1.1074.3. onNavigateNext(View view)


public void onNavigateNext(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNavigateNext", "View view")); 

1.1074.4. onActivityResult(int requestCode,int resultCode,Intent data)


protected void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1075. StorageWizardMigrateProgress.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageWizardMigrateProgress.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1075.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1076. StorageWizardMoveConfirm.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageWizardMoveConfirm.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1076.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1076.2. onNavigateNext(View view)


public void onNavigateNext(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNavigateNext", "View view")); 

1.1076.3. onActivityResult(int requestCode,int resultCode,Intent data)


protected void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1077. StorageWizardMoveProgress.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageWizardMoveProgress.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1077.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1077.2. onDestroy()


protected void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.1077.3. moveStatusToMessage(int returnCode)


private CharSequence moveStatusToMessage(int returnCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"moveStatusToMessage", "int returnCode")); 

1.1078. StorageWizardReady.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/StorageWizardReady.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1078.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1078.2. onNavigateNext(View view)


public void onNavigateNext(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNavigateNext", "View view")); 

1.1079. StrictModePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/StrictModePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1079.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1079.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1079.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1079.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1079.5. isStrictModeEnabled()


private boolean isStrictModeEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isStrictModeEnabled", "")); 

1.1079.6. writeStrictModeVisualOptions(boolean isEnabled)


private void writeStrictModeVisualOptions(boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeStrictModeVisualOptions", "boolean isEnabled")); 

1.1080. SubSettingLauncher.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/SubSettingLauncher.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1080.1. setDestination(String fragmentName)


public SubSettingLauncher setDestination(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubSettingLauncher" ,"setDestination", "String fragmentName")); 

1.1080.2. setTitle(@StringRes int titleResId)


public SubSettingLauncher setTitle(@StringRes int titleResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubSettingLauncher" ,"setTitle", "@StringRes int titleResId")); 

1.1080.3. setTitle(String titlePackageName,@StringRes int titleResId)


public SubSettingLauncher setTitle(String titlePackageName, @StringRes int titleResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubSettingLauncher" ,"setTitle", "String titlePackageName,@StringRes int titleResId")); 

1.1080.4. setTitle(CharSequence title)


public SubSettingLauncher setTitle(CharSequence title)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubSettingLauncher" ,"setTitle", "CharSequence title")); 

1.1080.5. setIsShortCut(boolean isShortCut)


public SubSettingLauncher setIsShortCut(boolean isShortCut)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubSettingLauncher" ,"setIsShortCut", "boolean isShortCut")); 

1.1080.6. setArguments(Bundle arguments)


public SubSettingLauncher setArguments(Bundle arguments)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubSettingLauncher" ,"setArguments", "Bundle arguments")); 

1.1080.7. setSourceMetricsCategory(int sourceMetricsCategory)


public SubSettingLauncher setSourceMetricsCategory(int sourceMetricsCategory)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubSettingLauncher" ,"setSourceMetricsCategory", "int sourceMetricsCategory")); 

1.1080.8. setResultListener(Fragment listener,int resultRequestCode)


public SubSettingLauncher setResultListener(Fragment listener, int resultRequestCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubSettingLauncher" ,"setResultListener", "Fragment listener,int resultRequestCode")); 

1.1080.9. addFlags(int flags)


public SubSettingLauncher addFlags(int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubSettingLauncher" ,"addFlags", "int flags")); 

1.1080.10. setUserHandle(UserHandle userHandle)


public SubSettingLauncher setUserHandle(UserHandle userHandle)

methodList.add(new ZMethod(mZAndroidAPPClass,"SubSettingLauncher" ,"setUserHandle", "UserHandle userHandle")); 

1.1080.11. launch()


public void launch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launch", "")); 

1.1080.12. toIntent()


public Intent toIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"toIntent", "")); 

1.1080.13. launch(Intent intent)


void launch(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launch", "Intent intent")); 

1.1080.14. launchAsUser(Intent intent,UserHandle userHandle)


void launchAsUser(Intent intent, UserHandle userHandle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchAsUser", "Intent intent,UserHandle userHandle")); 

1.1080.15. launchForResultAsUser(Intent intent,UserHandle userHandle,Fragment resultListener,int requestCode)


void launchForResultAsUser(Intent intent, UserHandle userHandle, Fragment resultListener, int requestCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchForResultAsUser", "Intent intent,UserHandle userHandle,Fragment resultListener,int requestCode")); 

1.1080.16. launchForResult(Fragment listener,Intent intent,int requestCode)


private void launchForResult(Fragment listener, Intent intent, int requestCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchForResult", "Fragment listener,Intent intent,int requestCode")); 

1.1081. SubSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SubSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1081.1. onNavigateUp()


public boolean onNavigateUp()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onNavigateUp", "")); 

1.1081.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.1082. SuggestionAdapter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/SuggestionAdapter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1082.1. onCreateViewHolder(ViewGroup parent,int viewType)


public DashboardItemHolder onCreateViewHolder(ViewGroup parent, int viewType)

methodList.add(new ZMethod(mZAndroidAPPClass,"DashboardItemHolder" ,"onCreateViewHolder", "ViewGroup parent,int viewType")); 

1.1082.2. onBindViewHolder(DashboardItemHolder holder,int position)


public void onBindViewHolder(DashboardItemHolder holder, int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "DashboardItemHolder holder,int position")); 

1.1082.3. getItemId(int position)


public long getItemId(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getItemId", "int position")); 

1.1082.4. getItemViewType(int position)


public int getItemViewType(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemViewType", "int position")); 

1.1082.5. getItemCount()


public int getItemCount()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getItemCount", "")); 

1.1082.6. getSuggestion(int position)


public Suggestion getSuggestion(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"Suggestion" ,"getSuggestion", "int position")); 

1.1082.7. removeSuggestion(Suggestion suggestion)


public void removeSuggestion(Suggestion suggestion)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeSuggestion", "Suggestion suggestion")); 

1.1082.8. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1082.9. setSuggestions(List suggestions)


public void setSuggestions(List suggestions)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSuggestions", "List suggestions")); 

1.1082.10. getSuggestions()


public List getSuggestions()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getSuggestions", "")); 

1.1083. SuggestionFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/SuggestionFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1084. SuggestionFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/SuggestionFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1084.1. isSuggestionEnabled(Context context)


public boolean isSuggestionEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionEnabled", "Context context")); 

1.1084.2. getSuggestionServiceComponent()


public ComponentName getSuggestionServiceComponent()

methodList.add(new ZMethod(mZAndroidAPPClass,"ComponentName" ,"getSuggestionServiceComponent", "")); 

1.1084.3. isSmartSuggestionEnabled(Context context)


public boolean isSmartSuggestionEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSmartSuggestionEnabled", "Context context")); 

1.1084.4. isSuggestionComplete(Context context,@NonNull ComponentName component)


public boolean isSuggestionComplete(Context context, @NonNull ComponentName component)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context,@NonNull ComponentName component")); 

1.1084.5. getSharedPrefs(Context context)


public SharedPreferences getSharedPrefs(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SharedPreferences" ,"getSharedPrefs", "Context context")); 

1.1084.6. filterExclusiveSuggestions(List suggestions)


public void filterExclusiveSuggestions(List suggestions)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"filterExclusiveSuggestions", "List suggestions")); 

1.1084.7. dismissSuggestion(Context context,SuggestionControllerMixin mixin,Suggestion suggestion)


public void dismissSuggestion(Context context, SuggestionControllerMixin mixin, Suggestion suggestion)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dismissSuggestion", "Context context,SuggestionControllerMixin mixin,Suggestion suggestion")); 

1.1084.8. getLoggingTaggedData(Context context)


public Pair[] getLoggingTaggedData(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Pair[]" ,"getLoggingTaggedData", "Context context")); 

1.1085. SuggestionStateProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/SuggestionStateProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1085.1. onCreate()


public boolean onCreate()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onCreate", "")); 

1.1085.2. query(Uri uri,String[] projection,String selection,String[] selectionArgs,String sortOrder)


public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)

methodList.add(new ZMethod(mZAndroidAPPClass,"Cursor" ,"query", "Uri uri,String[] projection,String selection,String[] selectionArgs,String sortOrder")); 

1.1085.3. getType(Uri uri)


public String getType(Uri uri)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getType", "Uri uri")); 

1.1085.4. insert(Uri uri,ContentValues values)


public Uri insert(Uri uri, ContentValues values)

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"insert", "Uri uri,ContentValues values")); 

1.1085.5. delete(Uri uri,String selection,String[] selectionArgs)


public int delete(Uri uri, String selection, String[] selectionArgs)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"delete", "Uri uri,String selection,String[] selectionArgs")); 

1.1085.6. update(Uri uri,ContentValues values,String selection,String[] selectionArgs)


public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"update", "Uri uri,ContentValues values,String selection,String[] selectionArgs")); 

1.1085.7. call(String method,String arg,Bundle extras)


public Bundle call(String method, String arg, Bundle extras)

methodList.add(new ZMethod(mZAndroidAPPClass,"Bundle" ,"call", "String method,String arg,Bundle extras")); 

1.1086. SummaryDetector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/detectors/SummaryDetector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1086.1. detect()


public BatteryTip detect()

methodList.add(new ZMethod(mZAndroidAPPClass,"BatteryTip" ,"detect", "")); 

1.1087. SummaryLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/SummaryLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1087.1. release()


public void release()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"release", "")); 

1.1087.2. setSummaryConsumer(SummaryConsumer summaryConsumer)


public void setSummaryConsumer(SummaryConsumer summaryConsumer)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSummaryConsumer", "SummaryConsumer summaryConsumer")); 

1.1087.3. setSummary(SummaryProvider provider,final CharSequence summary)


public void setSummary(SummaryProvider provider, final CharSequence summary)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSummary", "SummaryProvider provider,final CharSequence summary")); 

1.1087.4. updateSummaryIfNeeded(Tile tile,CharSequence summary)


void updateSummaryIfNeeded(Tile tile, CharSequence summary)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummaryIfNeeded", "Tile tile,CharSequence summary")); 

1.1087.5. setListening(boolean listening)


public void setListening(boolean listening)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListening", "boolean listening")); 

1.1087.6. getSummaryProvider(Tile tile)


private SummaryProvider getSummaryProvider(Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"SummaryProvider" ,"getSummaryProvider", "Tile tile")); 

1.1087.7. getMetaData(Tile tile)


private Bundle getMetaData(Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"Bundle" ,"getMetaData", "Tile tile")); 

1.1087.8. registerReceiver(final BroadcastReceiver receiver,final IntentFilter filter)


public void registerReceiver(final BroadcastReceiver receiver, final IntentFilter filter)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerReceiver", "final BroadcastReceiver receiver,final IntentFilter filter")); 

1.1087.9. updateSummaryToCache(DashboardCategory category)


public void updateSummaryToCache(DashboardCategory category)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummaryToCache", "DashboardCategory category")); 

1.1087.10. setListeningW(boolean listening)


private synchronized void setListeningW(boolean listening)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListeningW", "boolean listening")); 

1.1087.11. makeProviderW(Tile tile)


private synchronized void makeProviderW(Tile tile)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"makeProviderW", "Tile tile")); 

1.1087.12. getTileFromCategory(DashboardCategory category,ComponentName component)


private Tile getTileFromCategory(DashboardCategory category, ComponentName component)

methodList.add(new ZMethod(mZAndroidAPPClass,"Tile" ,"getTileFromCategory", "DashboardCategory category,ComponentName component")); 

1.1088. SummaryPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/SummaryPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1088.1. setChartEnabled(boolean enabled)


public void setChartEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChartEnabled", "boolean enabled")); 

1.1088.2. setAmount(String amount)


public void setAmount(String amount)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAmount", "String amount")); 

1.1088.3. setUnits(String units)


public void setUnits(String units)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUnits", "String units")); 

1.1088.4. setLabels(String start,String end)


public void setLabels(String start, String end)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLabels", "String start,String end")); 

1.1088.5. setRatios(float left,float middle,float right)


public void setRatios(float left, float middle, float right)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRatios", "float left,float middle,float right")); 

1.1088.6. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.1089. SummaryTip.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/SummaryTip.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1089.1. getTitle(Context context)


public CharSequence getTitle(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "Context context")); 

1.1089.2. getSummary(Context context)


public CharSequence getSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context")); 

1.1089.3. getIconId()


public int getIconId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIconId", "")); 

1.1089.4. updateState(BatteryTip tip)


public void updateState(BatteryTip tip)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "BatteryTip tip")); 

1.1089.5. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.1089.6. log(Context context,MetricsFeatureProvider metricsFeatureProvider)


public void log(Context context, MetricsFeatureProvider metricsFeatureProvider)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"log", "Context context,MetricsFeatureProvider metricsFeatureProvider")); 

1.1089.7. getAverageTimeMs()


public long getAverageTimeMs()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getAverageTimeMs", "")); 

1.1090. SummaryUpdater.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/SummaryUpdater.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1090.1. notifyChangeIfNeeded()


protected void notifyChangeIfNeeded()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"notifyChangeIfNeeded", "")); 

1.1090.2. register(boolean register)


public abstract void register(boolean register)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"register", "boolean register")); 

1.1090.3. getSummary()


protected abstract String getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSummary", "")); 

1.1091. SupportDashboardActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/support/SupportDashboardActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1091.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1092. SupportFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/overlay/SupportFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1093. SupportPhone.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/support/SupportPhone.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1093.1. getDialIntent()


public Intent getDialIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getDialIntent", "")); 

1.1093.2. describeContents()


public int describeContents()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"describeContents", "")); 

1.1093.3. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.1094. SuppressorHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/SuppressorHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1094.1. getSuppressionText(Context context,ComponentName suppressor)


public static String getSuppressionText(Context context, ComponentName suppressor)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSuppressionText", "Context context,ComponentName suppressor")); 

1.1094.2. getSuppressorCaption(Context context,ComponentName suppressor)


static String getSuppressorCaption(Context context, ComponentName suppressor)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSuppressorCaption", "Context context,ComponentName suppressor")); 

1.1095. SurveyFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/overlay/SurveyFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1096. SurveyMixin.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/survey/SurveyMixin.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1096.1. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1096.2. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1097. SwipeToNotificationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1097.1. isSuggestionComplete(Context context,SharedPreferences prefs)


public static boolean isSuggestionComplete(Context context, SharedPreferences prefs)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context,SharedPreferences prefs")); 

1.1097.2. isGestureAvailable(Context context)


private static boolean isGestureAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isGestureAvailable", "Context context")); 

1.1097.3. getVideoPrefKey()


protected String getVideoPrefKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVideoPrefKey", "")); 

1.1097.4. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1097.5. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.1097.6. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.1097.7. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.1097.8. isSwipeToNotificationOn(Context context)


public static boolean isSwipeToNotificationOn(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSwipeToNotificationOn", "Context context")); 

1.1097.9. setSwipeToNotification(Context context,boolean isEnabled)


public static boolean setSwipeToNotification(Context context, boolean isEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setSwipeToNotification", "Context context,boolean isEnabled")); 

1.1097.10. isAvailable(Context context)


public static boolean isAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "Context context")); 

1.1098. SwipeToNotificationSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1098.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.1098.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1098.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1098.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1099. SwipeUpGestureSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/SwipeUpGestureSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1099.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.1099.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1099.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1099.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1100. SwipeUpPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/gestures/SwipeUpPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1100.1. isGestureAvailable(Context context)


static boolean isGestureAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isGestureAvailable", "Context context")); 

1.1100.2. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1100.3. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.1100.4. getVideoPrefKey()


protected String getVideoPrefKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVideoPrefKey", "")); 

1.1100.5. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.1100.6. setSwipeUpPreference(Context context,UserManager userManager,int enabled)


public static void setSwipeUpPreference(Context context, UserManager userManager, int enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSwipeUpPreference", "Context context,UserManager userManager,int enabled")); 

1.1100.7. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.1101. SwitchBar.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/SwitchBar.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1101.1. setMetricsTag(String tag)


public void setMetricsTag(String tag)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMetricsTag", "String tag")); 

1.1101.2. setTextViewLabelAndBackground(boolean isChecked)


public void setTextViewLabelAndBackground(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTextViewLabelAndBackground", "boolean isChecked")); 

1.1101.3. setSwitchBarText(int onText,int offText)


public void setSwitchBarText(int onText, int offText)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSwitchBarText", "int onText,int offText")); 

1.1101.4. setSummary(String summary)


public void setSummary(String summary)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSummary", "String summary")); 

1.1101.5. updateText()


private void updateText()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateText", "")); 

1.1101.6. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.1101.7. setCheckedInternal(boolean checked)


public void setCheckedInternal(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCheckedInternal", "boolean checked")); 

1.1101.8. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.1101.9. setEnabled(boolean enabled)


public void setEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enabled")); 

1.1101.10. getDelegatingView()


View getDelegatingView()

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"getDelegatingView", "")); 

1.1101.11. setDisabledByAdmin(EnforcedAdmin admin)


public void setDisabledByAdmin(EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisabledByAdmin", "EnforcedAdmin admin")); 

1.1101.12. getSwitch()


public final ToggleSwitch getSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"ToggleSwitch" ,"getSwitch", "")); 

1.1101.13. show()


public void show()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "")); 

1.1101.14. hide()


public void hide()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"hide", "")); 

1.1101.15. onSizeChanged(int w,int h,int oldw,int oldh)


protected void onSizeChanged(int w, int h, int oldw, int oldh)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSizeChanged", "int w,int h,int oldw,int oldh")); 

1.1101.16. isShowing()


public boolean isShowing()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isShowing", "")); 

1.1101.17. propagateChecked(boolean isChecked)


public void propagateChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"propagateChecked", "boolean isChecked")); 

1.1101.18. onCheckedChanged(CompoundButton buttonView,boolean isChecked)


public void onCheckedChanged(CompoundButton buttonView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCheckedChanged", "CompoundButton buttonView,boolean isChecked")); 

1.1101.19. addOnSwitchChangeListener(OnSwitchChangeListener listener)


public void addOnSwitchChangeListener(OnSwitchChangeListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addOnSwitchChangeListener", "OnSwitchChangeListener listener")); 

1.1101.20. removeOnSwitchChangeListener(OnSwitchChangeListener listener)


public void removeOnSwitchChangeListener(OnSwitchChangeListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeOnSwitchChangeListener", "OnSwitchChangeListener listener")); 

1.1101.21. onSaveInstanceState()


public Parcelable onSaveInstanceState()

methodList.add(new ZMethod(mZAndroidAPPClass,"Parcelable" ,"onSaveInstanceState", "")); 

1.1101.22. onRestoreInstanceState(Parcelable state)


public void onRestoreInstanceState(Parcelable state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Parcelable state")); 

1.1102. SwitchBarController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/SwitchBarController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1102.1. setupView()


public void setupView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupView", "")); 

1.1102.2. teardownView()


public void teardownView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"teardownView", "")); 

1.1102.3. updateTitle(boolean isChecked)


public void updateTitle(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTitle", "boolean isChecked")); 

1.1102.4. startListening()


public void startListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startListening", "")); 

1.1102.5. stopListening()


public void stopListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopListening", "")); 

1.1102.6. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.1102.7. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.1102.8. setEnabled(boolean enabled)


public void setEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enabled")); 

1.1102.9. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.1102.10. setDisabledByAdmin(EnforcedAdmin admin)


public void setDisabledByAdmin(EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisabledByAdmin", "EnforcedAdmin admin")); 

1.1103. SwitchWidgetController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/SwitchWidgetController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1103.1. setupView()


public void setupView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupView", "")); 

1.1103.2. teardownView()


public void teardownView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"teardownView", "")); 

1.1103.3. setListener(OnSwitchChangeListener listener)


public void setListener(OnSwitchChangeListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListener", "OnSwitchChangeListener listener")); 

1.1103.4. updateTitle(boolean isChecked)


public abstract void updateTitle(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTitle", "boolean isChecked")); 

1.1103.5. startListening()


public abstract void startListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startListening", "")); 

1.1103.6. stopListening()


public abstract void stopListening()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopListening", "")); 

1.1103.7. setChecked(boolean checked)


public abstract void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.1103.8. isChecked()


public abstract boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.1103.9. setEnabled(boolean enabled)


public abstract void setEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEnabled", "boolean enabled")); 

1.1103.10. setDisabledByAdmin(EnforcedAdmin admin)


public abstract void setDisabledByAdmin(EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisabledByAdmin", "EnforcedAdmin admin")); 

1.1104. SyncStateSwitchPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accounts/SyncStateSwitchPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1104.1. setup(Account account,String authority,String packageName,int uid)


public void setup(Account account, String authority, String packageName, int uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setup", "Account account,String authority,String packageName,int uid")); 

1.1104.2. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1104.3. setActive(boolean isActive)


public void setActive(boolean isActive)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setActive", "boolean isActive")); 

1.1104.4. setPending(boolean isPending)


public void setPending(boolean isPending)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPending", "boolean isPending")); 

1.1104.5. setFailed(boolean failed)


public void setFailed(boolean failed)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setFailed", "boolean failed")); 

1.1104.6. setOneTimeSyncMode(boolean oneTimeSyncMode)


public void setOneTimeSyncMode(boolean oneTimeSyncMode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOneTimeSyncMode", "boolean oneTimeSyncMode")); 

1.1104.7. isOneTimeSyncMode()


public boolean isOneTimeSyncMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isOneTimeSyncMode", "")); 

1.1104.8. onClick()


protected void onClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "")); 

1.1104.9. getAccount()


public Account getAccount()

methodList.add(new ZMethod(mZAndroidAPPClass,"Account" ,"getAccount", "")); 

1.1104.10. getAuthority()


public String getAuthority()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getAuthority", "")); 

1.1104.11. getPackageName()


public String getPackageName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPackageName", "")); 

1.1104.12. getUid()


public int getUid()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUid", "")); 

1.1105. SystemDashboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/system/SystemDashboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1105.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1105.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1105.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1105.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1105.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1105.6. getVisiblePreferenceCount(PreferenceGroup group)


private int getVisiblePreferenceCount(PreferenceGroup group)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getVisiblePreferenceCount", "PreferenceGroup group")); 

1.1106. SystemSettingSwitchPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/SystemSettingSwitchPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1106.1. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1106.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1106.3. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1107. SystemUiThemePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/SystemUiThemePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1107.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1107.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1107.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1107.4. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.1108. SystemUpdatePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/system/SystemUpdatePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1108.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1108.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1108.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1108.4. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.1108.5. ciActionOnSysUpdate(PersistableBundle b)


private void ciActionOnSysUpdate(PersistableBundle b)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"ciActionOnSysUpdate", "PersistableBundle b")); 

1.1109. TapToWakePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/TapToWakePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1109.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1109.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1109.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1109.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1110. TemplatePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/TemplatePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1111. TemplatePreferenceCategory.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/TemplatePreferenceCategory.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1111.1. setTemplate(NetworkTemplate template,int subId,NetworkServices services)


public void setTemplate(NetworkTemplate template, int subId, NetworkServices services)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTemplate", "NetworkTemplate template,int subId,NetworkServices services")); 

1.1111.2. addPreference(Preference preference)


public boolean addPreference(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"addPreference", "Preference preference")); 

1.1111.3. pushTemplates(NetworkServices services)


public void pushTemplates(NetworkServices services)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pushTemplates", "NetworkServices services")); 

1.1112. TestingSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/TestingSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1112.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1112.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1113. TestingSettingsBroadcastReceiver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/TestingSettingsBroadcastReceiver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1113.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.1114. TetheringHardwareAccelPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/TetheringHardwareAccelPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1114.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1114.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1114.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1114.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1115. TetherPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/TetherPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1115.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1115.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1115.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1115.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1115.5. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1115.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1115.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1115.8. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.1115.9. isTetherConfigDisallowed(Context context)


public static boolean isTetherConfigDisallowed(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isTetherConfigDisallowed", "Context context")); 

1.1115.10. updateSummary()


void updateSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "")); 

1.1115.11. updateSummaryToOff()


private void updateSummaryToOff()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummaryToOff", "")); 

1.1116. TetherProvisioningActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/TetherProvisioningActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1116.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1116.2. onActivityResult(int requestCode,int resultCode,Intent intent)


public void onActivityResult(int requestCode, int resultCode, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent intent")); 

1.1117. TetherService.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/TetherService.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1117.1. onBind(Intent intent)


public IBinder onBind(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"IBinder" ,"onBind", "Intent intent")); 

1.1117.2. onCreate()


public void onCreate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "")); 

1.1117.3. onStartCommand(Intent intent,int flags,int startId)


public int onStartCommand(Intent intent, int flags, int startId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"onStartCommand", "Intent intent,int flags,int startId")); 

1.1117.4. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.1117.5. unregisterReceivers()


private void unregisterReceivers()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregisterReceivers", "")); 

1.1117.6. removeTypeAtIndex(int index)


private void removeTypeAtIndex(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeTypeAtIndex", "int index")); 

1.1117.7. setHotspotOffReceiver(HotspotOffReceiver receiver)


void setHotspotOffReceiver(HotspotOffReceiver receiver)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHotspotOffReceiver", "HotspotOffReceiver receiver")); 

1.1117.8. stringToTethers(String tethersStr)


private ArrayList stringToTethers(String tethersStr)

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayList" ,"stringToTethers", "String tethersStr")); 

1.1117.9. tethersToString(ArrayList tethers)


private String tethersToString(ArrayList tethers)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"tethersToString", "ArrayList tethers")); 

1.1117.10. disableWifiTethering()


private void disableWifiTethering()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableWifiTethering", "")); 

1.1117.11. disableUsbTethering()


private void disableUsbTethering()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableUsbTethering", "")); 

1.1117.12. disableBtTethering()


private void disableBtTethering()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableBtTethering", "")); 

1.1117.13. startProvisioning(int index)


private void startProvisioning(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startProvisioning", "int index")); 

1.1117.14. getProvisionBroadcastIntent(int index)


private Intent getProvisionBroadcastIntent(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getProvisionBroadcastIntent", "int index")); 

1.1117.15. setEntitlementAppActive(int index)


private void setEntitlementAppActive(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEntitlementAppActive", "int index")); 

1.1117.16. scheduleAlarm()


void scheduleAlarm()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"scheduleAlarm", "")); 

1.1117.17. cancelRecheckAlarmIfNecessary(final Context context,int type)


public static void cancelRecheckAlarmIfNecessary(final Context context, int type)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cancelRecheckAlarmIfNecessary", "final Context context,int type")); 

1.1117.18. cancelAlarmIfNecessary()


void cancelAlarmIfNecessary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"cancelAlarmIfNecessary", "")); 

1.1117.19. fireCallbacksForType(int type,int result)


private void fireCallbacksForType(int type, int result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"fireCallbacksForType", "int type,int result")); 

1.1117.20. setUsageStatsManagerWrapper(UsageStatsManagerWrapper wrapper)


void setUsageStatsManagerWrapper(UsageStatsManagerWrapper wrapper)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUsageStatsManagerWrapper", "UsageStatsManagerWrapper wrapper")); 

1.1118. TetherSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/TetherSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1118.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1118.2. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.1118.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1118.4. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.1118.5. onDataSaverChanged(boolean isDataSaving)


public void onDataSaverChanged(boolean isDataSaving)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataSaverChanged", "boolean isDataSaving")); 

1.1118.6. onWhitelistStatusChanged(int uid,boolean isWhitelisted)


public void onWhitelistStatusChanged(int uid, boolean isWhitelisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onWhitelistStatusChanged", "int uid,boolean isWhitelisted")); 

1.1118.7. onBlacklistStatusChanged(int uid,boolean isBlacklisted)


public void onBlacklistStatusChanged(int uid, boolean isBlacklisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBlacklistStatusChanged", "int uid,boolean isBlacklisted")); 

1.1118.8. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.1118.9. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1118.10. updateState()


private void updateState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "")); 

1.1118.11. updateState(String[] available,String[] tethered,String[] errored)


private void updateState(String[] available, String[] tethered, String[] errored)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "String[] available,String[] tethered,String[] errored")); 

1.1118.12. updateUsbState(String[] available,String[] tethered,String[] errored)


private void updateUsbState(String[] available, String[] tethered, String[] errored)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUsbState", "String[] available,String[] tethered,String[] errored")); 

1.1118.13. updateBluetoothState()


private void updateBluetoothState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBluetoothState", "")); 

1.1118.14. isProvisioningNeededButUnavailable(Context context)


public static boolean isProvisioningNeededButUnavailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isProvisioningNeededButUnavailable", "Context context")); 

1.1118.15. isIntentAvailable(Context context)


private static boolean isIntentAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isIntentAvailable", "Context context")); 

1.1118.16. startTethering(int choice)


private void startTethering(int choice)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startTethering", "int choice")); 

1.1118.17. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.1118.18. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1119. TextToSpeechSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/tts/TextToSpeechSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1119.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1119.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1119.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1119.4. setTtsUtteranceProgressListener()


private void setTtsUtteranceProgressListener()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTtsUtteranceProgressListener", "")); 

1.1119.5. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.1119.6. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1119.7. initSettings()


private void initSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initSettings", "")); 

1.1119.8. getValueFromSeekBarProgress(String preferenceKey,int progress)


private int getValueFromSeekBarProgress(String preferenceKey, int progress)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getValueFromSeekBarProgress", "String preferenceKey,int progress")); 

1.1119.9. getSeekBarProgressFromValue(String preferenceKey,int value)


private int getSeekBarProgressFromValue(String preferenceKey, int value)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSeekBarProgressFromValue", "String preferenceKey,int value")); 

1.1119.10. onInitEngine(int status)


public void onInitEngine(int status)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInitEngine", "int status")); 

1.1119.11. checkDefaultLocale()


private void checkDefaultLocale()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkDefaultLocale", "")); 

1.1119.12. evaluateDefaultLocale()


private boolean evaluateDefaultLocale()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"evaluateDefaultLocale", "")); 

1.1119.13. getSampleText()


private void getSampleText()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"getSampleText", "")); 

1.1119.14. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1119.15. updateDefaultLocalePref(Intent data)


private void updateDefaultLocalePref(Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDefaultLocalePref", "Intent data")); 

1.1119.16. setLocalePreference(int index)


private void setLocalePreference(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLocalePreference", "int index")); 

1.1119.17. getDefaultSampleString()


private String getDefaultSampleString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultSampleString", "")); 

1.1119.18. isNetworkRequiredForSynthesis()


private boolean isNetworkRequiredForSynthesis()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isNetworkRequiredForSynthesis", "")); 

1.1119.19. onSampleTextReceived(int resultCode,Intent data)


private void onSampleTextReceived(int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSampleTextReceived", "int resultCode,Intent data")); 

1.1119.20. speakSampleText()


private void speakSampleText()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"speakSampleText", "")); 

1.1119.21. onPreferenceChange(Preference preference,Object objValue)


public boolean onPreferenceChange(Preference preference, Object objValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object objValue")); 

1.1119.22. updateLanguageTo(Locale locale)


private void updateLanguageTo(Locale locale)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLanguageTo", "Locale locale")); 

1.1119.23. resetTts()


private void resetTts()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resetTts", "")); 

1.1119.24. updateSpeechRate(int speechRateSeekBarProgress)


private void updateSpeechRate(int speechRateSeekBarProgress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSpeechRate", "int speechRateSeekBarProgress")); 

1.1119.25. updateSpeechPitchValue(int speechPitchSeekBarProgress)


private void updateSpeechPitchValue(int speechPitchSeekBarProgress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSpeechPitchValue", "int speechPitchSeekBarProgress")); 

1.1119.26. updateWidgetState(boolean enable)


private void updateWidgetState(boolean enable)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateWidgetState", "boolean enable")); 

1.1119.27. displayNetworkAlert()


private void displayNetworkAlert()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayNetworkAlert", "")); 

1.1119.28. checkVoiceData(String engine)


private void checkVoiceData(String engine)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkVoiceData", "String engine")); 

1.1119.29. onVoiceDataIntegrityCheckDone(Intent data)


private void onVoiceDataIntegrityCheckDone(Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onVoiceDataIntegrityCheckDone", "Intent data")); 

1.1119.30. onGearClick(GearPreference p)


public void onGearClick(GearPreference p)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onGearClick", "GearPreference p")); 

1.1120. ThemePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/ThemePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1120.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1120.2. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1120.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1120.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1120.5. isTheme(OverlayInfo oi)


private boolean isTheme(OverlayInfo oi)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isTheme", "OverlayInfo oi")); 

1.1120.6. getTheme()


private String getTheme()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getTheme", "")); 

1.1120.7. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1120.8. getCurrentTheme()


String getCurrentTheme()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getCurrentTheme", "")); 

1.1120.9. getAvailableThemes()


String[] getAvailableThemes()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"getAvailableThemes", "")); 

1.1121. TimeChangeListenerMixin.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/TimeChangeListenerMixin.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1121.1. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1121.2. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1121.3. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.1122. TimeFormatPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/TimeFormatPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1122.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1122.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1122.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1122.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1122.5. is24Hour()


private boolean is24Hour()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"is24Hour", "")); 

1.1122.6. update24HourFormat(Context context,Boolean is24Hour)


static void update24HourFormat(Context context, Boolean is24Hour)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"update24HourFormat", "Context context,Boolean is24Hour")); 

1.1122.7. timeUpdated(Context context,Boolean is24Hour)


static void timeUpdated(Context context, Boolean is24Hour)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"timeUpdated", "Context context,Boolean is24Hour")); 

1.1122.8. set24Hour(Context context,Boolean is24Hour)


static void set24Hour(Context context, Boolean is24Hour)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"set24Hour", "Context context,Boolean is24Hour")); 

1.1123. TimeoutListPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/TimeoutListPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1123.1. onPrepareDialogBuilder(AlertDialog.Builder builder,DialogInterface.OnClickListener listener)


protected void onPrepareDialogBuilder(AlertDialog.Builder builder, DialogInterface.OnClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareDialogBuilder", "AlertDialog.Builder builder,DialogInterface.OnClickListener listener")); 

1.1123.2. onDialogCreated(Dialog dialog)


protected void onDialogCreated(Dialog dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogCreated", "Dialog dialog")); 

1.1123.3. removeUnusableTimeouts(long maxTimeout,EnforcedAdmin admin)


public void removeUnusableTimeouts(long maxTimeout, EnforcedAdmin admin)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeUnusableTimeouts", "long maxTimeout,EnforcedAdmin admin")); 

1.1124. TimeoutPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/TimeoutPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1124.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1124.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1124.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1124.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1124.5. getTimeoutDescription(long currentTimeout,CharSequence[] entries,CharSequence[] values)


public static CharSequence getTimeoutDescription(long currentTimeout, CharSequence[] entries, CharSequence[] values)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTimeoutDescription", "long currentTimeout,CharSequence[] entries,CharSequence[] values")); 

1.1124.6. updateTimeoutPreferenceDescription(TimeoutListPreference preference,long currentTimeout)


private void updateTimeoutPreferenceDescription(TimeoutListPreference preference, long currentTimeout)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTimeoutPreferenceDescription", "TimeoutListPreference preference,long currentTimeout")); 

1.1125. TimePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/TimePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1125.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1125.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1125.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1125.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1125.5. onTimeSet(TimePicker view,int hourOfDay,int minute)


public void onTimeSet(TimePicker view, int hourOfDay, int minute)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onTimeSet", "TimePicker view,int hourOfDay,int minute")); 

1.1125.6. buildTimePicker(Activity activity)


public TimePickerDialog buildTimePicker(Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"TimePickerDialog" ,"buildTimePicker", "Activity activity")); 

1.1125.7. setTime(int hourOfDay,int minute)


void setTime(int hourOfDay, int minute)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTime", "int hourOfDay,int minute")); 

1.1126. TimeSpentInAppPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/TimeSpentInAppPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1126.1. setPackageName(String packageName)


public void setPackageName(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPackageName", "String packageName")); 

1.1126.2. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1126.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1126.4. isSystemApp(ResolveInfo info)


private boolean isSystemApp(ResolveInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSystemApp", "ResolveInfo info")); 

1.1127. TimeZoneData.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/model/TimeZoneData.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1127.1. getInstance()


public static synchronized TimeZoneData getInstance()

methodList.add(new ZMethod(mZAndroidAPPClass,"TimeZoneData" ,"getInstance", "")); 

1.1127.2. getRegionIds()


public Set getRegionIds()

methodList.add(new ZMethod(mZAndroidAPPClass,"Set" ,"getRegionIds", "")); 

1.1127.3. lookupCountryCodesForZoneId(String tzId)


public Set lookupCountryCodesForZoneId(String tzId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Set" ,"lookupCountryCodesForZoneId", "String tzId")); 

1.1127.4. lookupCountryTimeZones(String regionId)


public FilteredCountryTimeZones lookupCountryTimeZones(String regionId)

methodList.add(new ZMethod(mZAndroidAPPClass,"FilteredCountryTimeZones" ,"lookupCountryTimeZones", "String regionId")); 

1.1127.5. getNormalizedRegionIds(List regionIds)


private static Set getNormalizedRegionIds(List regionIds)

methodList.add(new ZMethod(mZAndroidAPPClass,"Set" ,"getNormalizedRegionIds", "List regionIds")); 

1.1127.6. normalizeRegionId(String regionId)


public static String normalizeRegionId(String regionId)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"normalizeRegionId", "String regionId")); 

1.1128. TimeZoneDataLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/model/TimeZoneDataLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1128.1. loadInBackground()


public TimeZoneData loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"TimeZoneData" ,"loadInBackground", "")); 

1.1128.2. onDiscardResult(TimeZoneData result)


protected void onDiscardResult(TimeZoneData result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDiscardResult", "TimeZoneData result")); 

1.1129. TimeZoneInfo.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/TimeZoneInfo.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1129.1. getId()


public String getId()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getId", "")); 

1.1129.2. getTimeZone()


public TimeZone getTimeZone()

methodList.add(new ZMethod(mZAndroidAPPClass,"TimeZone" ,"getTimeZone", "")); 

1.1129.3. getExemplarLocation()


public String getExemplarLocation()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getExemplarLocation", "")); 

1.1129.4. getGenericName()


public String getGenericName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getGenericName", "")); 

1.1129.5. getStandardName()


public String getStandardName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getStandardName", "")); 

1.1129.6. getDaylightName()


public String getDaylightName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDaylightName", "")); 

1.1129.7. getGmtOffset()


public CharSequence getGmtOffset()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getGmtOffset", "")); 

1.1130. TimeZoneInfoPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/TimeZoneInfoPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1130.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1130.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1130.3. setTimeZoneInfo(TimeZoneInfo timeZoneInfo)


public void setTimeZoneInfo(TimeZoneInfo timeZoneInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTimeZoneInfo", "TimeZoneInfo timeZoneInfo")); 

1.1130.4. getTimeZoneInfo()


public TimeZoneInfo getTimeZoneInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"TimeZoneInfo" ,"getTimeZoneInfo", "")); 

1.1130.5. formatOffsetAndName(TimeZoneInfo item)


private CharSequence formatOffsetAndName(TimeZoneInfo item)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"formatOffsetAndName", "TimeZoneInfo item")); 

1.1130.6. formatInfo(TimeZoneInfo item)


private CharSequence formatInfo(TimeZoneInfo item)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"formatInfo", "TimeZoneInfo item")); 

1.1130.7. findNextDstTransition(TimeZone timeZone)


private TimeZoneTransition findNextDstTransition(TimeZone timeZone)

methodList.add(new ZMethod(mZAndroidAPPClass,"TimeZoneTransition" ,"findNextDstTransition", "TimeZone timeZone")); 

1.1131. TimeZonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/TimeZonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1131.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1131.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1131.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1131.4. getTimeZoneOffsetAndName()


CharSequence getTimeZoneOffsetAndName()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTimeZoneOffsetAndName", "")); 

1.1132. TimeZoneSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/timezone/TimeZoneSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1132.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1132.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1132.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1132.4. createPreferenceControllers(Context context)


public List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1132.5. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1132.6. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1132.7. setTimeZoneData(TimeZoneData timeZoneData)


void setTimeZoneData(TimeZoneData timeZoneData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTimeZoneData", "TimeZoneData timeZoneData")); 

1.1132.8. onTimeZoneDataReady(TimeZoneData timeZoneData)


private void onTimeZoneDataReady(TimeZoneData timeZoneData)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onTimeZoneDataReady", "TimeZoneData timeZoneData")); 

1.1132.9. startRegionPicker()


private void startRegionPicker()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startRegionPicker", "")); 

1.1132.10. onRegionZonePreferenceClicked()


private void onRegionZonePreferenceClicked()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRegionZonePreferenceClicked", "")); 

1.1132.11. startFixedOffsetPicker()


private void startFixedOffsetPicker()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startFixedOffsetPicker", "")); 

1.1132.12. startPickerFragment(Class fragmentClass,Bundle args,int resultRequestCode)


private void startPickerFragment(Class fragmentClass, Bundle args, int resultRequestCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startPickerFragment", "Class fragmentClass,Bundle args,int resultRequestCode")); 

1.1132.13. setDisplayedRegion(String regionId)


private void setDisplayedRegion(String regionId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisplayedRegion", "String regionId")); 

1.1132.14. setDisplayedTimeZoneInfo(String regionId,String tzId)


private void setDisplayedTimeZoneInfo(String regionId, String tzId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisplayedTimeZoneInfo", "String regionId,String tzId")); 

1.1132.15. setDisplayedFixedOffsetTimeZoneInfo(String tzId)


private void setDisplayedFixedOffsetTimeZoneInfo(String tzId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDisplayedFixedOffsetTimeZoneInfo", "String tzId")); 

1.1132.16. onRegionZoneChanged(String regionId,String tzId)


private void onRegionZoneChanged(String regionId, String tzId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRegionZoneChanged", "String regionId,String tzId")); 

1.1132.17. onFixedOffsetZoneChanged(String tzId)


private void onFixedOffsetZoneChanged(String tzId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onFixedOffsetZoneChanged", "String tzId")); 

1.1132.18. saveTimeZone(String regionId,String tzId)


private void saveTimeZone(String regionId, String tzId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveTimeZone", "String regionId,String tzId")); 

1.1132.19. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.1132.20. onPrepareOptionsMenu(Menu menu)


public void onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareOptionsMenu", "Menu menu")); 

1.1132.21. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.1132.22. setupForCurrentTimeZone()


private void setupForCurrentTimeZone()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupForCurrentTimeZone", "")); 

1.1132.23. isFixedOffset(String tzId)


private static boolean isFixedOffset(String tzId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFixedOffset", "String tzId")); 

1.1132.24. setSelectByRegion(boolean selectByRegion)


private void setSelectByRegion(boolean selectByRegion)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSelectByRegion", "boolean selectByRegion")); 

1.1132.25. findRegionIdForTzId(String tzId)


private String findRegionIdForTzId(String tzId)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"findRegionIdForTzId", "String tzId")); 

1.1132.26. findRegionIdForTzId(String tzId,String sharePrefRegionId,String localeRegionId)


String findRegionIdForTzId(String tzId, String sharePrefRegionId, String localeRegionId)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"findRegionIdForTzId", "String tzId,String sharePrefRegionId,String localeRegionId")); 

1.1132.27. setPreferenceCategoryVisible(PreferenceCategory category,boolean isVisible)


private void setPreferenceCategoryVisible(PreferenceCategory category, boolean isVisible)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreferenceCategoryVisible", "PreferenceCategory category,boolean isVisible")); 

1.1132.28. getLocaleRegionId()


private String getLocaleRegionId()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLocaleRegionId", "")); 

1.1133. ToggleAccessibilityServicePreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ToggleAccessibilityServicePreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1133.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1133.2. onCreateOptionsMenu(Menu menu,MenuInflater infalter)


public void onCreateOptionsMenu(Menu menu, MenuInflater infalter)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater infalter")); 

1.1133.3. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1133.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1133.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1133.6. onPreferenceToggled(String preferenceKey,boolean enabled)


public void onPreferenceToggled(String preferenceKey, boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPreferenceToggled", "String preferenceKey,boolean enabled")); 

1.1133.7. getAccessibilityServiceInfo()


private AccessibilityServiceInfo getAccessibilityServiceInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"AccessibilityServiceInfo" ,"getAccessibilityServiceInfo", "")); 

1.1133.8. onCreateDialog(int dialogId)


public Dialog onCreateDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int dialogId")); 

1.1133.9. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.1133.10. updateSwitchBarToggleSwitch()


private void updateSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSwitchBarToggleSwitch", "")); 

1.1133.11. isFullDiskEncrypted()


private boolean isFullDiskEncrypted()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isFullDiskEncrypted", "")); 

1.1133.12. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1133.13. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.1133.14. handleConfirmServiceEnabled(boolean confirmed)


private void handleConfirmServiceEnabled(boolean confirmed)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleConfirmServiceEnabled", "boolean confirmed")); 

1.1133.15. createConfirmCredentialReasonMessage()


private String createConfirmCredentialReasonMessage()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"createConfirmCredentialReasonMessage", "")); 

1.1133.16. onInstallSwitchBarToggleSwitch()


protected void onInstallSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInstallSwitchBarToggleSwitch", "")); 

1.1133.17. onProcessArguments(Bundle arguments)


protected void onProcessArguments(Bundle arguments)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProcessArguments", "Bundle arguments")); 

1.1134. ToggleAutoclickPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ToggleAutoclickPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1134.1. getAutoclickPreferenceSummary(Resources resources,int delay)


static CharSequence getAutoclickPreferenceSummary(Resources resources, int delay)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getAutoclickPreferenceSummary", "Resources resources,int delay")); 

1.1134.2. getAutoclickPreferenceSummaryIndex(int delay)


private static int getAutoclickPreferenceSummaryIndex(int delay)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAutoclickPreferenceSummaryIndex", "int delay")); 

1.1134.3. onPreferenceToggled(String preferenceKey,boolean enabled)


protected void onPreferenceToggled(String preferenceKey, boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPreferenceToggled", "String preferenceKey,boolean enabled")); 

1.1134.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1134.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1134.6. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1134.7. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1134.8. onInstallSwitchBarToggleSwitch()


protected void onInstallSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInstallSwitchBarToggleSwitch", "")); 

1.1134.9. onRemoveSwitchBarToggleSwitch()


protected void onRemoveSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRemoveSwitchBarToggleSwitch", "")); 

1.1134.10. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.1134.11. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1134.12. seekBarProgressToDelay(int progress)


private int seekBarProgressToDelay(int progress)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"seekBarProgressToDelay", "int progress")); 

1.1134.13. delayToSeekBarProgress(int delay)


private int delayToSeekBarProgress(int delay)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"delayToSeekBarProgress", "int delay")); 

1.1135. ToggleBackupSettingFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/backup/ToggleBackupSettingFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1135.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1135.2. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.1135.3. onDestroyView()


public void onDestroyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyView", "")); 

1.1135.4. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.1135.5. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1135.6. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.1135.7. onDismiss(DialogInterface dialog)


public void onDismiss(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialog")); 

1.1135.8. showEraseBackupDialog()


private void showEraseBackupDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showEraseBackupDialog", "")); 

1.1135.9. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1135.10. setBackupEnabled(boolean enable)


private void setBackupEnabled(boolean enable)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBackupEnabled", "boolean enable")); 

1.1136. ToggleDaltonizerPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ToggleDaltonizerPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1136.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1136.2. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1136.3. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1136.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1136.5. onPreferenceToggled(String preferenceKey,boolean enabled)


protected void onPreferenceToggled(String preferenceKey, boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPreferenceToggled", "String preferenceKey,boolean enabled")); 

1.1136.6. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1136.7. onInstallSwitchBarToggleSwitch()


protected void onInstallSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInstallSwitchBarToggleSwitch", "")); 

1.1136.8. onRemoveSwitchBarToggleSwitch()


protected void onRemoveSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRemoveSwitchBarToggleSwitch", "")); 

1.1136.9. updateSwitchBarText(SwitchBar switchBar)


protected void updateSwitchBarText(SwitchBar switchBar)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSwitchBarText", "SwitchBar switchBar")); 

1.1136.10. initPreferences()


private void initPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initPreferences", "")); 

1.1136.11. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.1137. ToggleFeaturePreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1137.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1137.2. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.1137.3. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.1137.4. onDestroyView()


public void onDestroyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyView", "")); 

1.1137.5. updateSwitchBarText(SwitchBar switchBar)


protected void updateSwitchBarText(SwitchBar switchBar)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSwitchBarText", "SwitchBar switchBar")); 

1.1137.6. onPreferenceToggled(String preferenceKey,boolean enabled)


protected abstract void onPreferenceToggled(String preferenceKey, boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPreferenceToggled", "String preferenceKey,boolean enabled")); 

1.1137.7. onInstallSwitchBarToggleSwitch()


protected void onInstallSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInstallSwitchBarToggleSwitch", "")); 

1.1137.8. onRemoveSwitchBarToggleSwitch()


protected void onRemoveSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRemoveSwitchBarToggleSwitch", "")); 

1.1137.9. installActionBarToggleSwitch()


private void installActionBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"installActionBarToggleSwitch", "")); 

1.1137.10. removeActionBarToggleSwitch()


private void removeActionBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeActionBarToggleSwitch", "")); 

1.1137.11. setTitle(String title)


public void setTitle(String title)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTitle", "String title")); 

1.1137.12. onProcessArguments(Bundle arguments)


protected void onProcessArguments(Bundle arguments)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProcessArguments", "Bundle arguments")); 

1.1138. ToggleFontSizePreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFontSizePreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1138.1. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.1138.2. createConfig(Configuration origConfig,int index)


protected Configuration createConfig(Configuration origConfig, int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"Configuration" ,"createConfig", "Configuration origConfig,int index")); 

1.1138.3. commit()


protected void commit()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"commit", "")); 

1.1138.4. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1138.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1138.6. fontSizeValueToIndex(float val,String[] indices)


public static int fontSizeValueToIndex(float val, String[] indices)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"fontSizeValueToIndex", "float val,String[] indices")); 

1.1139. TogglePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/core/TogglePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1139.1. isChecked()


public abstract boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.1139.2. setChecked(boolean isChecked)


public abstract boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.1139.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1139.4. onPreferenceChange(Preference preference,Object newValue)


public final boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1139.5. getSliceType()


public int getSliceType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSliceType", "")); 

1.1140. ToggleScreenMagnificationPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1140.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1140.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1140.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1140.4. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.1140.5. onPreferenceToggled(String preferenceKey,boolean enabled)


protected void onPreferenceToggled(String preferenceKey, boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPreferenceToggled", "String preferenceKey,boolean enabled")); 

1.1140.6. onInstallSwitchBarToggleSwitch()


protected void onInstallSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onInstallSwitchBarToggleSwitch", "")); 

1.1140.7. onRemoveSwitchBarToggleSwitch()


protected void onRemoveSwitchBarToggleSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRemoveSwitchBarToggleSwitch", "")); 

1.1140.8. onProcessArguments(Bundle arguments)


protected void onProcessArguments(Bundle arguments)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProcessArguments", "Bundle arguments")); 

1.1140.9. updateConfigurationWarningIfNeeded()


private void updateConfigurationWarningIfNeeded()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateConfigurationWarningIfNeeded", "")); 

1.1140.10. getScreenWidth(Context context)


private static int getScreenWidth(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getScreenWidth", "Context context")); 

1.1141. ToggleScreenMagnificationPreferenceFragmentForSetupWizard.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragmentForSetupWizard.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1141.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1141.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1142. ToggleScreenReaderPreferenceFragmentForSetupWizard.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ToggleScreenReaderPreferenceFragmentForSetupWizard.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1142.1. onProcessArguments(Bundle arguments)


protected void onProcessArguments(Bundle arguments)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProcessArguments", "Bundle arguments")); 

1.1142.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1142.3. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1143. ToggleSelectToSpeakPreferenceFragmentForSetupWizard.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/ToggleSelectToSpeakPreferenceFragmentForSetupWizard.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1143.1. onProcessArguments(Bundle arguments)


protected void onProcessArguments(Bundle arguments)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onProcessArguments", "Bundle arguments")); 

1.1143.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1143.3. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1144. ToggleSwitch.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ToggleSwitch.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1144.1. setOnBeforeCheckedChangeListener(OnBeforeCheckedChangeListener listener)


public void setOnBeforeCheckedChangeListener(OnBeforeCheckedChangeListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnBeforeCheckedChangeListener", "OnBeforeCheckedChangeListener listener")); 

1.1144.2. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.1144.3. setCheckedInternal(boolean checked)


public void setCheckedInternal(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCheckedInternal", "boolean checked")); 

1.1145. TouchBlockingFrameLayout.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/TouchBlockingFrameLayout.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1145.1. dispatchTouchEvent(MotionEvent ev)


public boolean dispatchTouchEvent(MotionEvent ev)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"dispatchTouchEvent", "MotionEvent ev")); 

1.1146. TouchSoundPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/TouchSoundPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1146.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1147. TouchVibrationPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/TouchVibrationPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1147.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1147.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1147.3. getVibrationIntensitySetting()


protected String getVibrationIntensitySetting()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVibrationIntensitySetting", "")); 

1.1147.4. getDefaultVibrationIntensity()


protected int getDefaultVibrationIntensity()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultVibrationIntensity", "")); 

1.1147.5. getPreviewVibrationAudioAttributesUsage()


protected int getPreviewVibrationAudioAttributesUsage()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreviewVibrationAudioAttributesUsage", "")); 

1.1147.6. onVibrationIntensitySelected(int intensity)


public void onVibrationIntensitySelected(int intensity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onVibrationIntensitySelected", "int intensity")); 

1.1148. TransitionAnimationScalePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/TransitionAnimationScalePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1148.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1148.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1148.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1148.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1148.5. writeAnimationScaleOption(Object newValue)


private void writeAnimationScaleOption(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeAnimationScaleOption", "Object newValue")); 

1.1148.6. updateAnimationScaleValue()


private void updateAnimationScaleValue()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAnimationScaleValue", "")); 

1.1149. TrustAgentListPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/trustagent/TrustAgentListPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1149.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1149.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1149.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1149.4. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1149.5. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1149.6. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1149.7. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1149.8. updateTrustAgents()


private void updateTrustAgents()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateTrustAgents", "")); 

1.1149.9. handleActivityResult(int requestCode,int resultCode)


public boolean handleActivityResult(int requestCode, int resultCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handleActivityResult", "int requestCode,int resultCode")); 

1.1150. TrustAgentManager.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/trustagent/TrustAgentManager.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1150.1. shouldProvideTrust(ResolveInfo resolveInfo,PackageManager pm)


public boolean shouldProvideTrust(ResolveInfo resolveInfo, PackageManager pm)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldProvideTrust", "ResolveInfo resolveInfo,PackageManager pm")); 

1.1150.2. getActiveTrustAgentLabel(Context context,LockPatternUtils utils)


public CharSequence getActiveTrustAgentLabel(Context context, LockPatternUtils utils)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getActiveTrustAgentLabel", "Context context,LockPatternUtils utils")); 

1.1150.3. getActiveTrustAgents(Context context,LockPatternUtils utils)


public List getActiveTrustAgents(Context context, LockPatternUtils utils)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getActiveTrustAgents", "Context context,LockPatternUtils utils")); 

1.1150.4. getComponentName(ResolveInfo resolveInfo)


public ComponentName getComponentName(ResolveInfo resolveInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"ComponentName" ,"getComponentName", "ResolveInfo resolveInfo")); 

1.1150.5. getSettingsComponent(PackageManager pm,ResolveInfo resolveInfo)


private TrustAgentComponentInfo getSettingsComponent(PackageManager pm, ResolveInfo resolveInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"TrustAgentComponentInfo" ,"getSettingsComponent", "PackageManager pm,ResolveInfo resolveInfo")); 

1.1151. TrustAgentSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/trustagent/TrustAgentSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1151.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1151.2. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1151.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1151.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1151.5. updateAgents()


private void updateAgents()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAgents", "")); 

1.1151.6. loadActiveAgents()


private void loadActiveAgents()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadActiveAgents", "")); 

1.1151.7. saveActiveAgents()


private void saveActiveAgents()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveActiveAgents", "")); 

1.1151.8. findAvailableTrustAgents()


private ArrayMap findAvailableTrustAgents()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayMap" ,"findAvailableTrustAgents", "")); 

1.1151.9. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1152. TrustedCredentialsDialogBuilder.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/TrustedCredentialsDialogBuilder.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1152.1. setCertHolder(CertHolder certHolder)


public TrustedCredentialsDialogBuilder setCertHolder(CertHolder certHolder)

methodList.add(new ZMethod(mZAndroidAPPClass,"TrustedCredentialsDialogBuilder" ,"setCertHolder", "CertHolder certHolder")); 

1.1152.2. setCertHolders(@NonNull CertHolder[] certHolders)


public TrustedCredentialsDialogBuilder setCertHolders(@NonNull CertHolder[] certHolders)

methodList.add(new ZMethod(mZAndroidAPPClass,"TrustedCredentialsDialogBuilder" ,"setCertHolders", "@NonNull CertHolder[] certHolders")); 

1.1152.3. create()


public AlertDialog create()

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"create", "")); 

1.1152.4. initDefaultBuilderParams()


private void initDefaultBuilderParams()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initDefaultBuilderParams", "")); 

1.1153. TrustedCredentialsSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/TrustedCredentialsSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1153.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1153.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1153.3. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1153.4. onCreateView(LayoutInflater inflater,ViewGroup parent,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup parent,Bundle savedInstanceState")); 

1.1153.5. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.1153.6. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1153.7. closeKeyChainConnections()


private void closeKeyChainConnections()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"closeKeyChainConnections", "")); 

1.1153.8. addTab(Tab tab)


private void addTab(Tab tab)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addTab", "Tab tab")); 

1.1153.9. startConfirmCredential(int userId)


private boolean startConfirmCredential(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"startConfirmCredential", "int userId")); 

1.1153.10. isTrustAllCaCertModeInProgress()


private boolean isTrustAllCaCertModeInProgress()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isTrustAllCaCertModeInProgress", "")); 

1.1153.11. showTrustAllCaDialog(List unapprovedCertHolders)


private void showTrustAllCaDialog(List unapprovedCertHolders)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showTrustAllCaDialog", "List unapprovedCertHolders")); 

1.1153.12. showCertDialog(final CertHolder certHolder)


private void showCertDialog(final CertHolder certHolder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showCertDialog", "final CertHolder certHolder")); 

1.1153.13. getX509CertsFromCertHolder(CertHolder certHolder)


public List getX509CertsFromCertHolder(CertHolder certHolder)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getX509CertsFromCertHolder", "CertHolder certHolder")); 

1.1153.14. removeOrInstallCert(CertHolder certHolder)


public void removeOrInstallCert(CertHolder certHolder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeOrInstallCert", "CertHolder certHolder")); 

1.1153.15. startConfirmCredentialIfNotConfirmed(int userId,IntConsumer onCredentialConfirmedListener)


public boolean startConfirmCredentialIfNotConfirmed(int userId, IntConsumer onCredentialConfirmedListener)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"startConfirmCredentialIfNotConfirmed", "int userId,IntConsumer onCredentialConfirmedListener")); 

1.1154. TtsEnginePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/tts/TtsEnginePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1154.1. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1154.2. setVoiceDataDetails(Intent data)


public void setVoiceDataDetails(Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVoiceDataDetails", "Intent data")); 

1.1154.3. shouldDisplayDataAlert()


private boolean shouldDisplayDataAlert()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldDisplayDataAlert", "")); 

1.1154.4. displayDataAlert(DialogInterface.OnClickListener positiveOnClickListener,DialogInterface.OnClickListener negativeOnClickListener)


private void displayDataAlert(DialogInterface.OnClickListener positiveOnClickListener, DialogInterface.OnClickListener negativeOnClickListener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayDataAlert", "DialogInterface.OnClickListener positiveOnClickListener,DialogInterface.OnClickListener negativeOnClickListener")); 

1.1154.5. onRadioButtonClicked(final CompoundButton buttonView,boolean isChecked)


private void onRadioButtonClicked(final CompoundButton buttonView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRadioButtonClicked", "final CompoundButton buttonView,boolean isChecked")); 

1.1154.6. makeCurrentEngine(Checkable current)


private void makeCurrentEngine(Checkable current)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"makeCurrentEngine", "Checkable current")); 

1.1155. TtsEnginePreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/tts/TtsEnginePreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1155.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1155.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1155.3. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.1155.4. initSettings()


private void initSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initSettings", "")); 

1.1155.5. getCurrentChecked()


public Checkable getCurrentChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"Checkable" ,"getCurrentChecked", "")); 

1.1155.6. getCurrentKey()


public String getCurrentKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getCurrentKey", "")); 

1.1155.7. setCurrentChecked(Checkable current)


public void setCurrentChecked(Checkable current)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCurrentChecked", "Checkable current")); 

1.1155.8. updateDefaultEngine(String engine)


private void updateDefaultEngine(String engine)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDefaultEngine", "String engine")); 

1.1155.9. onUpdateEngine(int status)


public void onUpdateEngine(int status)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onUpdateEngine", "int status")); 

1.1155.10. setCurrentKey(String key)


public void setCurrentKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCurrentKey", "String key")); 

1.1156. TtsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/language/TtsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1156.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1156.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1157. TwoStateButtonPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/TwoStateButtonPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1157.1. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.1157.2. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.1157.3. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.1157.4. setButtonEnabled(boolean enabled)


public void setButtonEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setButtonEnabled", "boolean enabled")); 

1.1157.5. getStateOnButton()


public Button getStateOnButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getStateOnButton", "")); 

1.1157.6. getStateOffButton()


public Button getStateOffButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getStateOffButton", "")); 

1.1158. UnificationConfirmationDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/UnificationConfirmationDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1158.1. newInstance(boolean compliant)


public static UnificationConfirmationDialog newInstance(boolean compliant)

methodList.add(new ZMethod(mZAndroidAPPClass,"UnificationConfirmationDialog" ,"newInstance", "boolean compliant")); 

1.1158.2. show(SecuritySettings host)


public void show(SecuritySettings host)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "SecuritySettings host")); 

1.1158.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.1158.4. onDismiss(DialogInterface dialog)


public void onDismiss(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialog")); 

1.1158.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1159. UnrestrictAppAction.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/actions/UnrestrictAppAction.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1159.1. handlePositiveAction(int metricsKey)


public void handlePositiveAction(int metricsKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePositiveAction", "int metricsKey")); 

1.1160. UnrestrictAppTip.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/UnrestrictAppTip.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1160.1. getTitle(Context context)


public CharSequence getTitle(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "Context context")); 

1.1160.2. getSummary(Context context)


public CharSequence getSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context")); 

1.1160.3. getIconId()


public int getIconId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIconId", "")); 

1.1160.4. getPackageName()


public String getPackageName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPackageName", "")); 

1.1160.5. updateState(BatteryTip tip)


public void updateState(BatteryTip tip)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "BatteryTip tip")); 

1.1160.6. log(Context context,MetricsFeatureProvider metricsFeatureProvider)


public void log(Context context, MetricsFeatureProvider metricsFeatureProvider)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"log", "Context context,MetricsFeatureProvider metricsFeatureProvider")); 

1.1160.7. getUnrestrictAppInfo()


public AppInfo getUnrestrictAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"AppInfo" ,"getUnrestrictAppInfo", "")); 

1.1160.8. writeToParcel(Parcel dest,int flags)


public void writeToParcel(Parcel dest, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeToParcel", "Parcel dest,int flags")); 

1.1161. UnrestrictedDataAccess.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datausage/UnrestrictedDataAccess.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1161.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1161.2. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.1161.3. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.1161.4. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1161.5. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.1161.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1161.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1161.8. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.1161.9. onExtraInfoUpdated()


public void onExtraInfoUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onExtraInfoUpdated", "")); 

1.1161.10. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1161.11. rebuild()


private void rebuild()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"rebuild", "")); 

1.1161.12. onRunningStateChanged(boolean running)


public void onRunningStateChanged(boolean running)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRunningStateChanged", "boolean running")); 

1.1161.13. onPackageListChanged()


public void onPackageListChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageListChanged", "")); 

1.1161.14. onRebuildComplete(ArrayList apps)


public void onRebuildComplete(ArrayList apps)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRebuildComplete", "ArrayList apps")); 

1.1161.15. onPackageIconChanged()


public void onPackageIconChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageIconChanged", "")); 

1.1161.16. onPackageSizeChanged(String packageName)


public void onPackageSizeChanged(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPackageSizeChanged", "String packageName")); 

1.1161.17. onAllSizesComputed()


public void onAllSizesComputed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAllSizesComputed", "")); 

1.1161.18. onLauncherInfoChanged()


public void onLauncherInfoChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLauncherInfoChanged", "")); 

1.1161.19. onLoadEntriesCompleted()


public void onLoadEntriesCompleted()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadEntriesCompleted", "")); 

1.1161.20. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1161.21. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1161.22. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1161.23. logSpecialPermissionChange(boolean whitelisted,String packageName)


void logSpecialPermissionChange(boolean whitelisted, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "boolean whitelisted,String packageName")); 

1.1161.24. shouldAddPreference(AppEntry app)


boolean shouldAddPreference(AppEntry app)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldAddPreference", "AppEntry app")); 

1.1162. UpdatableListPreferenceDialogFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/UpdatableListPreferenceDialogFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1162.1. newInstance(String key,int metricsCategory)


public static UpdatableListPreferenceDialogFragment newInstance(String key, int metricsCategory)

methodList.add(new ZMethod(mZAndroidAPPClass,"UpdatableListPreferenceDialogFragment" ,"newInstance", "String key,int metricsCategory")); 

1.1162.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1162.3. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1162.4. onDialogClosed(boolean positiveResult)


public void onDialogClosed(boolean positiveResult)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogClosed", "boolean positiveResult")); 

1.1162.5. setAdapter(ArrayAdapter adapter)


void setAdapter(ArrayAdapter adapter)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAdapter", "ArrayAdapter adapter")); 

1.1162.6. setEntries(ArrayList entries)


void setEntries(ArrayList entries)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEntries", "ArrayList entries")); 

1.1162.7. getAdapter()


ArrayAdapter getAdapter()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayAdapter" ,"getAdapter", "")); 

1.1162.8. setMetricsCategory(Bundle bundle)


void setMetricsCategory(Bundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMetricsCategory", "Bundle bundle")); 

1.1162.9. onPrepareDialogBuilder(AlertDialog.Builder builder)


protected void onPrepareDialogBuilder(AlertDialog.Builder builder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareDialogBuilder", "AlertDialog.Builder builder")); 

1.1162.10. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1162.11. getListPreference()


private ListPreference getListPreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"ListPreference" ,"getListPreference", "")); 

1.1162.12. setPreferenceData(ListPreference preference)


private void setPreferenceData(ListPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPreferenceData", "ListPreference preference")); 

1.1162.13. onListPreferenceUpdated(ListPreference preference)


public void onListPreferenceUpdated(ListPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onListPreferenceUpdated", "ListPreference preference")); 

1.1163. UpdateTimeAndDateCallback.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/UpdateTimeAndDateCallback.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1164. UsageAccessDetails.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/UsageAccessDetails.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1164.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1164.2. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.1164.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1164.4. setHasAccess(boolean newState)


private void setHasAccess(boolean newState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setHasAccess", "boolean newState")); 

1.1164.5. logSpecialPermissionChange(boolean newState,String packageName)


void logSpecialPermissionChange(boolean newState, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "boolean newState,String packageName")); 

1.1164.6. refreshUi()


protected boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.1164.7. createDialog(int id,int errorCode)


protected AlertDialog createDialog(int id, int errorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id,int errorCode")); 

1.1164.8. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1165. UsageGraph.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/graph/UsageGraph.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1165.1. clearPaths()


void clearPaths()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearPaths", "")); 

1.1165.2. setMax(int maxX,int maxY)


void setMax(int maxX, int maxY)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMax", "int maxX,int maxY")); 

1.1165.3. setDividerLoc(int height)


void setDividerLoc(int height)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDividerLoc", "int height")); 

1.1165.4. setDividerColors(int middleColor,int topColor)


void setDividerColors(int middleColor, int topColor)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDividerColors", "int middleColor,int topColor")); 

1.1165.5. addPath(SparseIntArray points)


public void addPath(SparseIntArray points)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPath", "SparseIntArray points")); 

1.1165.6. addProjectedPath(SparseIntArray points)


public void addProjectedPath(SparseIntArray points)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addProjectedPath", "SparseIntArray points")); 

1.1165.7. addPathAndUpdate(SparseIntArray points,SparseIntArray paths,SparseIntArray localPaths)


private void addPathAndUpdate(SparseIntArray points, SparseIntArray paths, SparseIntArray localPaths)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPathAndUpdate", "SparseIntArray points,SparseIntArray paths,SparseIntArray localPaths")); 

1.1165.8. setAccentColor(int color)


void setAccentColor(int color)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAccentColor", "int color")); 

1.1165.9. onSizeChanged(int w,int h,int oldw,int oldh)


protected void onSizeChanged(int w, int h, int oldw, int oldh)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSizeChanged", "int w,int h,int oldw,int oldh")); 

1.1165.10. calculateLocalPaths()


private void calculateLocalPaths()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"calculateLocalPaths", "")); 

1.1165.11. calculateLocalPaths(SparseIntArray paths,SparseIntArray localPaths)


void calculateLocalPaths(SparseIntArray paths, SparseIntArray localPaths)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"calculateLocalPaths", "SparseIntArray paths,SparseIntArray localPaths")); 

1.1165.12. hasDiff(int x1,int x2)


private boolean hasDiff(int x1, int x2)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasDiff", "int x1,int x2")); 

1.1165.13. getX(float x)


private int getX(float x)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getX", "float x")); 

1.1165.14. getY(float y)


private int getY(float y)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getY", "float y")); 

1.1165.15. updateGradient()


private void updateGradient()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateGradient", "")); 

1.1165.16. getColor(int color,float alphaScale)


private int getColor(int color, float alphaScale)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getColor", "int color,float alphaScale")); 

1.1165.17. onDraw(Canvas canvas)


protected void onDraw(Canvas canvas)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDraw", "Canvas canvas")); 

1.1165.18. drawLinePath(Canvas canvas,SparseIntArray localPaths,Paint paint)


private void drawLinePath(Canvas canvas, SparseIntArray localPaths, Paint paint)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawLinePath", "Canvas canvas,SparseIntArray localPaths,Paint paint")); 

1.1165.19. drawFilledPath(Canvas canvas,SparseIntArray localPaths,Paint paint)


private void drawFilledPath(Canvas canvas, SparseIntArray localPaths, Paint paint)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawFilledPath", "Canvas canvas,SparseIntArray localPaths,Paint paint")); 

1.1165.20. drawDivider(int y,Canvas canvas,int tintColor)


private void drawDivider(int y, Canvas canvas, int tintColor)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"drawDivider", "int y,Canvas canvas,int tintColor")); 

1.1166. UsageStatsActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/UsageStatsActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1166.1. onCreate(Bundle icicle)


protected void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1166.2. onItemSelected(AdapterView parent,View view,int position,long id)


public void onItemSelected(AdapterView parent, View view, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onItemSelected", "AdapterView parent,View view,int position,long id")); 

1.1166.3. onNothingSelected(AdapterView parent)


public void onNothingSelected(AdapterView parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNothingSelected", "AdapterView parent")); 

1.1167. UsageView.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/graph/UsageView.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1167.1. clearPaths()


public void clearPaths()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearPaths", "")); 

1.1167.2. addPath(SparseIntArray points)


public void addPath(SparseIntArray points)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPath", "SparseIntArray points")); 

1.1167.3. addProjectedPath(SparseIntArray points)


public void addProjectedPath(SparseIntArray points)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addProjectedPath", "SparseIntArray points")); 

1.1167.4. configureGraph(int maxX,int maxY)


public void configureGraph(int maxX, int maxY)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"configureGraph", "int maxX,int maxY")); 

1.1167.5. setAccentColor(int color)


public void setAccentColor(int color)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAccentColor", "int color")); 

1.1167.6. setDividerLoc(int dividerLoc)


public void setDividerLoc(int dividerLoc)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDividerLoc", "int dividerLoc")); 

1.1167.7. setDividerColors(int middleColor,int topColor)


public void setDividerColors(int middleColor, int topColor)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDividerColors", "int middleColor,int topColor")); 

1.1167.8. setSideLabelWeights(float before,float after)


public void setSideLabelWeights(float before, float after)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSideLabelWeights", "float before,float after")); 

1.1167.9. setWeight(int id,float weight)


private void setWeight(int id, float weight)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setWeight", "int id,float weight")); 

1.1167.10. setSideLabels(CharSequence[] labels)


public void setSideLabels(CharSequence[] labels)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSideLabels", "CharSequence[] labels")); 

1.1167.11. setBottomLabels(CharSequence[] labels)


public void setBottomLabels(CharSequence[] labels)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setBottomLabels", "CharSequence[] labels")); 

1.1168. UsbAudioRoutingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/UsbAudioRoutingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1168.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1168.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1168.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1168.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1169. UsbBackend.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/UsbBackend.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1169.1. getCurrentFunctions()


public long getCurrentFunctions()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getCurrentFunctions", "")); 

1.1169.2. setCurrentFunctions(long functions)


public void setCurrentFunctions(long functions)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCurrentFunctions", "long functions")); 

1.1169.3. getDefaultUsbFunctions()


public long getDefaultUsbFunctions()

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getDefaultUsbFunctions", "")); 

1.1169.4. setDefaultUsbFunctions(long functions)


public void setDefaultUsbFunctions(long functions)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDefaultUsbFunctions", "long functions")); 

1.1169.5. areFunctionsSupported(long functions)


public boolean areFunctionsSupported(long functions)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"areFunctionsSupported", "long functions")); 

1.1169.6. getPowerRole()


public int getPowerRole()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPowerRole", "")); 

1.1169.7. getDataRole()


public int getDataRole()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDataRole", "")); 

1.1169.8. setPowerRole(int role)


public void setPowerRole(int role)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPowerRole", "int role")); 

1.1169.9. setDataRole(int role)


public void setDataRole(int role)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDataRole", "int role")); 

1.1169.10. areAllRolesSupported()


public boolean areAllRolesSupported()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"areAllRolesSupported", "")); 

1.1169.11. usbFunctionsToString(long functions)


public static String usbFunctionsToString(long functions)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"usbFunctionsToString", "long functions")); 

1.1169.12. usbFunctionsFromString(String functions)


public static long usbFunctionsFromString(String functions)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"usbFunctionsFromString", "String functions")); 

1.1169.13. dataRoleToString(int role)


public static String dataRoleToString(int role)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"dataRoleToString", "int role")); 

1.1169.14. dataRoleFromString(String role)


public static int dataRoleFromString(String role)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"dataRoleFromString", "String role")); 

1.1169.15. isUsbFileTransferRestricted(UserManager userManager)


private static boolean isUsbFileTransferRestricted(UserManager userManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUsbFileTransferRestricted", "UserManager userManager")); 

1.1169.16. isUsbTetheringRestricted(UserManager userManager)


private static boolean isUsbTetheringRestricted(UserManager userManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUsbTetheringRestricted", "UserManager userManager")); 

1.1169.17. isUsbFileTransferRestrictedBySystem(UserManager userManager)


private static boolean isUsbFileTransferRestrictedBySystem(UserManager userManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUsbFileTransferRestrictedBySystem", "UserManager userManager")); 

1.1169.18. isUsbTetheringRestrictedBySystem(UserManager userManager)


private static boolean isUsbTetheringRestrictedBySystem(UserManager userManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isUsbTetheringRestrictedBySystem", "UserManager userManager")); 

1.1169.19. areFunctionDisallowed(long functions)


private boolean areFunctionDisallowed(long functions)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"areFunctionDisallowed", "long functions")); 

1.1169.20. areFunctionsDisallowedBySystem(long functions)


private boolean areFunctionsDisallowedBySystem(long functions)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"areFunctionsDisallowedBySystem", "long functions")); 

1.1169.21. updatePorts()


private void updatePorts()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePorts", "")); 

1.1170. UsbConnectionBroadcastReceiver.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/UsbConnectionBroadcastReceiver.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1170.1. onReceive(Context context,Intent intent)


public void onReceive(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onReceive", "Context context,Intent intent")); 

1.1170.2. register()


public void register()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"register", "")); 

1.1170.3. unregister()


public void unregister()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregister", "")); 

1.1170.4. isConnected()


public boolean isConnected()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isConnected", "")); 

1.1170.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1170.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1171. UsbDefaultFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/UsbDefaultFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1171.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.1171.2. onCreatePreferences(Bundle savedInstanceState,String rootKey)


public void onCreatePreferences(Bundle savedInstanceState, String rootKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreatePreferences", "Bundle savedInstanceState,String rootKey")); 

1.1171.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1171.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1171.5. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.1171.6. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.1171.7. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.1172. UsbDetailsController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/UsbDetailsController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1172.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1172.2. refresh(boolean connected,long functions,int powerRole,int dataRole)


protected abstract void refresh(boolean connected, long functions, int powerRole, int dataRole)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "boolean connected,long functions,int powerRole,int dataRole")); 

1.1173. UsbDetailsDataRoleController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/UsbDetailsDataRoleController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1173.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1173.2. refresh(boolean connected,long functions,int powerRole,int dataRole)


protected void refresh(boolean connected, long functions, int powerRole, int dataRole)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "boolean connected,long functions,int powerRole,int dataRole")); 

1.1173.3. onRadioButtonClicked(RadioButtonPreference preference)


public void onRadioButtonClicked(RadioButtonPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRadioButtonClicked", "RadioButtonPreference preference")); 

1.1173.4. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1173.5. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1173.6. makeRadioPreference(String key,int titleId)


private RadioButtonPreference makeRadioPreference(String key, int titleId)

methodList.add(new ZMethod(mZAndroidAPPClass,"RadioButtonPreference" ,"makeRadioPreference", "String key,int titleId")); 

1.1174. UsbDetailsFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/UsbDetailsFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1174.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1174.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1174.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1174.4. onCreatePreferences(Bundle savedInstanceState,String rootKey)


public void onCreatePreferences(Bundle savedInstanceState, String rootKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreatePreferences", "Bundle savedInstanceState,String rootKey")); 

1.1174.5. isConnected()


public boolean isConnected()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isConnected", "")); 

1.1174.6. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1174.7. createControllerList(Context context,UsbBackend usbBackend,UsbDetailsFragment fragment)


private static List createControllerList(Context context, UsbBackend usbBackend, UsbDetailsFragment fragment)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createControllerList", "Context context,UsbBackend usbBackend,UsbDetailsFragment fragment")); 

1.1175. UsbDetailsFunctionsController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/UsbDetailsFunctionsController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1175.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1175.2. getProfilePreference(String key,int titleId)


private RadioButtonPreference getProfilePreference(String key, int titleId)

methodList.add(new ZMethod(mZAndroidAPPClass,"RadioButtonPreference" ,"getProfilePreference", "String key,int titleId")); 

1.1175.3. refresh(boolean connected,long functions,int powerRole,int dataRole)


protected void refresh(boolean connected, long functions, int powerRole, int dataRole)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "boolean connected,long functions,int powerRole,int dataRole")); 

1.1175.4. onRadioButtonClicked(RadioButtonPreference preference)


public void onRadioButtonClicked(RadioButtonPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRadioButtonClicked", "RadioButtonPreference preference")); 

1.1175.5. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1175.6. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1176. UsbDetailsHeaderController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/UsbDetailsHeaderController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1176.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1176.2. refresh(boolean connected,long functions,int powerRole,int dataRole)


protected void refresh(boolean connected, long functions, int powerRole, int dataRole)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "boolean connected,long functions,int powerRole,int dataRole")); 

1.1176.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1177. UsbDetailsPowerRoleController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/UsbDetailsPowerRoleController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1177.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1177.2. refresh(boolean connected,long functions,int powerRole,int dataRole)


protected void refresh(boolean connected, long functions, int powerRole, int dataRole)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refresh", "boolean connected,long functions,int powerRole,int dataRole")); 

1.1177.3. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.1177.4. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1177.5. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1178. UseOpenWifiPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/UseOpenWifiPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1178.1. updateEnableUseWifiComponentName()


private void updateEnableUseWifiComponentName()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEnableUseWifiComponentName", "")); 

1.1178.2. checkForFeatureSupportedScorers()


private void checkForFeatureSupportedScorers()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"checkForFeatureSupportedScorers", "")); 

1.1178.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1178.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1178.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1178.6. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1178.7. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1178.8. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1178.9. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1178.10. isSettingEnabled()


private boolean isSettingEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSettingEnabled", "")); 

1.1178.11. onActivityResult(int requestCode,int resultCode)


public boolean onActivityResult(int requestCode, int resultCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onActivityResult", "int requestCode,int resultCode")); 

1.1179. UserAppInfo.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/UserAppInfo.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1179.1. equals(Object other)


public boolean equals(Object other)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"equals", "Object other")); 

1.1179.2. hashCode()


public int hashCode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"hashCode", "")); 

1.1180. UserCapabilities.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/UserCapabilities.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1180.1. create(Context context)


public static UserCapabilities create(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"UserCapabilities" ,"create", "Context context")); 

1.1180.2. updateAddUserCapabilities(Context context)


public void updateAddUserCapabilities(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAddUserCapabilities", "Context context")); 

1.1180.3. isAdmin()


public boolean isAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAdmin", "")); 

1.1180.4. disallowAddUser()


public boolean disallowAddUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"disallowAddUser", "")); 

1.1180.5. disallowAddUserSetByAdmin()


public boolean disallowAddUserSetByAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"disallowAddUserSetByAdmin", "")); 

1.1180.6. getEnforcedAdmin()


public RestrictedLockUtils.EnforcedAdmin getEnforcedAdmin()

methodList.add(new ZMethod(mZAndroidAPPClass,"RestrictedLockUtils.EnforcedAdmin" ,"getEnforcedAdmin", "")); 

1.1180.7. toString()


public String toString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"toString", "")); 

1.1181. UserCredentialsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/UserCredentialsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1181.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1182. UserCredentialsSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1182.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1182.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1182.3. onClick(final View view)


public void onClick(final View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "final View view")); 

1.1182.4. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.1182.5. announceRemoval(String alias)


protected void announceRemoval(String alias)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"announceRemoval", "String alias")); 

1.1182.6. refreshItems()


protected void refreshItems()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshItems", "")); 

1.1182.7. getCredentialView(Credential item,@LayoutRes int layoutResource,@Nullable View view,ViewGroup parent,boolean expanded)


protected static View getCredentialView(Credential item, @LayoutRes int layoutResource, @Nullable View view, ViewGroup parent, boolean expanded)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"getCredentialView", "Credential item,@LayoutRes int layoutResource,@Nullable View view,ViewGroup parent,boolean expanded")); 

1.1183. UserDetailsSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/UserDetailsSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1183.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1183.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1183.3. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.1183.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1183.5. enableCallsAndSms(boolean enabled)


void enableCallsAndSms(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableCallsAndSms", "boolean enabled")); 

1.1183.6. onCreateDialog(int dialogId)


public Dialog onCreateDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int dialogId")); 

1.1183.7. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.1183.8. removeUser()


void removeUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeUser", "")); 

1.1184. UserDialogs.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/UserDialogs.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1184.1. createRemoveDialog(Context context,int removingUserId,DialogInterface.OnClickListener onConfirmListener)


public static Dialog createRemoveDialog(Context context, int removingUserId, DialogInterface.OnClickListener onConfirmListener)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"createRemoveDialog", "Context context,int removingUserId,DialogInterface.OnClickListener onConfirmListener")); 

1.1184.2. createRemoveManagedUserDialogView(Context context,int userId)


private static View createRemoveManagedUserDialogView(Context context, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"createRemoveManagedUserDialogView", "Context context,int userId")); 

1.1184.3. createEnablePhoneCallsAndSmsDialog(Context context,DialogInterface.OnClickListener onConfirmListener)


public static Dialog createEnablePhoneCallsAndSmsDialog(Context context, DialogInterface.OnClickListener onConfirmListener)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"createEnablePhoneCallsAndSmsDialog", "Context context,DialogInterface.OnClickListener onConfirmListener")); 

1.1184.4. createEnablePhoneCallsDialog(Context context,DialogInterface.OnClickListener onConfirmListener)


public static Dialog createEnablePhoneCallsDialog(Context context, DialogInterface.OnClickListener onConfirmListener)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"createEnablePhoneCallsDialog", "Context context,DialogInterface.OnClickListener onConfirmListener")); 

1.1185. UserDictionaryAddWordActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1185.1. onCreate(final Bundle savedInstanceState)


public void onCreate(final Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "final Bundle savedInstanceState")); 

1.1185.2. onSaveInstanceState(final Bundle outState)


public void onSaveInstanceState(final Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "final Bundle outState")); 

1.1185.3. reportBackToCaller(final int resultCode,final Bundle result)


private void reportBackToCaller(final int resultCode, final Bundle result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reportBackToCaller", "final int resultCode,final Bundle result")); 

1.1185.4. onClickCancel(final View v)


public void onClickCancel(final View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClickCancel", "final View v")); 

1.1185.5. onClickConfirm(final View v)


public void onClickConfirm(final View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClickConfirm", "final View v")); 

1.1186. UserDictionaryAddWordContents.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordContents.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1186.1. updateLocale(final String locale)


void updateLocale(final String locale)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateLocale", "final String locale")); 

1.1186.2. saveStateIntoBundle(final Bundle outState)


void saveStateIntoBundle(final Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveStateIntoBundle", "final Bundle outState")); 

1.1186.3. delete(final Context context)


void delete(final Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"delete", "final Context context")); 

1.1186.4. apply(final Context context,final Bundle outParameters)


int apply(final Context context, final Bundle outParameters)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"apply", "final Context context,final Bundle outParameters")); 

1.1186.5. hasWord(final String word,final Context context)


private boolean hasWord(final String word, final Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasWord", "final String word,final Context context")); 

1.1186.6. addLocaleDisplayNameToList(final Context context,final ArrayList list,final String locale)


private static void addLocaleDisplayNameToList(final Context context, final ArrayList list, final String locale)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addLocaleDisplayNameToList", "final Context context,final ArrayList list,final String locale")); 

1.1186.7. getLocalesList(final Activity activity)


public ArrayList getLocalesList(final Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"ArrayList" ,"getLocalesList", "final Activity activity")); 

1.1186.8. getCurrentUserDictionaryLocale()


public String getCurrentUserDictionaryLocale()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getCurrentUserDictionaryLocale", "")); 

1.1187. UserDictionaryAddWordFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1187.1. onActivityCreated(final Bundle savedInstanceState)


public void onActivityCreated(final Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "final Bundle savedInstanceState")); 

1.1187.2. onCreateView(final LayoutInflater inflater,final ViewGroup container,final Bundle savedState)


public View onCreateView(final LayoutInflater inflater, final ViewGroup container, final Bundle savedState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "final LayoutInflater inflater,final ViewGroup container,final Bundle savedState")); 

1.1187.3. onCreateOptionsMenu(final Menu menu,final MenuInflater inflater)


public void onCreateOptionsMenu(final Menu menu, final MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "final Menu menu,final MenuInflater inflater")); 

1.1187.4. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.1187.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1187.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1187.7. updateSpinner()


private void updateSpinner()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSpinner", "")); 

1.1187.8. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1188. UserDictionaryCursorLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryCursorLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1188.1. loadInBackground()


public Cursor loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"Cursor" ,"loadInBackground", "")); 

1.1189. UserDictionaryList.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryList.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1189.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1189.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1189.3. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.1189.4. getUserDictionaryLocalesSet(Context context)


public static TreeSet getUserDictionaryLocalesSet(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"TreeSet" ,"getUserDictionaryLocalesSet", "Context context")); 

1.1189.5. createUserDictSettings(PreferenceGroup userDictGroup)


protected void createUserDictSettings(PreferenceGroup userDictGroup)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createUserDictSettings", "PreferenceGroup userDictGroup")); 

1.1189.6. createUserDictionaryPreference(String locale,Activity activity)


protected Preference createUserDictionaryPreference(String locale, Activity activity)

methodList.add(new ZMethod(mZAndroidAPPClass,"Preference" ,"createUserDictionaryPreference", "String locale,Activity activity")); 

1.1189.7. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1190. UserDictionaryPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/language/UserDictionaryPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1190.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1190.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1190.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1190.4. getDictionaryLocales()


protected TreeSet getDictionaryLocales()

methodList.add(new ZMethod(mZAndroidAPPClass,"TreeSet" ,"getDictionaryLocales", "")); 

1.1191. UserDictionarySettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionarySettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1191.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1191.2. onCreate(@Nullable Bundle savedInstanceState)


public void onCreate(@Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "@Nullable Bundle savedInstanceState")); 

1.1191.3. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.1191.4. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.1191.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1191.6. createAdapter()


private ListAdapter createAdapter()

methodList.add(new ZMethod(mZAndroidAPPClass,"ListAdapter" ,"createAdapter", "")); 

1.1191.7. onListItemClick(ListView l,View v,int position,long id)


public void onListItemClick(ListView l, View v, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onListItemClick", "ListView l,View v,int position,long id")); 

1.1191.8. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.1191.9. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.1191.10. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1191.11. showAddOrEditDialog(final String editingWord,final String editingShortcut)


private void showAddOrEditDialog(final String editingWord, final String editingShortcut)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showAddOrEditDialog", "final String editingWord,final String editingShortcut")); 

1.1191.12. getWord(final int position)


private String getWord(final int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getWord", "final int position")); 

1.1191.13. getShortcut(final int position)


private String getShortcut(final int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getShortcut", "final int position")); 

1.1191.14. deleteWord(final String word,final String shortcut,final ContentResolver resolver)


public static void deleteWord(final String word, final String shortcut, final ContentResolver resolver)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"deleteWord", "final String word,final String shortcut,final ContentResolver resolver")); 

1.1191.15. onCreateLoader(int id,Bundle args)


public Loader onCreateLoader(int id, Bundle args)

methodList.add(new ZMethod(mZAndroidAPPClass,"Loader" ,"onCreateLoader", "int id,Bundle args")); 

1.1191.16. onLoadFinished(Loader loader,Cursor data)


public void onLoadFinished(Loader loader, Cursor data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoadFinished", "Loader loader,Cursor data")); 

1.1191.17. onLoaderReset(Loader loader)


public void onLoaderReset(Loader loader)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLoaderReset", "Loader loader")); 

1.1192. UserDictionarySettingsUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionarySettingsUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1192.1. getLocaleDisplayName(Context context,String localeStr)


public static String getLocaleDisplayName(Context context, String localeStr)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLocaleDisplayName", "Context context,String localeStr")); 

1.1193. UserFeatureProvider.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/UserFeatureProvider.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1194. UserFeatureProviderImpl.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/UserFeatureProviderImpl.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1194.1. getUserProfiles()


public List getUserProfiles()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getUserProfiles", "")); 

1.1195. UserIconLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/UserIconLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1195.1. loadInBackground()


public SparseArray loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseArray" ,"loadInBackground", "")); 

1.1195.2. onDiscardResult(SparseArray result)


protected void onDiscardResult(SparseArray result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDiscardResult", "SparseArray result")); 

1.1195.3. loadUserIconsWithContext(Context context)


public static SparseArray loadUserIconsWithContext(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"SparseArray" ,"loadUserIconsWithContext", "Context context")); 

1.1196. UserPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/UserPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1196.1. dimIcon(boolean dimmed)


private void dimIcon(boolean dimmed)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dimIcon", "boolean dimmed")); 

1.1196.2. shouldHideSecondTarget()


protected boolean shouldHideSecondTarget()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldHideSecondTarget", "")); 

1.1196.3. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1196.4. canDeleteUser()


private boolean canDeleteUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canDeleteUser", "")); 

1.1196.5. getSerialNumber()


private int getSerialNumber()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSerialNumber", "")); 

1.1196.6. getUserId()


public int getUserId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserId", "")); 

1.1197. UserProfileController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/UserProfileController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1197.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1197.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1197.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1197.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1197.5. handleResult(SparseArray stats)


public void handleResult(SparseArray stats)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleResult", "SparseArray stats")); 

1.1197.6. setSize(long size,long totalSize)


public void setSize(long size, long totalSize)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSize", "long size,long totalSize")); 

1.1197.7. setTotalSize(long totalSize)


public void setTotalSize(long totalSize)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setTotalSize", "long totalSize")); 

1.1197.8. handleUserIcons(SparseArray fetchedIcons)


public void handleUserIcons(SparseArray fetchedIcons)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleUserIcons", "SparseArray fetchedIcons")); 

1.1197.9. applyTint(Context context,Drawable icon)


private static Drawable applyTint(Context context, Drawable icon)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"applyTint", "Context context,Drawable icon")); 

1.1198. UserSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/users/UserSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1198.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1198.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1198.3. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1198.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1198.5. onDestroy()


public void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.1198.6. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1198.7. startActivityForResult(Intent intent,int requestCode)


public void startActivityForResult(Intent intent, int requestCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startActivityForResult", "Intent intent,int requestCode")); 

1.1198.8. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.1198.9. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.1198.10. loadProfile()


private void loadProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadProfile", "")); 

1.1198.11. finishLoadProfile(String profileName)


private void finishLoadProfile(String profileName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"finishLoadProfile", "String profileName")); 

1.1198.12. hasLockscreenSecurity()


private boolean hasLockscreenSecurity()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasLockscreenSecurity", "")); 

1.1198.13. launchChooseLockscreen()


private void launchChooseLockscreen()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchChooseLockscreen", "")); 

1.1198.14. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1198.15. onAddUserClicked(int userType)


private void onAddUserClicked(int userType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAddUserClicked", "int userType")); 

1.1198.16. onRemoveUserClicked(int userId)


private void onRemoveUserClicked(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRemoveUserClicked", "int userId")); 

1.1198.17. createRestrictedProfile()


private UserInfo createRestrictedProfile()

methodList.add(new ZMethod(mZAndroidAPPClass,"UserInfo" ,"createRestrictedProfile", "")); 

1.1198.18. createTrustedUser()


private UserInfo createTrustedUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"UserInfo" ,"createTrustedUser", "")); 

1.1198.19. onManageUserClicked(int userId,boolean newUser)


private void onManageUserClicked(int userId, boolean newUser)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onManageUserClicked", "int userId,boolean newUser")); 

1.1198.20. onUserCreated(int userId)


private void onUserCreated(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onUserCreated", "int userId")); 

1.1198.21. onDialogShowing()


public void onDialogShowing()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDialogShowing", "")); 

1.1198.22. onCreateDialog(int dialogId)


public Dialog onCreateDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int dialogId")); 

1.1198.23. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.1198.24. removeUserNow()


private void removeUserNow()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeUserNow", "")); 

1.1198.25. removeThisUser()


private void removeThisUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeThisUser", "")); 

1.1198.26. addUserNow(final int userType)


private void addUserNow(final int userType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addUserNow", "final int userType")); 

1.1198.27. switchUserNow(int userId)


private void switchUserNow(int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"switchUserNow", "int userId")); 

1.1198.28. exitGuest()


private void exitGuest()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"exitGuest", "")); 

1.1198.29. updateUserList()


private void updateUserList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUserList", "")); 

1.1198.30. getMaxRealUsers()


private int getMaxRealUsers()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMaxRealUsers", "")); 

1.1198.31. loadIconsAsync(List missingIcons)


private void loadIconsAsync(List missingIcons)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadIconsAsync", "List missingIcons")); 

1.1198.32. getEncircledDefaultIcon()


private Drawable getEncircledDefaultIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getEncircledDefaultIcon", "")); 

1.1198.33. setPhotoId(Preference pref,UserInfo user)


private void setPhotoId(Preference pref, UserInfo user)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPhotoId", "Preference pref,UserInfo user")); 

1.1198.34. onPreferenceClick(Preference pref)


public boolean onPreferenceClick(Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference pref")); 

1.1198.35. isInitialized(UserInfo user)


private boolean isInitialized(UserInfo user)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isInitialized", "UserInfo user")); 

1.1198.36. encircle(Bitmap icon)


private Drawable encircle(Bitmap icon)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"encircle", "Bitmap icon")); 

1.1198.37. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.1198.38. onDismiss(DialogInterface dialog)


public void onDismiss(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialog")); 

1.1198.39. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1198.40. onPhotoChanged(Drawable photo)


public void onPhotoChanged(Drawable photo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPhotoChanged", "Drawable photo")); 

1.1198.41. onLabelChanged(CharSequence label)


public void onLabelChanged(CharSequence label)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLabelChanged", "CharSequence label")); 

1.1198.42. getDefaultUserIconAsBitmap(Resources resources,int userId)


private static Bitmap getDefaultUserIconAsBitmap(Resources resources, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Bitmap" ,"getDefaultUserIconAsBitmap", "Resources resources,int userId")); 

1.1198.43. assignDefaultPhoto(Context context,int userId)


static boolean assignDefaultPhoto(Context context, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"assignDefaultPhoto", "Context context,int userId")); 

1.1198.44. copyMeProfilePhoto(Context context,UserInfo user)


static void copyMeProfilePhoto(Context context, UserInfo user)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"copyMeProfilePhoto", "Context context,UserInfo user")); 

1.1199. Utf8ByteLengthFilter.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/Utf8ByteLengthFilter.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1199.1. filter(CharSequence source,int start,int end,Spanned dest,int dstart,int dend)


public CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"filter", "CharSequence source,int start,int end,Spanned dest,int dstart,int dend")); 

1.1200. Utils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/bluetooth/Utils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1200.1. getConnectionStateSummary(int connectionState)


public static int getConnectionStateSummary(int connectionState)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getConnectionStateSummary", "int connectionState")); 

1.1200.2. showDisconnectDialog(Context context,AlertDialog dialog,DialogInterface.OnClickListener disconnectListener,CharSequence title,CharSequence message)


static AlertDialog showDisconnectDialog(Context context, AlertDialog dialog, DialogInterface.OnClickListener disconnectListener, CharSequence title, CharSequence message)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"showDisconnectDialog", "Context context,AlertDialog dialog,DialogInterface.OnClickListener disconnectListener,CharSequence title,CharSequence message")); 

1.1200.3. showConnectingError(Context context,String name)


static void showConnectingError(Context context, String name)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showConnectingError", "Context context,String name")); 

1.1200.4. showConnectingError(Context context,String name,LocalBluetoothManager manager)


static void showConnectingError(Context context, String name, LocalBluetoothManager manager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showConnectingError", "Context context,String name,LocalBluetoothManager manager")); 

1.1200.5. showError(Context context,String name,int messageResId)


static void showError(Context context, String name, int messageResId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showError", "Context context,String name,int messageResId")); 

1.1200.6. showError(Context context,String name,int messageResId,LocalBluetoothManager manager)


private static void showError(Context context, String name, int messageResId, LocalBluetoothManager manager)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showError", "Context context,String name,int messageResId,LocalBluetoothManager manager")); 

1.1200.7. getLocalBtManager(Context context)


public static LocalBluetoothManager getLocalBtManager(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"LocalBluetoothManager" ,"getLocalBtManager", "Context context")); 

1.1200.8. createRemoteName(Context context,BluetoothDevice device)


public static String createRemoteName(Context context, BluetoothDevice device)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"createRemoteName", "Context context,BluetoothDevice device")); 

1.1200.9. isBluetoothScanningEnabled(Context context)


public static boolean isBluetoothScanningEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBluetoothScanningEnabled", "Context context")); 

1.1201. Utils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/Utils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1201.1. updatePreferenceToSpecificActivityOrRemove(Context context,PreferenceGroup parentPreferenceGroup,String preferenceKey,int flags)


public static boolean updatePreferenceToSpecificActivityOrRemove(Context context, PreferenceGroup parentPreferenceGroup, String preferenceKey, int flags)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"updatePreferenceToSpecificActivityOrRemove", "Context context,PreferenceGroup parentPreferenceGroup,String preferenceKey,int flags")); 

1.1201.2. getUserManager(Context context)


public static UserManager getUserManager(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"UserManager" ,"getUserManager", "Context context")); 

1.1201.3. isMonkeyRunning()


public static boolean isMonkeyRunning()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isMonkeyRunning", "")); 

1.1201.4. isVoiceCapable(Context context)


public static boolean isVoiceCapable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVoiceCapable", "Context context")); 

1.1201.5. getWifiIpAddresses(Context context)


public static String getWifiIpAddresses(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getWifiIpAddresses", "Context context")); 

1.1201.6. formatIpAddresses(LinkProperties prop)


private static String formatIpAddresses(LinkProperties prop)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"formatIpAddresses", "LinkProperties prop")); 

1.1201.7. createLocaleFromString(String localeStr)


public static Locale createLocaleFromString(String localeStr)

methodList.add(new ZMethod(mZAndroidAPPClass,"Locale" ,"createLocaleFromString", "String localeStr")); 

1.1201.8. isBatteryPresent(Intent batteryChangedIntent)


public static boolean isBatteryPresent(Intent batteryChangedIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBatteryPresent", "Intent batteryChangedIntent")); 

1.1201.9. getBatteryPercentage(Intent batteryChangedIntent)


public static String getBatteryPercentage(Intent batteryChangedIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getBatteryPercentage", "Intent batteryChangedIntent")); 

1.1201.10. prepareCustomPreferencesList(ViewGroup parent,View child,View list,boolean ignoreSidePadding)


public static void prepareCustomPreferencesList(ViewGroup parent, View child, View list, boolean ignoreSidePadding)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"prepareCustomPreferencesList", "ViewGroup parent,View child,View list,boolean ignoreSidePadding")); 

1.1201.11. forceCustomPadding(View view,boolean additive)


public static void forceCustomPadding(View view, boolean additive)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"forceCustomPadding", "View view,boolean additive")); 

1.1201.12. getMeProfileName(Context context,boolean full)


public static String getMeProfileName(Context context, boolean full)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getMeProfileName", "Context context,boolean full")); 

1.1201.13. getShorterNameIfPossible(Context context)


private static String getShorterNameIfPossible(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getShorterNameIfPossible", "Context context")); 

1.1201.14. getLocalProfileGivenName(Context context)


private static String getLocalProfileGivenName(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLocalProfileGivenName", "Context context")); 

1.1201.15. getProfileDisplayName(Context context)


private static final String getProfileDisplayName(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getProfileDisplayName", "Context context")); 

1.1201.16. hasMultipleUsers(Context context)


public static boolean hasMultipleUsers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasMultipleUsers", "Context context")); 

1.1201.17. getManagedProfile(UserManager userManager)


public static UserHandle getManagedProfile(UserManager userManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"UserHandle" ,"getManagedProfile", "UserManager userManager")); 

1.1201.18. getManagedProfileWithDisabled(UserManager userManager)


public static UserHandle getManagedProfileWithDisabled(UserManager userManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"UserHandle" ,"getManagedProfileWithDisabled", "UserManager userManager")); 

1.1201.19. getManagedProfileId(UserManager um,int parentUserId)


public static int getManagedProfileId(UserManager um, int parentUserId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getManagedProfileId", "UserManager um,int parentUserId")); 

1.1201.20. getSecureTargetUser(IBinder activityToken,UserManager um,@Nullable Bundle arguments,@Nullable Bundle intentExtras)


public static UserHandle getSecureTargetUser(IBinder activityToken, UserManager um, @Nullable Bundle arguments, @Nullable Bundle intentExtras)

methodList.add(new ZMethod(mZAndroidAPPClass,"UserHandle" ,"getSecureTargetUser", "IBinder activityToken,UserManager um,@Nullable Bundle arguments,@Nullable Bundle intentExtras")); 

1.1201.21. getUserHandleFromBundle(Bundle bundle)


private static UserHandle getUserHandleFromBundle(Bundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"UserHandle" ,"getUserHandleFromBundle", "Bundle bundle")); 

1.1201.22. isProfileOf(UserManager um,UserHandle otherUser)


private static boolean isProfileOf(UserManager um, UserHandle otherUser)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isProfileOf", "UserManager um,UserHandle otherUser")); 

1.1201.23. showSimCardTile(Context context)


public static boolean showSimCardTile(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"showSimCardTile", "Context context")); 

1.1201.24. getExistingUser(UserManager userManager,UserHandle checkUser)


public static UserInfo getExistingUser(UserManager userManager, UserHandle checkUser)

methodList.add(new ZMethod(mZAndroidAPPClass,"UserInfo" ,"getExistingUser", "UserManager userManager,UserHandle checkUser")); 

1.1201.25. inflateCategoryHeader(LayoutInflater inflater,ViewGroup parent)


public static View inflateCategoryHeader(LayoutInflater inflater, ViewGroup parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"inflateCategoryHeader", "LayoutInflater inflater,ViewGroup parent")); 

1.1201.26. getHandledDomains(PackageManager pm,String packageName)


public static ArraySet getHandledDomains(PackageManager pm, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"ArraySet" ,"getHandledDomains", "PackageManager pm,String packageName")); 

1.1201.27. getAdminApplicationInfo(Context context,int profileId)


public static ApplicationInfo getAdminApplicationInfo(Context context, int profileId)

methodList.add(new ZMethod(mZAndroidAPPClass,"ApplicationInfo" ,"getAdminApplicationInfo", "Context context,int profileId")); 

1.1201.28. isBandwidthControlEnabled()


public static boolean isBandwidthControlEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isBandwidthControlEnabled", "")); 

1.1201.29. createAccessibleSequence(CharSequence displayText,String accessibileText)


public static SpannableString createAccessibleSequence(CharSequence displayText, String accessibileText)

methodList.add(new ZMethod(mZAndroidAPPClass,"SpannableString" ,"createAccessibleSequence", "CharSequence displayText,String accessibileText")); 

1.1201.30. getUserIdFromBundle(Context context,Bundle bundle)


public static int getUserIdFromBundle(Context context, Bundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserIdFromBundle", "Context context,Bundle bundle")); 

1.1201.31. getUserIdFromBundle(Context context,Bundle bundle,boolean isInternal)


public static int getUserIdFromBundle(Context context, Bundle bundle, boolean isInternal)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getUserIdFromBundle", "Context context,Bundle bundle,boolean isInternal")); 

1.1201.32. enforceSystemUser(Context context,int userId)


public static int enforceSystemUser(Context context, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"enforceSystemUser", "Context context,int userId")); 

1.1201.33. enforceSameOwner(Context context,int userId)


public static int enforceSameOwner(Context context, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"enforceSameOwner", "Context context,int userId")); 

1.1201.34. getCredentialOwnerUserId(Context context)


public static int getCredentialOwnerUserId(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCredentialOwnerUserId", "Context context")); 

1.1201.35. getCredentialOwnerUserId(Context context,int userId)


public static int getCredentialOwnerUserId(Context context, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getCredentialOwnerUserId", "Context context,int userId")); 

1.1201.36. formatDateRange(Context context,long start,long end)


public static String formatDateRange(Context context, long start, long end)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"formatDateRange", "Context context,long start,long end")); 

1.1201.37. isDeviceProvisioned(Context context)


public static boolean isDeviceProvisioned(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDeviceProvisioned", "Context context")); 

1.1201.38. startQuietModeDialogIfNecessary(Context context,UserManager um,int userId)


public static boolean startQuietModeDialogIfNecessary(Context context, UserManager um, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"startQuietModeDialogIfNecessary", "Context context,UserManager um,int userId")); 

1.1201.39. unlockWorkProfileIfNecessary(Context context,int userId)


public static boolean unlockWorkProfileIfNecessary(Context context, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"unlockWorkProfileIfNecessary", "Context context,int userId")); 

1.1201.40. confirmWorkProfileCredentials(Context context,int userId)


private static boolean confirmWorkProfileCredentials(Context context, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"confirmWorkProfileCredentials", "Context context,int userId")); 

1.1201.41. getApplicationLabel(Context context,String packageName)


public static CharSequence getApplicationLabel(Context context, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getApplicationLabel", "Context context,String packageName")); 

1.1201.42. isPackageDirectBootAware(Context context,String packageName)


public static boolean isPackageDirectBootAware(Context context, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPackageDirectBootAware", "Context context,String packageName")); 

1.1201.43. createPackageContextAsUser(Context context,int userId)


public static Context createPackageContextAsUser(Context context, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Context" ,"createPackageContextAsUser", "Context context,int userId")); 

1.1201.44. getFingerprintManagerOrNull(Context context)


public static FingerprintManager getFingerprintManagerOrNull(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"FingerprintManager" ,"getFingerprintManagerOrNull", "Context context")); 

1.1201.45. hasFingerprintHardware(Context context)


public static boolean hasFingerprintHardware(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasFingerprintHardware", "Context context")); 

1.1201.46. launchIntent(Fragment fragment,Intent intent)


public static void launchIntent(Fragment fragment, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchIntent", "Fragment fragment,Intent intent")); 

1.1201.47. isDemoUser(Context context)


public static boolean isDemoUser(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDemoUser", "Context context")); 

1.1201.48. getDeviceOwnerComponent(Context context)


public static ComponentName getDeviceOwnerComponent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"ComponentName" ,"getDeviceOwnerComponent", "Context context")); 

1.1201.49. isProfileOf(UserInfo user,UserInfo profile)


public static boolean isProfileOf(UserInfo user, UserInfo profile)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isProfileOf", "UserInfo user,UserInfo profile")); 

1.1201.50. maybeInitializeVolume(StorageManager sm,Bundle bundle)


public static VolumeInfo maybeInitializeVolume(StorageManager sm, Bundle bundle)

methodList.add(new ZMethod(mZAndroidAPPClass,"VolumeInfo" ,"maybeInitializeVolume", "StorageManager sm,Bundle bundle")); 

1.1201.51. isProfileOrDeviceOwner(UserManager userManager,DevicePolicyManager devicePolicyManager,String packageName)


public static boolean isProfileOrDeviceOwner(UserManager userManager, DevicePolicyManager devicePolicyManager, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isProfileOrDeviceOwner", "UserManager userManager,DevicePolicyManager devicePolicyManager,String packageName")); 

1.1201.52. getInstallationStatus(ApplicationInfo info)


public static int getInstallationStatus(ApplicationInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getInstallationStatus", "ApplicationInfo info")); 

1.1201.53. isVolumeValid(VolumeInfo volume)


private static boolean isVolumeValid(VolumeInfo volume)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVolumeValid", "VolumeInfo volume")); 

1.1201.54. setEditTextCursorPosition(EditText editText)


public static void setEditTextCursorPosition(EditText editText)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEditTextCursorPosition", "EditText editText")); 

1.1201.55. setSafeIcon(Preference pref,Drawable icon)


public static void setSafeIcon(Preference pref, Drawable icon)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSafeIcon", "Preference pref,Drawable icon")); 

1.1201.56. getSafeDrawable(Drawable original,int maxWidth,int maxHeight)


public static Drawable getSafeDrawable(Drawable original, int maxWidth, int maxHeight)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getSafeDrawable", "Drawable original,int maxWidth,int maxHeight")); 

1.1201.57. getBadgedIcon(IconDrawableFactory iconDrawableFactory,PackageManager packageManager,String packageName,int userId)


public static Drawable getBadgedIcon(IconDrawableFactory iconDrawableFactory, PackageManager packageManager, String packageName, int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getBadgedIcon", "IconDrawableFactory iconDrawableFactory,PackageManager packageManager,String packageName,int userId")); 

1.1202. ValidatedEditTextPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/ValidatedEditTextPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1202.1. onBindDialogView(View view)


protected void onBindDialogView(View view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindDialogView", "View view")); 

1.1202.2. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.1202.3. setIsPassword(boolean isPassword)


public void setIsPassword(boolean isPassword)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIsPassword", "boolean isPassword")); 

1.1202.4. setIsSummaryPassword(boolean isPassword)


public void setIsSummaryPassword(boolean isPassword)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIsSummaryPassword", "boolean isPassword")); 

1.1202.5. isPassword()


public boolean isPassword()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPassword", "")); 

1.1202.6. setValidator(Validator validator)


public void setValidator(Validator validator)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setValidator", "Validator validator")); 

1.1203. VerifyAppsOverUsbPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/VerifyAppsOverUsbPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1203.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1203.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1203.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1203.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1203.5. onAdbSettingChanged()


public void onAdbSettingChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAdbSettingChanged", "")); 

1.1203.6. onDeveloperOptionsSwitchEnabled()


protected void onDeveloperOptionsSwitchEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchEnabled", "")); 

1.1203.7. shouldBeEnabled()


private boolean shouldBeEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldBeEnabled", "")); 

1.1204. VibrateOnTouchPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/VibrateOnTouchPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1204.1. hasHaptic(Context context)


private static boolean hasHaptic(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasHaptic", "Context context")); 

1.1205. VibrateWhenRingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/VibrateWhenRingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1205.1. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.1205.2. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.1205.3. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1205.4. isSliceable()


public boolean isSliceable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSliceable", "")); 

1.1205.5. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1205.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1205.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1206. VibrationIntensityPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/VibrationIntensityPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1206.1. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.1206.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1206.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1206.4. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.1206.5. getIntensityString(Context context,int intensity)


public static CharSequence getIntensityString(Context context, int intensity)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getIntensityString", "Context context,int intensity")); 

1.1206.6. getDefaultIntensity()


protected abstract int getDefaultIntensity()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultIntensity", "")); 

1.1207. VibrationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/VibrationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1207.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1207.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1207.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1207.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1208. VibrationPreferenceFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/VibrationPreferenceFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1208.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.1208.2. loadCandidates(Context context)


private void loadCandidates(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadCandidates", "Context context")); 

1.1208.3. onDetach()


public void onDetach()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDetach", "")); 

1.1208.4. getVibrationIntensitySetting()


protected abstract String getVibrationIntensitySetting()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getVibrationIntensitySetting", "")); 

1.1208.5. getDefaultVibrationIntensity()


protected abstract int getDefaultVibrationIntensity()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultVibrationIntensity", "")); 

1.1208.6. onVibrationIntensitySelected(int intensity)


protected void onVibrationIntensitySelected(int intensity)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onVibrationIntensitySelected", "int intensity")); 

1.1208.7. playVibrationPreview()


protected void playVibrationPreview()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"playVibrationPreview", "")); 

1.1208.8. getPreviewVibrationAudioAttributesUsage()


protected int getPreviewVibrationAudioAttributesUsage()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreviewVibrationAudioAttributesUsage", "")); 

1.1208.9. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.1208.10. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.1208.11. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.1209. VibrationSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/accessibility/VibrationSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1209.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1209.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1209.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1210. VideoPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/VideoPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1210.1. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.1210.2. onDetached()


public void onDetached()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDetached", "")); 

1.1210.3. onViewVisible(boolean videoPaused)


public void onViewVisible(boolean videoPaused)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewVisible", "boolean videoPaused")); 

1.1210.4. onViewInvisible()


public void onViewInvisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewInvisible", "")); 

1.1210.5. isVideoPaused()


public boolean isVideoPaused()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVideoPaused", "")); 

1.1210.6. updateAspectRatio()


void updateAspectRatio()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAspectRatio", "")); 

1.1211. VirtualKeyboardFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1211.1. onCreatePreferences(Bundle bundle,String s)


public void onCreatePreferences(Bundle bundle, String s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreatePreferences", "Bundle bundle,String s")); 

1.1211.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1211.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1211.4. updateInputMethodPreferenceViews()


private void updateInputMethodPreferenceViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateInputMethodPreferenceViews", "")); 

1.1212. VirtualKeyboardPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1212.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1212.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1212.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1213. VisibilityPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/VisibilityPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1213.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1213.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1213.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1213.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1213.5. setRestrictedIfNotificationFeaturesDisabled(RestrictedListPreference pref,CharSequence entry,CharSequence entryValue,int keyguardNotificationFeatures)


private void setRestrictedIfNotificationFeaturesDisabled(RestrictedListPreference pref, CharSequence entry, CharSequence entryValue, int keyguardNotificationFeatures)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRestrictedIfNotificationFeaturesDisabled", "RestrictedListPreference pref,CharSequence entry,CharSequence entryValue,int keyguardNotificationFeatures")); 

1.1213.6. getGlobalVisibility()


private int getGlobalVisibility()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getGlobalVisibility", "")); 

1.1213.7. getLockscreenNotificationsEnabled()


private boolean getLockscreenNotificationsEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getLockscreenNotificationsEnabled", "")); 

1.1213.8. getLockscreenAllowPrivateNotifications()


private boolean getLockscreenAllowPrivateNotifications()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getLockscreenAllowPrivateNotifications", "")); 

1.1213.9. isLockScreenSecure()


protected boolean isLockScreenSecure()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isLockScreenSecure", "")); 

1.1214. VisiblePatternProfilePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/security/VisiblePatternProfilePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1214.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1214.2. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.1214.3. setChecked(boolean isChecked)


public boolean setChecked(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setChecked", "boolean isChecked")); 

1.1214.4. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1214.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1215. VoiceInputHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/assist/VoiceInputHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1215.1. buildUi()


public void buildUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"buildUi", "")); 

1.1216. VoiceSettingsActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/utils/VoiceSettingsActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1216.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1216.2. onVoiceSettingInteraction(Intent intent)


protected abstract boolean onVoiceSettingInteraction(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onVoiceSettingInteraction", "Intent intent")); 

1.1216.3. notifySuccess(CharSequence prompt)


protected void notifySuccess(CharSequence prompt)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"notifySuccess", "CharSequence prompt")); 

1.1216.4. notifyFailure(CharSequence prompt)


protected void notifyFailure(CharSequence prompt)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"notifyFailure", "CharSequence prompt")); 

1.1217. VolumeSeekBarPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/VolumeSeekBarPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1217.1. setStream(int stream)


public void setStream(int stream)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setStream", "int stream")); 

1.1217.2. setCallback(Callback callback)


public void setCallback(Callback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCallback", "Callback callback")); 

1.1217.3. onActivityResume()


public void onActivityResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResume", "")); 

1.1217.4. onActivityPause()


public void onActivityPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityPause", "")); 

1.1217.5. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1217.6. init()


private void init()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"init", "")); 

1.1217.7. updateIconView()


private void updateIconView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateIconView", "")); 

1.1217.8. showIcon(int resId)


public void showIcon(int resId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showIcon", "int resId")); 

1.1217.9. setMuteIcon(int resId)


public void setMuteIcon(int resId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMuteIcon", "int resId")); 

1.1217.10. getMediaVolumeUri()


private Uri getMediaVolumeUri()

methodList.add(new ZMethod(mZAndroidAPPClass,"Uri" ,"getMediaVolumeUri", "")); 

1.1217.11. setSuppressionText(String text)


public void setSuppressionText(String text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSuppressionText", "String text")); 

1.1217.12. updateSuppressionText()


private void updateSuppressionText()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSuppressionText", "")); 

1.1218. VolumeSeekBarPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/VolumeSeekBarPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1218.1. setAudioHelper(AudioHelper helper)


void setAudioHelper(AudioHelper helper)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAudioHelper", "AudioHelper helper")); 

1.1218.2. setCallback(Callback callback)


public void setCallback(Callback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCallback", "Callback callback")); 

1.1218.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1218.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1218.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1218.6. getSliderPosition()


public int getSliderPosition()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSliderPosition", "")); 

1.1218.7. setSliderPosition(int position)


public boolean setSliderPosition(int position)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setSliderPosition", "int position")); 

1.1218.8. getMaxSteps()


public int getMaxSteps()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMaxSteps", "")); 

1.1218.9. getAudioStream()


protected abstract int getAudioStream()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAudioStream", "")); 

1.1218.10. getMuteIcon()


protected abstract int getMuteIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMuteIcon", "")); 

1.1219. VolumeSizesLoader.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/VolumeSizesLoader.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1219.1. onDiscardResult(PrivateStorageInfo result)


protected void onDiscardResult(PrivateStorageInfo result)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDiscardResult", "PrivateStorageInfo result")); 

1.1219.2. loadInBackground()


public PrivateStorageInfo loadInBackground()

methodList.add(new ZMethod(mZAndroidAPPClass,"PrivateStorageInfo" ,"loadInBackground", "")); 

1.1219.3. getVolumeSize(StorageVolumeProvider storageVolumeProvider,StorageStatsManager stats,VolumeInfo info)


static PrivateStorageInfo getVolumeSize(StorageVolumeProvider storageVolumeProvider, StorageStatsManager stats, VolumeInfo info) throws IOException

methodList.add(new ZMethod(mZAndroidAPPClass,"PrivateStorageInfo" ,"getVolumeSize", "StorageVolumeProvider storageVolumeProvider,StorageStatsManager stats,VolumeInfo info")); 

1.1220. VpnPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/network/VpnPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1220.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1220.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1220.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1220.4. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1220.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1220.6. updateSummary()


void updateSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "")); 

1.1220.7. getNameForVpnConfig(VpnConfig cfg,UserHandle user)


String getNameForVpnConfig(VpnConfig cfg, UserHandle user)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getNameForVpnConfig", "VpnConfig cfg,UserHandle user")); 

1.1221. VpnSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/VpnSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1221.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1221.2. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.1221.3. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.1221.4. onPrepareOptionsMenu(Menu menu)


public void onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareOptionsMenu", "Menu menu")); 

1.1221.5. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.1221.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1221.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1221.8. handleMessage(Message message)


public boolean handleMessage(Message message)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handleMessage", "Message message")); 

1.1221.9. canAddPreferences()


public boolean canAddPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canAddPreferences", "")); 

1.1221.10. setShownPreferences(final Collection updates)


public void setShownPreferences(final Collection updates)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setShownPreferences", "final Collection updates")); 

1.1221.11. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.1221.12. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1221.13. findOrCreatePreference(VpnProfile profile,boolean update)


public LegacyVpnPreference findOrCreatePreference(VpnProfile profile, boolean update)

methodList.add(new ZMethod(mZAndroidAPPClass,"LegacyVpnPreference" ,"findOrCreatePreference", "VpnProfile profile,boolean update")); 

1.1221.14. findOrCreatePreference(AppVpnInfo app)


public AppPreference findOrCreatePreference(AppVpnInfo app)

methodList.add(new ZMethod(mZAndroidAPPClass,"AppPreference" ,"findOrCreatePreference", "AppVpnInfo app")); 

1.1221.15. getConnectedLegacyVpns()


private Map getConnectedLegacyVpns()

methodList.add(new ZMethod(mZAndroidAPPClass,"Map" ,"getConnectedLegacyVpns", "")); 

1.1221.16. getConnectedAppVpns()


private Set getConnectedAppVpns()

methodList.add(new ZMethod(mZAndroidAPPClass,"Set" ,"getConnectedAppVpns", "")); 

1.1221.17. getAlwaysOnAppVpnInfos()


private Set getAlwaysOnAppVpnInfos()

methodList.add(new ZMethod(mZAndroidAPPClass,"Set" ,"getAlwaysOnAppVpnInfos", "")); 

1.1221.18. getVpnApps(Context context,boolean includeProfiles)


static List getVpnApps(Context context, boolean includeProfiles)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getVpnApps", "Context context,boolean includeProfiles")); 

1.1221.19. loadVpnProfiles(KeyStore keyStore,int... excludeTypes)


static List loadVpnProfiles(KeyStore keyStore, int... excludeTypes)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"loadVpnProfiles", "KeyStore keyStore,int... excludeTypes")); 

1.1222. VpnUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/vpn2/VpnUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1222.1. getLockdownVpn()


public static String getLockdownVpn()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLockdownVpn", "")); 

1.1222.2. clearLockdownVpn(Context context)


public static void clearLockdownVpn(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearLockdownVpn", "Context context")); 

1.1222.3. setLockdownVpn(Context context,String lockdownKey)


public static void setLockdownVpn(Context context, String lockdownKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setLockdownVpn", "Context context,String lockdownKey")); 

1.1222.4. isVpnLockdown(String key)


public static boolean isVpnLockdown(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVpnLockdown", "String key")); 

1.1222.5. isAnyLockdownActive(Context context)


public static boolean isAnyLockdownActive(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAnyLockdownActive", "Context context")); 

1.1222.6. isVpnActive(Context context)


public static boolean isVpnActive(Context context) throws RemoteException

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVpnActive", "Context context")); 

1.1222.7. getConnectedPackage(IConnectivityManager service,final int userId)


public static String getConnectedPackage(IConnectivityManager service, final int userId) throws RemoteException

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getConnectedPackage", "IConnectivityManager service,final int userId")); 

1.1222.8. getConnectivityManager(Context context)


private static ConnectivityManager getConnectivityManager(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"ConnectivityManager" ,"getConnectivityManager", "Context context")); 

1.1222.9. getIConnectivityManager()


private static IConnectivityManager getIConnectivityManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"IConnectivityManager" ,"getIConnectivityManager", "")); 

1.1222.10. isAlwaysOnVpnSet(ConnectivityManager cm,final int userId)


public static boolean isAlwaysOnVpnSet(ConnectivityManager cm, final int userId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAlwaysOnVpnSet", "ConnectivityManager cm,final int userId")); 

1.1222.11. disconnectLegacyVpn(Context context)


public static boolean disconnectLegacyVpn(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"disconnectLegacyVpn", "Context context")); 

1.1223. VrDisplayPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/VrDisplayPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1223.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1223.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1223.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1224. VrDisplayPreferencePicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/VrDisplayPreferencePicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1224.1. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1224.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1224.3. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.1224.4. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.1224.5. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.1225. VrListenerSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/VrListenerSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1225.1. getConfig()


protected Config getConfig()

methodList.add(new ZMethod(mZAndroidAPPClass,"Config" ,"getConfig", "")); 

1.1225.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1225.3. setEnabled(ComponentName service,String title,boolean enable)


protected boolean setEnabled(ComponentName service, String title, boolean enable)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setEnabled", "ComponentName service,String title,boolean enable")); 

1.1225.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1225.5. logSpecialPermissionChange(boolean enable,String packageName)


void logSpecialPermissionChange(boolean enable, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "boolean enable,String packageName")); 

1.1226. WaitForDebuggerPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/WaitForDebuggerPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1226.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1226.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1226.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1226.4. onActivityResult(int requestCode,int resultCode,Intent data)


public boolean onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1226.5. updateState(Preference preference,String debugApp)


private void updateState(Preference preference, String debugApp)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference,String debugApp")); 

1.1226.6. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1226.7. getActivityManagerService()


IActivityManager getActivityManagerService()

methodList.add(new ZMethod(mZAndroidAPPClass,"IActivityManager" ,"getActivityManagerService", "")); 

1.1226.8. writeDebuggerAppOptions(String packageName,boolean waitForDebugger,boolean persistent)


private void writeDebuggerAppOptions(String packageName, boolean waitForDebugger, boolean persistent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeDebuggerAppOptions", "String packageName,boolean waitForDebugger,boolean persistent")); 

1.1227. WakeLockAnomalyDetector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/checker/WakeLockAnomalyDetector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1227.1. detectAnomalies(BatteryStatsHelper batteryStatsHelper)


public List detectAnomalies(BatteryStatsHelper batteryStatsHelper)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"detectAnomalies", "BatteryStatsHelper batteryStatsHelper")); 

1.1227.2. detectAnomalies(BatteryStatsHelper batteryStatsHelper,String targetPackageName)


public List detectAnomalies(BatteryStatsHelper batteryStatsHelper, String targetPackageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"detectAnomalies", "BatteryStatsHelper batteryStatsHelper,String targetPackageName")); 

1.1227.3. getCurrentDurationMs(BatteryStats.Uid uid,long elapsedRealtimeMs)


long getCurrentDurationMs(BatteryStats.Uid uid, long elapsedRealtimeMs)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getCurrentDurationMs", "BatteryStats.Uid uid,long elapsedRealtimeMs")); 

1.1227.4. getBackgroundTotalDurationMs(BatteryStats.Uid uid,long elapsedRealtimeMs)


long getBackgroundTotalDurationMs(BatteryStats.Uid uid, long elapsedRealtimeMs)

methodList.add(new ZMethod(mZAndroidAPPClass,"long" ,"getBackgroundTotalDurationMs", "BatteryStats.Uid uid,long elapsedRealtimeMs")); 

1.1228. WakeupAlarmAnomalyDetector.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/checker/WakeupAlarmAnomalyDetector.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1228.1. detectAnomalies(BatteryStatsHelper batteryStatsHelper)


public List detectAnomalies(BatteryStatsHelper batteryStatsHelper)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"detectAnomalies", "BatteryStatsHelper batteryStatsHelper")); 

1.1228.2. detectAnomalies(BatteryStatsHelper batteryStatsHelper,String targetPackageName)


public List detectAnomalies(BatteryStatsHelper batteryStatsHelper, String targetPackageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"detectAnomalies", "BatteryStatsHelper batteryStatsHelper,String targetPackageName")); 

1.1228.3. getWakeupAlarmCountFromUid(BatteryStats.Uid uid)


int getWakeupAlarmCountFromUid(BatteryStats.Uid uid)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getWakeupAlarmCountFromUid", "BatteryStats.Uid uid")); 

1.1229. WallpaperPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/display/WallpaperPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1229.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1229.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1229.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1229.4. disablePreferenceIfManaged(RestrictedPreference pref)


private void disablePreferenceIfManaged(RestrictedPreference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disablePreferenceIfManaged", "RestrictedPreference pref")); 

1.1230. WallpaperSuggestionActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wallpaper/WallpaperSuggestionActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1230.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1230.2. startFallbackSuggestion()


void startFallbackSuggestion()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startFallbackSuggestion", "")); 

1.1230.3. isSuggestionComplete(Context context)


public static boolean isSuggestionComplete(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context")); 

1.1230.4. isWallpaperServiceEnabled(Context context)


private static boolean isWallpaperServiceEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isWallpaperServiceEnabled", "Context context")); 

1.1231. WallpaperTypeSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wallpaper/WallpaperTypeSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1231.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1231.2. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1231.3. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1231.4. populateWallpaperTypes()


private void populateWallpaperTypes()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"populateWallpaperTypes", "")); 

1.1231.5. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.1232. WebViewAppPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/webview/WebViewAppPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1232.1. getWebViewUpdateServiceWrapper()


private WebViewUpdateServiceWrapper getWebViewUpdateServiceWrapper()

methodList.add(new ZMethod(mZAndroidAPPClass,"WebViewUpdateServiceWrapper" ,"getWebViewUpdateServiceWrapper", "")); 

1.1232.2. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.1232.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1232.4. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.1232.5. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.1232.6. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.1232.7. onSelectionPerformed(boolean success)


protected void onSelectionPerformed(boolean success)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSelectionPerformed", "boolean success")); 

1.1232.8. createDefaultWebViewUpdateServiceWrapper()


private WebViewUpdateServiceWrapper createDefaultWebViewUpdateServiceWrapper()

methodList.add(new ZMethod(mZAndroidAPPClass,"WebViewUpdateServiceWrapper" ,"createDefaultWebViewUpdateServiceWrapper", "")); 

1.1232.9. setWebViewUpdateServiceWrapper(WebViewUpdateServiceWrapper wvusWrapper)


void setWebViewUpdateServiceWrapper(WebViewUpdateServiceWrapper wvusWrapper)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setWebViewUpdateServiceWrapper", "WebViewUpdateServiceWrapper wvusWrapper")); 

1.1232.10. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1232.11. createDefaultAppInfo(Context context,PackageManagerWrapper pm,PackageItemInfo packageItemInfo,String disabledReason)


DefaultAppInfo createDefaultAppInfo(Context context, PackageManagerWrapper pm, PackageItemInfo packageItemInfo, String disabledReason)

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultAppInfo" ,"createDefaultAppInfo", "Context context,PackageManagerWrapper pm,PackageItemInfo packageItemInfo,String disabledReason")); 

1.1232.12. getDisabledReason(WebViewUpdateServiceWrapper webviewUpdateServiceWrapper,Context context,String packageName)


String getDisabledReason(WebViewUpdateServiceWrapper webviewUpdateServiceWrapper, Context context, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDisabledReason", "WebViewUpdateServiceWrapper webviewUpdateServiceWrapper,Context context,String packageName")); 

1.1233. WebViewAppPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/WebViewAppPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1233.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1233.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1233.3. getDefaultAppInfo()


DefaultAppInfo getDefaultAppInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultAppInfo" ,"getDefaultAppInfo", "")); 

1.1233.4. getDefaultAppLabel()


private CharSequence getDefaultAppLabel()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getDefaultAppLabel", "")); 

1.1234. WebViewUpdateServiceWrapper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/webview/WebViewUpdateServiceWrapper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1234.1. getCurrentWebViewPackage()


public PackageInfo getCurrentWebViewPackage()

methodList.add(new ZMethod(mZAndroidAPPClass,"PackageInfo" ,"getCurrentWebViewPackage", "")); 

1.1234.2. getValidWebViewApplicationInfos(Context context)


public List getValidWebViewApplicationInfos(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getValidWebViewApplicationInfos", "Context context")); 

1.1234.3. setWebViewProvider(String packageName)


public boolean setWebViewProvider(String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setWebViewProvider", "String packageName")); 

1.1234.4. getPackageInfosAllUsers(Context context,String packageName)


public List getPackageInfosAllUsers(Context context, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getPackageInfosAllUsers", "Context context,String packageName")); 

1.1234.5. showInvalidChoiceToast(Context context)


public void showInvalidChoiceToast(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showInvalidChoiceToast", "Context context")); 

1.1235. WhenToDreamPicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dream/WhenToDreamPicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1235.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.1235.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1235.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1235.4. getCandidates()


protected List getCandidates()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCandidates", "")); 

1.1235.5. entries()


private String[] entries()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"entries", "")); 

1.1235.6. keys()


private String[] keys()

methodList.add(new ZMethod(mZAndroidAPPClass,"String[]" ,"keys", "")); 

1.1235.7. getDefaultKey()


protected String getDefaultKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getDefaultKey", "")); 

1.1235.8. setDefaultKey(String key)


protected boolean setDefaultKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setDefaultKey", "String key")); 

1.1235.9. onSelectionPerformed(boolean success)


protected void onSelectionPerformed(boolean success)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSelectionPerformed", "boolean success")); 

1.1236. WhenToDreamPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dream/WhenToDreamPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1236.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1236.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1236.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1237. WifiAPITest.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiAPITest.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1237.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1237.2. onCreatePreferences(Bundle savedInstanceState,String rootKey)


public void onCreatePreferences(Bundle savedInstanceState, String rootKey)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreatePreferences", "Bundle savedInstanceState,String rootKey")); 

1.1237.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1237.4. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.1237.5. onPreferenceClick(Preference pref)


public boolean onPreferenceClick(Preference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference pref")); 

1.1238. WifiCallingSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/calling/WifiCallingSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1238.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1238.2. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.1238.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1238.4. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.1238.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1238.6. updateSubList()


private void updateSubList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSubList", "")); 

1.1239. WifiCallingSettingsForSub.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/calling/WifiCallingSettingsForSub.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1239.1. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.1239.2. onDestroyView()


public void onDestroyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyView", "")); 

1.1239.3. showAlert(Intent intent)


private void showAlert(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showAlert", "Intent intent")); 

1.1239.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1239.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1239.6. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1239.7. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1239.8. onCreateView(LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.1239.9. updateBody()


private void updateBody()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateBody", "")); 

1.1239.10. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1239.11. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1239.12. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.1239.13. getCarrierActivityIntent()


private Intent getCarrierActivityIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getCarrierActivityIntent", "")); 

1.1239.14. updateWfcMode(boolean wfcEnabled)


private void updateWfcMode(boolean wfcEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateWfcMode", "boolean wfcEnabled")); 

1.1239.15. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1239.16. updateButtonWfcMode(boolean wfcEnabled,int wfcMode,int wfcRoamingMode)


private void updateButtonWfcMode(boolean wfcEnabled, int wfcMode, int wfcRoamingMode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateButtonWfcMode", "boolean wfcEnabled,int wfcMode,int wfcRoamingMode")); 

1.1239.17. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1239.18. getWfcModeSummary(int wfcMode)


private int getWfcModeSummary(int wfcMode)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getWfcModeSummary", "int wfcMode")); 

1.1240. WifiCallingSliceHelper.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/calling/WifiCallingSliceHelper.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1240.1. createWifiCallingSlice(Uri sliceUri)


public Slice createWifiCallingSlice(Uri sliceUri)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"createWifiCallingSlice", "Uri sliceUri")); 

1.1240.2. isWifiCallingEnabled(ImsManager imsManager)


private boolean isWifiCallingEnabled(ImsManager imsManager) throws InterruptedException, ExecutionException, TimeoutException

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isWifiCallingEnabled", "ImsManager imsManager")); 

1.1240.3. getWifiCallingSlice(Uri sliceUri,Context mContext,boolean isWifiCallingEnabled)


private Slice getWifiCallingSlice(Uri sliceUri, Context mContext, boolean isWifiCallingEnabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"getWifiCallingSlice", "Uri sliceUri,Context mContext,boolean isWifiCallingEnabled")); 

1.1240.4. getImsManager(int subId)


protected ImsManager getImsManager(int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"ImsManager" ,"getImsManager", "int subId")); 

1.1240.5. getWfcMode(ImsManager imsManager)


private Integer getWfcMode(ImsManager imsManager) throws InterruptedException, ExecutionException, TimeoutException

methodList.add(new ZMethod(mZAndroidAPPClass,"Integer" ,"getWfcMode", "ImsManager imsManager")); 

1.1240.6. handleWifiCallingChanged(Intent intent)


public void handleWifiCallingChanged(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleWifiCallingChanged", "Intent intent")); 

1.1240.7. getNonActionableWifiCallingSlice(String title,String subtitle,Uri sliceUri,PendingIntent primaryActionIntent)


private Slice getNonActionableWifiCallingSlice(String title, String subtitle, Uri sliceUri, PendingIntent primaryActionIntent)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"getNonActionableWifiCallingSlice", "String title,String subtitle,Uri sliceUri,PendingIntent primaryActionIntent")); 

1.1240.8. isCarrierConfigManagerKeyEnabled(Context mContext,String key,int subId,boolean defaultValue)


private boolean isCarrierConfigManagerKeyEnabled(Context mContext, String key, int subId, boolean defaultValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isCarrierConfigManagerKeyEnabled", "Context mContext,String key,int subId,boolean defaultValue")); 

1.1240.9. getCarrierConfigManager(Context mContext)


protected CarrierConfigManager getCarrierConfigManager(Context mContext)

methodList.add(new ZMethod(mZAndroidAPPClass,"CarrierConfigManager" ,"getCarrierConfigManager", "Context mContext")); 

1.1240.10. getDefaultVoiceSubId()


protected int getDefaultVoiceSubId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDefaultVoiceSubId", "")); 

1.1240.11. getWifiCallingCarrierActivityIntent(int subId)


protected Intent getWifiCallingCarrierActivityIntent(int subId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getWifiCallingCarrierActivityIntent", "int subId")); 

1.1240.12. getSettingsIntent(Context context)


public static PendingIntent getSettingsIntent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getSettingsIntent", "Context context")); 

1.1240.13. getBroadcastIntent(String action)


private PendingIntent getBroadcastIntent(String action)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getBroadcastIntent", "String action")); 

1.1240.14. getActivityIntent(String action)


private PendingIntent getActivityIntent(String action)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getActivityIntent", "String action")); 

1.1240.15. getSimCarrierName()


private String getSimCarrierName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSimCarrierName", "")); 

1.1241. WifiCallingSuggestionActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/calling/WifiCallingSuggestionActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1241.1. isSuggestionComplete(Context context)


public static boolean isSuggestionComplete(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context")); 

1.1242. WifiConfigController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1242.1. isSplitSystemUser()


boolean isSplitSystemUser()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSplitSystemUser", "")); 

1.1242.2. addRow(ViewGroup group,int name,String value)


private void addRow(ViewGroup group, int name, String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addRow", "ViewGroup group,int name,String value")); 

1.1242.3. getSignalString()


String getSignalString()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSignalString", "")); 

1.1242.4. hideForgetButton()


void hideForgetButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"hideForgetButton", "")); 

1.1242.5. hideSubmitButton()


void hideSubmitButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"hideSubmitButton", "")); 

1.1242.6. enableSubmitIfAppropriate()


void enableSubmitIfAppropriate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableSubmitIfAppropriate", "")); 

1.1242.7. isValidPsk(String password)


boolean isValidPsk(String password)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidPsk", "String password")); 

1.1242.8. isSubmittable()


boolean isSubmittable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSubmittable", "")); 

1.1242.9. showWarningMessagesIfAppropriate()


void showWarningMessagesIfAppropriate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showWarningMessagesIfAppropriate", "")); 

1.1242.10. getConfig()


public WifiConfiguration getConfig()

methodList.add(new ZMethod(mZAndroidAPPClass,"WifiConfiguration" ,"getConfig", "")); 

1.1242.11. ipAndProxyFieldsAreValid()


private boolean ipAndProxyFieldsAreValid()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"ipAndProxyFieldsAreValid", "")); 

1.1242.12. getIPv4Address(String text)


private Inet4Address getIPv4Address(String text)

methodList.add(new ZMethod(mZAndroidAPPClass,"Inet4Address" ,"getIPv4Address", "String text")); 

1.1242.13. validateIpConfigFields(StaticIpConfiguration staticIpConfiguration)


private int validateIpConfigFields(StaticIpConfiguration staticIpConfiguration)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"validateIpConfigFields", "StaticIpConfiguration staticIpConfiguration")); 

1.1242.14. showSecurityFields()


private void showSecurityFields()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showSecurityFields", "")); 

1.1242.15. showEapFieldsByMethod(int eapMethod)


private void showEapFieldsByMethod(int eapMethod)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showEapFieldsByMethod", "int eapMethod")); 

1.1242.16. showPeapFields()


private void showPeapFields()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showPeapFields", "")); 

1.1242.17. setIdentityInvisible()


private void setIdentityInvisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setIdentityInvisible", "")); 

1.1242.18. setPhase2Invisible()


private void setPhase2Invisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPhase2Invisible", "")); 

1.1242.19. setCaCertInvisible()


private void setCaCertInvisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCaCertInvisible", "")); 

1.1242.20. setDomainInvisible()


private void setDomainInvisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDomainInvisible", "")); 

1.1242.21. setUserCertInvisible()


private void setUserCertInvisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setUserCertInvisible", "")); 

1.1242.22. setAnonymousIdentInvisible()


private void setAnonymousIdentInvisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAnonymousIdentInvisible", "")); 

1.1242.23. setPasswordInvisible()


private void setPasswordInvisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setPasswordInvisible", "")); 

1.1242.24. setEapMethodInvisible()


private void setEapMethodInvisible()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setEapMethodInvisible", "")); 

1.1242.25. showIpConfigFields()


private void showIpConfigFields()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showIpConfigFields", "")); 

1.1242.26. showProxyFields()


private void showProxyFields()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showProxyFields", "")); 

1.1242.27. setVisibility(int id,int visibility)


private void setVisibility(int id, int visibility)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setVisibility", "int id,int visibility")); 

1.1242.28. getKeyStore()


KeyStore getKeyStore()

methodList.add(new ZMethod(mZAndroidAPPClass,"KeyStore" ,"getKeyStore", "")); 

1.1242.29. loadCertificates(Spinner spinner,String prefix,String noCertificateString,boolean showMultipleCerts,boolean showUsePreinstalledCertOption)


private void loadCertificates(Spinner spinner, String prefix, String noCertificateString, boolean showMultipleCerts, boolean showUsePreinstalledCertOption)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"loadCertificates", "Spinner spinner,String prefix,String noCertificateString,boolean showMultipleCerts,boolean showUsePreinstalledCertOption")); 

1.1242.30. setSelection(Spinner spinner,String value)


private void setSelection(Spinner spinner, String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSelection", "Spinner spinner,String value")); 

1.1242.31. getMode()


public int getMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMode", "")); 

1.1242.32. afterTextChanged(Editable s)


public void afterTextChanged(Editable s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"afterTextChanged", "Editable s")); 

1.1242.33. beforeTextChanged(CharSequence s,int start,int count,int after)


public void beforeTextChanged(CharSequence s, int start, int count, int after)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"beforeTextChanged", "CharSequence s,int start,int count,int after")); 

1.1242.34. onTextChanged(CharSequence s,int start,int before,int count)


public void onTextChanged(CharSequence s, int start, int before, int count)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onTextChanged", "CharSequence s,int start,int before,int count")); 

1.1242.35. onEditorAction(TextView textView,int id,KeyEvent keyEvent)


public boolean onEditorAction(TextView textView, int id, KeyEvent keyEvent)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onEditorAction", "TextView textView,int id,KeyEvent keyEvent")); 

1.1242.36. onKey(View view,int keyCode,KeyEvent keyEvent)


public boolean onKey(View view, int keyCode, KeyEvent keyEvent)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onKey", "View view,int keyCode,KeyEvent keyEvent")); 

1.1242.37. onCheckedChanged(CompoundButton view,boolean isChecked)


public void onCheckedChanged(CompoundButton view, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCheckedChanged", "CompoundButton view,boolean isChecked")); 

1.1242.38. onItemSelected(AdapterView parent,View view,int position,long id)


public void onItemSelected(AdapterView parent, View view, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onItemSelected", "AdapterView parent,View view,int position,long id")); 

1.1242.39. onNothingSelected(AdapterView parent)


public void onNothingSelected(AdapterView parent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onNothingSelected", "AdapterView parent")); 

1.1242.40. updatePassword()


public void updatePassword()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePassword", "")); 

1.1242.41. getAccessPoint()


public AccessPoint getAccessPoint()

methodList.add(new ZMethod(mZAndroidAPPClass,"AccessPoint" ,"getAccessPoint", "")); 

1.1243. WifiConfigInfo.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigInfo.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1243.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1243.2. onResume()


protected void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1244. WifiConfigUiBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigUiBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1245. WifiConnectedMacRandomizationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/WifiConnectedMacRandomizationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1245.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1245.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1245.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1245.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1245.5. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1246. WifiDetailPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiDetailPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1246.1. setDetailText(String text)


public void setDetailText(String text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setDetailText", "String text")); 

1.1246.2. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1247. WifiDetailPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/details/WifiDetailPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1247.1. newInstance(AccessPoint accessPoint,ConnectivityManager connectivityManager,Context context,Fragment fragment,Handler handler,Lifecycle lifecycle,WifiManager wifiManager,MetricsFeatureProvider metricsFeatureProvider)


public static WifiDetailPreferenceController newInstance(AccessPoint accessPoint, ConnectivityManager connectivityManager, Context context, Fragment fragment, Handler handler, Lifecycle lifecycle, WifiManager wifiManager, MetricsFeatureProvider metricsFeatureProvider)

methodList.add(new ZMethod(mZAndroidAPPClass,"WifiDetailPreferenceController" ,"newInstance", "AccessPoint accessPoint,ConnectivityManager connectivityManager,Context context,Fragment fragment,Handler handler,Lifecycle lifecycle,WifiManager wifiManager,MetricsFeatureProvider metricsFeatureProvider")); 

1.1247.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1247.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1247.4. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1247.5. setupEntityHeader(PreferenceScreen screen)


private void setupEntityHeader(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupEntityHeader", "PreferenceScreen screen")); 

1.1247.6. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1247.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1247.8. updateInfo()


private void updateInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateInfo", "")); 

1.1247.9. exitActivity()


private void exitActivity()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"exitActivity", "")); 

1.1247.10. refreshNetworkState()


private void refreshNetworkState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshNetworkState", "")); 

1.1247.11. refreshRssiViews()


private void refreshRssiViews()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshRssiViews", "")); 

1.1247.12. updatePreference(WifiDetailPreference pref,String detailText)


private void updatePreference(WifiDetailPreference pref, String detailText)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreference", "WifiDetailPreference pref,String detailText")); 

1.1247.13. updateIpLayerInfo()


private void updateIpLayerInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateIpLayerInfo", "")); 

1.1247.14. ipv4PrefixLengthToSubnetMask(int prefixLength)


private static String ipv4PrefixLengthToSubnetMask(int prefixLength)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"ipv4PrefixLengthToSubnetMask", "int prefixLength")); 

1.1247.15. canForgetNetwork()


private boolean canForgetNetwork()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canForgetNetwork", "")); 

1.1247.16. canModifyNetwork()


public boolean canModifyNetwork()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canModifyNetwork", "")); 

1.1247.17. canSignIntoNetwork()


private boolean canSignIntoNetwork()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canSignIntoNetwork", "")); 

1.1247.18. forgetNetwork()


private void forgetNetwork()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"forgetNetwork", "")); 

1.1247.19. signIntoNetwork()


private void signIntoNetwork()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"signIntoNetwork", "")); 

1.1247.20. onForget(WifiDialog dialog)


public void onForget(WifiDialog dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onForget", "WifiDialog dialog")); 

1.1247.21. onSubmit(WifiDialog dialog)


public void onSubmit(WifiDialog dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSubmit", "WifiDialog dialog")); 

1.1248. WifiDeviceNameTextValidator.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/WifiDeviceNameTextValidator.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1248.1. isTextValid(String value)


public boolean isTextValid(String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isTextValid", "String value")); 

1.1249. WifiDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1249.1. createFullscreen(Context context,WifiDialogListener listener,AccessPoint accessPoint,int mode)


public static WifiDialog createFullscreen(Context context, WifiDialogListener listener, AccessPoint accessPoint, int mode)

methodList.add(new ZMethod(mZAndroidAPPClass,"WifiDialog" ,"createFullscreen", "Context context,WifiDialogListener listener,AccessPoint accessPoint,int mode")); 

1.1249.2. createModal(Context context,WifiDialogListener listener,AccessPoint accessPoint,int mode)


public static WifiDialog createModal(Context context, WifiDialogListener listener, AccessPoint accessPoint, int mode)

methodList.add(new ZMethod(mZAndroidAPPClass,"WifiDialog" ,"createModal", "Context context,WifiDialogListener listener,AccessPoint accessPoint,int mode")); 

1.1249.3. getController()


public WifiConfigController getController()

methodList.add(new ZMethod(mZAndroidAPPClass,"WifiConfigController" ,"getController", "")); 

1.1249.4. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1249.5. onRestoreInstanceState(Bundle savedInstanceState)


public void onRestoreInstanceState(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRestoreInstanceState", "Bundle savedInstanceState")); 

1.1249.6. dispatchSubmit()


public void dispatchSubmit()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dispatchSubmit", "")); 

1.1249.7. onClick(DialogInterface dialogInterface,int id)


public void onClick(DialogInterface dialogInterface, int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialogInterface,int id")); 

1.1249.8. getMode()


public int getMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMode", "")); 

1.1249.9. getSubmitButton()


public Button getSubmitButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getSubmitButton", "")); 

1.1249.10. getForgetButton()


public Button getForgetButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getForgetButton", "")); 

1.1249.11. getCancelButton()


public Button getCancelButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"Button" ,"getCancelButton", "")); 

1.1249.12. setSubmitButton(CharSequence text)


public void setSubmitButton(CharSequence text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSubmitButton", "CharSequence text")); 

1.1249.13. setForgetButton(CharSequence text)


public void setForgetButton(CharSequence text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setForgetButton", "CharSequence text")); 

1.1249.14. setCancelButton(CharSequence text)


public void setCancelButton(CharSequence text)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCancelButton", "CharSequence text")); 

1.1250. WifiDialogActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiDialogActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1250.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1250.2. finish()


public void finish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"finish", "")); 

1.1250.3. onForget(WifiDialog dialog)


public void onForget(WifiDialog dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onForget", "WifiDialog dialog")); 

1.1250.4. onSubmit(WifiDialog dialog)


public void onSubmit(WifiDialog dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSubmit", "WifiDialog dialog")); 

1.1250.5. onDismiss(DialogInterface dialogInterface)


public void onDismiss(DialogInterface dialogInterface)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialogInterface")); 

1.1251. WifiDisplayCertificationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/WifiDisplayCertificationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1251.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1251.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1251.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1251.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1252. WifiDisplaySettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wfd/WifiDisplaySettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1252.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1252.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1252.3. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1252.4. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.1252.5. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.1252.6. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1252.7. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.1252.8. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.1252.9. isAvailable(Context context)


public static boolean isAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "Context context")); 

1.1252.10. scheduleUpdate(int changes)


private void scheduleUpdate(int changes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"scheduleUpdate", "int changes")); 

1.1252.11. unscheduleUpdate()


private void unscheduleUpdate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unscheduleUpdate", "")); 

1.1252.12. update(int changes)


private void update(int changes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"update", "int changes")); 

1.1252.13. createRoutePreference(MediaRouter.RouteInfo route)


private RoutePreference createRoutePreference(MediaRouter.RouteInfo route)

methodList.add(new ZMethod(mZAndroidAPPClass,"RoutePreference" ,"createRoutePreference", "MediaRouter.RouteInfo route")); 

1.1252.14. findWifiDisplay(String deviceAddress)


private WifiDisplay findWifiDisplay(String deviceAddress)

methodList.add(new ZMethod(mZAndroidAPPClass,"WifiDisplay" ,"findWifiDisplay", "String deviceAddress")); 

1.1252.15. buildCertificationMenu(final PreferenceScreen preferenceScreen)


private void buildCertificationMenu(final PreferenceScreen preferenceScreen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"buildCertificationMenu", "final PreferenceScreen preferenceScreen")); 

1.1252.16. startAutoGO()


private void startAutoGO()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startAutoGO", "")); 

1.1252.17. stopAutoGO()


private void stopAutoGO()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopAutoGO", "")); 

1.1252.18. setListenMode(final boolean enable)


private void setListenMode(final boolean enable)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setListenMode", "final boolean enable")); 

1.1252.19. setWifiP2pChannels(final int lc,final int oc)


private void setWifiP2pChannels(final int lc, final int oc)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setWifiP2pChannels", "final int lc,final int oc")); 

1.1252.20. toggleRoute(MediaRouter.RouteInfo route)


private void toggleRoute(MediaRouter.RouteInfo route)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"toggleRoute", "MediaRouter.RouteInfo route")); 

1.1252.21. pairWifiDisplay(WifiDisplay display)


private void pairWifiDisplay(WifiDisplay display)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pairWifiDisplay", "WifiDisplay display")); 

1.1252.22. showWifiDisplayOptionsDialog(final WifiDisplay display)


private void showWifiDisplayOptionsDialog(final WifiDisplay display)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showWifiDisplayOptionsDialog", "final WifiDisplay display")); 

1.1253. WifiEnabler.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiEnabler.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1253.1. setupSwitchController()


public void setupSwitchController()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupSwitchController", "")); 

1.1253.2. teardownSwitchController()


public void teardownSwitchController()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"teardownSwitchController", "")); 

1.1253.3. resume(Context context)


public void resume(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"resume", "Context context")); 

1.1253.4. pause()


public void pause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pause", "")); 

1.1253.5. handleWifiStateChanged(int state)


private void handleWifiStateChanged(int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleWifiStateChanged", "int state")); 

1.1253.6. setSwitchBarChecked(boolean checked)


private void setSwitchBarChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSwitchBarChecked", "boolean checked")); 

1.1253.7. handleStateChanged(@SuppressWarnings("unused") NetworkInfo.DetailedState state)


private void handleStateChanged(@SuppressWarnings("unused") NetworkInfo.DetailedState state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleStateChanged", "@SuppressWarnings("unused") NetworkInfo.DetailedState state")); 

1.1253.8. onSwitchToggled(boolean isChecked)


public boolean onSwitchToggled(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onSwitchToggled", "boolean isChecked")); 

1.1254. WifiInfo.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiInfo.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1254.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1254.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1255. WifiInfoPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiInfoPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1255.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1255.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1255.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1255.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1255.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1255.6. updateWifiInfo()


public void updateWifiInfo()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateWifiInfo", "")); 

1.1256. WifiMacAddressPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/deviceinfo/WifiMacAddressPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1256.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1257. WifiMasterSwitchPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiMasterSwitchPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1257.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1257.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1257.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1257.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1257.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1257.6. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.1257.7. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1257.8. onSummaryChanged(String summary)


public void onSummaryChanged(String summary)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSummaryChanged", "String summary")); 

1.1258. WifiMeteredPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/details/WifiMeteredPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1258.1. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1258.2. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1258.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1258.4. getMeteredOverride()


int getMeteredOverride()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMeteredOverride", "")); 

1.1258.5. updateSummary(DropDownPreference preference,int meteredOverride)


private void updateSummary(DropDownPreference preference, int meteredOverride)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSummary", "DropDownPreference preference,int meteredOverride")); 

1.1259. WifiNetworkDetailsFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/details/WifiNetworkDetailsFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1259.1. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.1259.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1259.3. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1259.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1259.5. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.1259.6. onCreateDialog(int dialogId)


public Dialog onCreateDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int dialogId")); 

1.1259.7. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.1259.8. onOptionsItemSelected(MenuItem menuItem)


public boolean onOptionsItemSelected(MenuItem menuItem)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem menuItem")); 

1.1259.9. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1260. WifiNoInternetDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiNoInternetDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1260.1. isKnownAction(Intent intent)


private boolean isKnownAction(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isKnownAction", "Intent intent")); 

1.1260.2. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1260.3. createDialog()


private void createDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createDialog", "")); 

1.1260.4. onDestroy()


protected void onDestroy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroy", "")); 

1.1260.5. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.1261. WifiP2pPeer.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/p2p/WifiP2pPeer.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1261.1. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1261.2. compareTo(Preference preference)


public int compareTo(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"compareTo", "Preference preference")); 

1.1261.3. getLevel()


int getLevel()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getLevel", "")); 

1.1262. WifiP2pPersistentGroup.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/p2p/WifiP2pPersistentGroup.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1262.1. getNetworkId()


int getNetworkId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNetworkId", "")); 

1.1262.2. getGroupName()


String getGroupName()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getGroupName", "")); 

1.1263. WifiP2pPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/p2p/WifiP2pPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1263.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1263.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1263.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1263.4. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1263.5. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1263.6. togglePreferences()


private void togglePreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"togglePreferences", "")); 

1.1264. WifiP2pSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/p2p/WifiP2pSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1264.1. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1264.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1264.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1264.4. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1264.5. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1264.6. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.1264.7. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1264.8. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1264.9. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.1264.10. onPrepareOptionsMenu(Menu menu)


public void onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareOptionsMenu", "Menu menu")); 

1.1264.11. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.1264.12. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.1264.13. onCreateDialog(int id)


public Dialog onCreateDialog(int id)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int id")); 

1.1264.14. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.1264.15. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1264.16. handlePeersChanged()


private void handlePeersChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handlePeersChanged", "")); 

1.1264.17. onPersistentGroupInfoAvailable(WifiP2pGroupList groups)


public void onPersistentGroupInfoAvailable(WifiP2pGroupList groups)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPersistentGroupInfoAvailable", "WifiP2pGroupList groups")); 

1.1264.18. onPeersAvailable(WifiP2pDeviceList peers)


public void onPeersAvailable(WifiP2pDeviceList peers)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPeersAvailable", "WifiP2pDeviceList peers")); 

1.1264.19. handleP2pStateChanged()


private void handleP2pStateChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleP2pStateChanged", "")); 

1.1264.20. updateSearchMenu(boolean searching)


private void updateSearchMenu(boolean searching)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSearchMenu", "boolean searching")); 

1.1264.21. startSearch()


private void startSearch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startSearch", "")); 

1.1265. WifiPickerActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiPickerActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1265.1. getIntent()


public Intent getIntent()

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "")); 

1.1265.2. isValidFragment(String fragmentName)


protected boolean isValidFragment(String fragmentName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isValidFragment", "String fragmentName")); 

1.1265.3. getWifiSettingsClass()


Class getWifiSettingsClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getWifiSettingsClass", "")); 

1.1266. WifiScanModeActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiScanModeActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1266.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1266.2. createDialog()


private void createDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"createDialog", "")); 

1.1266.3. dismissDialog()


private void dismissDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dismissDialog", "")); 

1.1266.4. doPositiveClick()


private void doPositiveClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"doPositiveClick", "")); 

1.1266.5. doNegativeClick()


private void doNegativeClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"doNegativeClick", "")); 

1.1266.6. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1266.7. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1266.8. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1267. WifiScanningPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/location/WifiScanningPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1267.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1267.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1267.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1267.4. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1268. WifiScanningRequiredFragment.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiScanningRequiredFragment.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1268.1. newInstance()


public static WifiScanningRequiredFragment newInstance()

methodList.add(new ZMethod(mZAndroidAPPClass,"WifiScanningRequiredFragment" ,"newInstance", "")); 

1.1268.2. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.1268.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1268.4. onClick(DialogInterface dialog,int which)


public void onClick(DialogInterface dialog, int which)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "DialogInterface dialog,int which")); 

1.1268.5. addButtonIfNeeded(AlertDialog.Builder builder)


void addButtonIfNeeded(AlertDialog.Builder builder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addButtonIfNeeded", "AlertDialog.Builder builder")); 

1.1268.6. openHelpPage()


private void openHelpPage()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"openHelpPage", "")); 

1.1268.7. getHelpIntent(Context context)


Intent getHelpIntent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getHelpIntent", "Context context")); 

1.1269. WifiSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1269.1. isVerboseLoggingEnabled()


private static boolean isVerboseLoggingEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVerboseLoggingEnabled", "")); 

1.1269.2. onViewCreated(View view,Bundle savedInstanceState)


public void onViewCreated(View view, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,Bundle savedInstanceState")); 

1.1269.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1269.4. addPreferences()


private void addPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addPreferences", "")); 

1.1269.5. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.1269.6. onDestroyView()


public void onDestroyView()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDestroyView", "")); 

1.1269.7. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.1269.8. restrictUi()


private void restrictUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"restrictUi", "")); 

1.1269.9. createWifiEnabler()


private WifiEnabler createWifiEnabler()

methodList.add(new ZMethod(mZAndroidAPPClass,"WifiEnabler" ,"createWifiEnabler", "")); 

1.1269.10. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1269.11. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1269.12. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1269.13. onActivityResult(int requestCode,int resultCode,Intent data)


public void onActivityResult(int requestCode, int resultCode, Intent data)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode,Intent data")); 

1.1269.14. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1269.15. onSaveInstanceState(Bundle outState)


public void onSaveInstanceState(Bundle outState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSaveInstanceState", "Bundle outState")); 

1.1269.16. onCreateContextMenu(ContextMenu menu,View view,ContextMenuInfo info)


public void onCreateContextMenu(ContextMenu menu, View view, ContextMenuInfo info)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateContextMenu", "ContextMenu menu,View view,ContextMenuInfo info")); 

1.1269.17. onContextItemSelected(MenuItem item)


public boolean onContextItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onContextItemSelected", "MenuItem item")); 

1.1269.18. onPreferenceTreeClick(Preference preference)


public boolean onPreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceTreeClick", "Preference preference")); 

1.1269.19. showDialog(AccessPoint accessPoint,int dialogMode)


private void showDialog(AccessPoint accessPoint, int dialogMode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDialog", "AccessPoint accessPoint,int dialogMode")); 

1.1269.20. onCreateDialog(int dialogId)


public Dialog onCreateDialog(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "int dialogId")); 

1.1269.21. getDialogMetricsCategory(int dialogId)


public int getDialogMetricsCategory(int dialogId)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getDialogMetricsCategory", "int dialogId")); 

1.1269.22. onAccessPointsChanged()


public void onAccessPointsChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAccessPointsChanged", "")); 

1.1269.23. updateAccessPointsDelayed()


private void updateAccessPointsDelayed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAccessPointsDelayed", "")); 

1.1269.24. onWifiStateChanged(int state)


public void onWifiStateChanged(int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onWifiStateChanged", "int state")); 

1.1269.25. onConnectedChanged()


public void onConnectedChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onConnectedChanged", "")); 

1.1269.26. isDisabledByWrongPassword(AccessPoint accessPoint)


private static boolean isDisabledByWrongPassword(AccessPoint accessPoint)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDisabledByWrongPassword", "AccessPoint accessPoint")); 

1.1269.27. updateAccessPointPreferences()


private void updateAccessPointPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAccessPointPreferences", "")); 

1.1269.28. createLongPressAccessPointPreference(AccessPoint accessPoint)


private LongPressAccessPointPreference createLongPressAccessPointPreference(AccessPoint accessPoint)

methodList.add(new ZMethod(mZAndroidAPPClass,"LongPressAccessPointPreference" ,"createLongPressAccessPointPreference", "AccessPoint accessPoint")); 

1.1269.29. createConnectedAccessPointPreference(AccessPoint accessPoint)


private ConnectedAccessPointPreference createConnectedAccessPointPreference(AccessPoint accessPoint)

methodList.add(new ZMethod(mZAndroidAPPClass,"ConnectedAccessPointPreference" ,"createConnectedAccessPointPreference", "AccessPoint accessPoint")); 

1.1269.30. configureConnectedAccessPointPreferenceCategory(List accessPoints)


private boolean configureConnectedAccessPointPreferenceCategory(List accessPoints)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"configureConnectedAccessPointPreferenceCategory", "List accessPoints")); 

1.1269.31. addConnectedAccessPointPreference(AccessPoint connectedAp)


private void addConnectedAccessPointPreference(AccessPoint connectedAp)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addConnectedAccessPointPreference", "AccessPoint connectedAp")); 

1.1269.32. registerCaptivePortalNetworkCallback(Network wifiNetwork,ConnectedAccessPointPreference pref)


private void registerCaptivePortalNetworkCallback(Network wifiNetwork, ConnectedAccessPointPreference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerCaptivePortalNetworkCallback", "Network wifiNetwork,ConnectedAccessPointPreference pref")); 

1.1269.33. unregisterCaptivePortalNetworkCallback()


private void unregisterCaptivePortalNetworkCallback()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unregisterCaptivePortalNetworkCallback", "")); 

1.1269.34. launchNetworkDetailsFragment(ConnectedAccessPointPreference pref)


private void launchNetworkDetailsFragment(ConnectedAccessPointPreference pref)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchNetworkDetailsFragment", "ConnectedAccessPointPreference pref")); 

1.1269.35. getCurrentWifiNetwork()


private Network getCurrentWifiNetwork()

methodList.add(new ZMethod(mZAndroidAPPClass,"Network" ,"getCurrentWifiNetwork", "")); 

1.1269.36. removeConnectedAccessPointPreference()


private void removeConnectedAccessPointPreference()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeConnectedAccessPointPreference", "")); 

1.1269.37. setAdditionalSettingsSummaries()


private void setAdditionalSettingsSummaries()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAdditionalSettingsSummaries", "")); 

1.1269.38. isWifiWakeupEnabled()


private boolean isWifiWakeupEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isWifiWakeupEnabled", "")); 

1.1269.39. setOffMessage()


private void setOffMessage()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOffMessage", "")); 

1.1269.40. addMessagePreference(int messageId)


private void addMessagePreference(int messageId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addMessagePreference", "int messageId")); 

1.1269.41. setProgressBarVisible(boolean visible)


protected void setProgressBarVisible(boolean visible)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setProgressBarVisible", "boolean visible")); 

1.1269.42. changeNextButtonState(boolean enabled)


private void changeNextButtonState(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"changeNextButtonState", "boolean enabled")); 

1.1269.43. onForget(WifiDialog dialog)


public void onForget(WifiDialog dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onForget", "WifiDialog dialog")); 

1.1269.44. onSubmit(WifiDialog dialog)


public void onSubmit(WifiDialog dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSubmit", "WifiDialog dialog")); 

1.1269.45. submit(WifiConfigController configController)


void submit(WifiConfigController configController)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"submit", "WifiConfigController configController")); 

1.1269.46. forget()


void forget()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"forget", "")); 

1.1269.47. connect(final WifiConfiguration config,boolean isSavedNetwork)


protected void connect(final WifiConfiguration config, boolean isSavedNetwork)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"connect", "final WifiConfiguration config,boolean isSavedNetwork")); 

1.1269.48. connect(final int networkId,boolean isSavedNetwork)


protected void connect(final int networkId, boolean isSavedNetwork)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"connect", "final int networkId,boolean isSavedNetwork")); 

1.1269.49. onAddNetworkPressed()


void onAddNetworkPressed()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAddNetworkPressed", "")); 

1.1269.50. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1269.51. onAccessPointChanged(final AccessPoint accessPoint)


public void onAccessPointChanged(final AccessPoint accessPoint)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAccessPointChanged", "final AccessPoint accessPoint")); 

1.1269.52. onLevelChanged(AccessPoint accessPoint)


public void onLevelChanged(AccessPoint accessPoint)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onLevelChanged", "AccessPoint accessPoint")); 

1.1270. WifiSliceBuilder.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiSliceBuilder.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1270.1. getSlice(Context context)


public static Slice getSlice(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"getSlice", "Context context")); 

1.1270.2. handleUriChange(Context context,Intent intent)


public static void handleUriChange(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleUriChange", "Context context,Intent intent")); 

1.1270.3. getIntent(Context context)


public static Intent getIntent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "Context context")); 

1.1270.4. isWifiEnabled(Context context)


private static boolean isWifiEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isWifiEnabled", "Context context")); 

1.1270.5. getSummary(Context context)


private static CharSequence getSummary(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context")); 

1.1270.6. getPrimaryAction(Context context)


private static PendingIntent getPrimaryAction(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getPrimaryAction", "Context context")); 

1.1270.7. getBroadcastIntent(Context context)


private static PendingIntent getBroadcastIntent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getBroadcastIntent", "Context context")); 

1.1271. WifiStatusTest.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1271.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1271.2. onResume()


protected void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1271.3. onPause()


protected void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1271.4. setSupplicantStateText(SupplicantState supplicantState)


private void setSupplicantStateText(SupplicantState supplicantState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSupplicantStateText", "SupplicantState supplicantState")); 

1.1271.5. setWifiStateText(int wifiState)


private void setWifiStateText(int wifiState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setWifiStateText", "int wifiState")); 

1.1271.6. handleSignalChanged(int rssi)


private void handleSignalChanged(int rssi)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleSignalChanged", "int rssi")); 

1.1271.7. handleWifiStateChanged(int wifiState)


private void handleWifiStateChanged(int wifiState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleWifiStateChanged", "int wifiState")); 

1.1271.8. handleScanResultsAvailable()


private void handleScanResultsAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleScanResultsAvailable", "")); 

1.1271.9. handleSupplicantStateChanged(SupplicantState state,boolean hasError,int error)


private void handleSupplicantStateChanged(SupplicantState state, boolean hasError, int error)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleSupplicantStateChanged", "SupplicantState state,boolean hasError,int error")); 

1.1271.10. handleNetworkStateChanged(NetworkInfo networkInfo)


private void handleNetworkStateChanged(NetworkInfo networkInfo)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleNetworkStateChanged", "NetworkInfo networkInfo")); 

1.1271.11. updatePingState()


private final void updatePingState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePingState", "")); 

1.1271.12. pingHostname()


private final void pingHostname()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"pingHostname", "")); 

1.1271.13. httpClientTest()


private void httpClientTest()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"httpClientTest", "")); 

1.1272. WifiSummaryUpdater.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiSummaryUpdater.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1272.1. register(boolean register)


public void register(boolean register)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"register", "boolean register")); 

1.1272.2. getSummary()


public String getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSummary", "")); 

1.1273. WifiTetherApBandPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/WifiTetherApBandPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1273.1. updateDisplay()


public void updateDisplay()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDisplay", "")); 

1.1273.2. getConfigSummary()


String getConfigSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getConfigSummary", "")); 

1.1273.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1273.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1273.5. validateSelection(int band)


private int validateSelection(int band)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"validateSelection", "int band")); 

1.1273.6. updatePreferenceEntries()


void updatePreferenceEntries()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreferenceEntries", "")); 

1.1273.7. is5GhzBandSupported()


private boolean is5GhzBandSupported()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"is5GhzBandSupported", "")); 

1.1273.8. getBandIndex()


public int getBandIndex()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getBandIndex", "")); 

1.1274. WifiTetherAutoOffPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/WifiTetherAutoOffPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1274.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1274.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1274.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1275. WifiTetherBasePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/WifiTetherBasePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1275.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1275.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1275.3. updateDisplay()


public abstract void updateDisplay()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDisplay", "")); 

1.1276. WifiTetherPasswordPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/WifiTetherPasswordPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1276.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1276.2. updateDisplay()


public void updateDisplay()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDisplay", "")); 

1.1276.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1276.4. getPasswordValidated(int securityType)


public String getPasswordValidated(int securityType)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPasswordValidated", "int securityType")); 

1.1276.5. updateVisibility(int securityType)


public void updateVisibility(int securityType)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateVisibility", "int securityType")); 

1.1276.6. isTextValid(String value)


public boolean isTextValid(String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isTextValid", "String value")); 

1.1276.7. generateRandomPassword()


private static String generateRandomPassword()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"generateRandomPassword", "")); 

1.1276.8. updatePasswordDisplay(EditTextPreference preference)


private void updatePasswordDisplay(EditTextPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePasswordDisplay", "EditTextPreference preference")); 

1.1277. WifiTetherPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/WifiTetherPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1277.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1277.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1277.3. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1277.4. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.1277.5. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1277.6. initWifiTetherSoftApManager()


void initWifiTetherSoftApManager()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"initWifiTetherSoftApManager", "")); 

1.1277.7. handleWifiApStateChanged(int state,int reason)


void handleWifiApStateChanged(int state, int reason)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleWifiApStateChanged", "int state,int reason")); 

1.1277.8. updateConfigSummary(WifiConfiguration wifiConfig)


private void updateConfigSummary(WifiConfiguration wifiConfig)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateConfigSummary", "WifiConfiguration wifiConfig")); 

1.1277.9. clearSummaryForAirplaneMode()


private void clearSummaryForAirplaneMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearSummaryForAirplaneMode", "")); 

1.1277.10. clearSummaryForAirplaneMode(int defaultId)


private void clearSummaryForAirplaneMode(int defaultId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"clearSummaryForAirplaneMode", "int defaultId")); 

1.1278. WifiTetherSecurityPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/WifiTetherSecurityPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1278.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1278.2. updateDisplay()


public void updateDisplay()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDisplay", "")); 

1.1278.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1278.4. getSecurityType()


public int getSecurityType()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSecurityType", "")); 

1.1278.5. getSummaryForSecurityType(int securityType)


private String getSummaryForSecurityType(int securityType)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSummaryForSecurityType", "int securityType")); 

1.1279. WifiTetherSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/WifiTetherSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1279.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1279.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1279.3. onAttach(Context context)


public void onAttach(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onAttach", "Context context")); 

1.1279.4. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.1279.5. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.1279.6. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1279.7. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1279.8. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1279.9. onTetherConfigUpdated()


public void onTetherConfigUpdated()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onTetherConfigUpdated", "")); 

1.1279.10. buildNewConfig()


private WifiConfiguration buildNewConfig()

methodList.add(new ZMethod(mZAndroidAPPClass,"WifiConfiguration" ,"buildNewConfig", "")); 

1.1279.11. startTether()


private void startTether()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startTether", "")); 

1.1279.12. updateDisplayWithNewConfig()


private void updateDisplayWithNewConfig()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDisplayWithNewConfig", "")); 

1.1280. WifiTetherSoftApManager.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/WifiTetherSoftApManager.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1280.1. registerSoftApCallback()


public void registerSoftApCallback()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"registerSoftApCallback", "")); 

1.1280.2. unRegisterSoftApCallback()


public void unRegisterSoftApCallback()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"unRegisterSoftApCallback", "")); 

1.1281. WifiTetherSSIDPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/WifiTetherSSIDPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1281.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1281.2. updateDisplay()


public void updateDisplay()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDisplay", "")); 

1.1281.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1281.4. isTextValid(String value)


public boolean isTextValid(String value)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isTextValid", "String value")); 

1.1281.5. getSSID()


public String getSSID()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSSID", "")); 

1.1281.6. updateSsidDisplay(EditTextPreference preference)


private void updateSsidDisplay(EditTextPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateSsidDisplay", "EditTextPreference preference")); 

1.1282. WifiTetherSwitchBarController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/tether/WifiTetherSwitchBarController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1282.1. onStart()


public void onStart()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStart", "")); 

1.1282.2. onStop()


public void onStop()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onStop", "")); 

1.1282.3. onSwitchToggled(boolean isChecked)


public boolean onSwitchToggled(boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onSwitchToggled", "boolean isChecked")); 

1.1282.4. stopTether()


void stopTether()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"stopTether", "")); 

1.1282.5. startTether()


void startTether()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"startTether", "")); 

1.1282.6. handleWifiApStateChanged(int state)


private void handleWifiApStateChanged(int state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleWifiApStateChanged", "int state")); 

1.1282.7. updateWifiSwitch()


private void updateWifiSwitch()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateWifiSwitch", "")); 

1.1282.8. onDataSaverChanged(boolean isDataSaving)


public void onDataSaverChanged(boolean isDataSaving)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDataSaverChanged", "boolean isDataSaving")); 

1.1282.9. onWhitelistStatusChanged(int uid,boolean isWhitelisted)


public void onWhitelistStatusChanged(int uid, boolean isWhitelisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onWhitelistStatusChanged", "int uid,boolean isWhitelisted")); 

1.1282.10. onBlacklistStatusChanged(int uid,boolean isBlacklisted)


public void onBlacklistStatusChanged(int uid, boolean isBlacklisted)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBlacklistStatusChanged", "int uid,boolean isBlacklisted")); 

1.1283. WifiUtils.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiUtils.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1283.1. isSSIDTooLong(String ssid)


public static boolean isSSIDTooLong(String ssid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSSIDTooLong", "String ssid")); 

1.1283.2. isSSIDTooShort(String ssid)


public static boolean isSSIDTooShort(String ssid)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSSIDTooShort", "String ssid")); 

1.1283.3. isHotspotPasswordValid(String password)


public static boolean isHotspotPasswordValid(String password)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isHotspotPasswordValid", "String password")); 

1.1283.4. isNetworkLockedDown(Context context,WifiConfiguration config)


public static boolean isNetworkLockedDown(Context context, WifiConfiguration config)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isNetworkLockedDown", "Context context,WifiConfiguration config")); 

1.1283.5. canSignIntoNetwork(NetworkCapabilities capabilities)


public static boolean canSignIntoNetwork(NetworkCapabilities capabilities)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canSignIntoNetwork", "NetworkCapabilities capabilities")); 

1.1284. WifiVerboseLoggingPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/WifiVerboseLoggingPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1284.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1284.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1284.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1284.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1285. WifiWakeupPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WifiWakeupPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1285.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1285.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1285.3. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1285.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1285.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1285.6. getNoLocationSummary()


CharSequence getNoLocationSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getNoLocationSummary", "")); 

1.1285.7. onActivityResult(int requestCode,int resultCode)


public void onActivityResult(int requestCode, int resultCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityResult", "int requestCode,int resultCode")); 

1.1285.8. getWifiScanningEnabled()


private boolean getWifiScanningEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getWifiScanningEnabled", "")); 

1.1285.9. showScanningDialog()


private void showScanningDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showScanningDialog", "")); 

1.1285.10. getWifiWakeupEnabled()


private boolean getWifiWakeupEnabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"getWifiWakeupEnabled", "")); 

1.1285.11. setWifiWakeupEnabled(boolean enabled)


private void setWifiWakeupEnabled(boolean enabled)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setWifiWakeupEnabled", "boolean enabled")); 

1.1286. WindowAnimationScalePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/development/WindowAnimationScalePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1286.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1286.2. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1286.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1286.4. onDeveloperOptionsSwitchDisabled()


protected void onDeveloperOptionsSwitchDisabled()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDeveloperOptionsSwitchDisabled", "")); 

1.1286.5. writeAnimationScaleOption(Object newValue)


private void writeAnimationScaleOption(Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"writeAnimationScaleOption", "Object newValue")); 

1.1286.6. updateAnimationScaleValue()


private void updateAnimationScaleValue()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateAnimationScaleValue", "")); 

1.1287. WorkModeCondition.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/dashboard/conditional/WorkModeCondition.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1287.1. updateUserHandle()


private void updateUserHandle()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateUserHandle", "")); 

1.1287.2. refreshState()


public void refreshState()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"refreshState", "")); 

1.1287.3. getIcon()


public Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.1287.4. getTitle()


public CharSequence getTitle()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getTitle", "")); 

1.1287.5. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.1287.6. getActions()


public CharSequence[] getActions()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence[]" ,"getActions", "")); 

1.1287.7. onPrimaryClick()


public void onPrimaryClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrimaryClick", "")); 

1.1287.8. onActionClick(int index)


public void onActionClick(int index)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActionClick", "int index")); 

1.1287.9. getMetricsConstant()


public int getMetricsConstant()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsConstant", "")); 

1.1288. WorkOnlyCategory.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/widget/WorkOnlyCategory.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1288.1. isAvailable(Context context)


public boolean isAvailable(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "Context context")); 

1.1289. WorkSoundPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/WorkSoundPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1289.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1289.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1289.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1289.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1289.5. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1289.6. handlePreferenceTreeClick(Preference preference)


public boolean handlePreferenceTreeClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"handlePreferenceTreeClick", "Preference preference")); 

1.1289.7. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1289.8. shouldShowRingtoneSettings()


private boolean shouldShowRingtoneSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"shouldShowRingtoneSettings", "")); 

1.1289.9. updateRingtoneName(Context context,int type)


private CharSequence updateRingtoneName(Context context, int type)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"updateRingtoneName", "Context context,int type")); 

1.1289.10. getManagedProfileContext()


private Context getManagedProfileContext()

methodList.add(new ZMethod(mZAndroidAPPClass,"Context" ,"getManagedProfileContext", "")); 

1.1289.11. initWorkPreference(PreferenceGroup root,String key)


private DefaultRingtonePreference initWorkPreference(PreferenceGroup root, String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"DefaultRingtonePreference" ,"initWorkPreference", "PreferenceGroup root,String key")); 

1.1289.12. updateWorkPreferences()


private void updateWorkPreferences()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateWorkPreferences", "")); 

1.1289.13. enableWorkSync()


void enableWorkSync()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableWorkSync", "")); 

1.1289.14. enableWorkSyncSettings()


private void enableWorkSyncSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableWorkSyncSettings", "")); 

1.1289.15. disableWorkSync()


private void disableWorkSync()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableWorkSync", "")); 

1.1289.16. disableWorkSyncSettings()


private void disableWorkSyncSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"disableWorkSyncSettings", "")); 

1.1289.17. updateWorkRingtoneSummaries()


private void updateWorkRingtoneSummaries()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateWorkRingtoneSummaries", "")); 

1.1289.18. onManagedProfileAdded(@UserIdInt int profileId)


public void onManagedProfileAdded(@UserIdInt int profileId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onManagedProfileAdded", "@UserIdInt int profileId")); 

1.1289.19. onManagedProfileRemoved(@UserIdInt int profileId)


public void onManagedProfileRemoved(@UserIdInt int profileId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onManagedProfileRemoved", "@UserIdInt int profileId")); 

1.1290. WriteSettingsDetails.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/WriteSettingsDetails.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1290.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1290.2. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.1290.3. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1290.4. setCanWriteSettings(boolean newState)


private void setCanWriteSettings(boolean newState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setCanWriteSettings", "boolean newState")); 

1.1290.5. logSpecialPermissionChange(boolean newState,String packageName)


void logSpecialPermissionChange(boolean newState, String packageName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "boolean newState,String packageName")); 

1.1290.6. canWriteSettings(String pkgName)


private boolean canWriteSettings(String pkgName)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"canWriteSettings", "String pkgName")); 

1.1290.7. refreshUi()


protected boolean refreshUi()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshUi", "")); 

1.1290.8. createDialog(int id,int errorCode)


protected AlertDialog createDialog(int id, int errorCode)

methodList.add(new ZMethod(mZAndroidAPPClass,"AlertDialog" ,"createDialog", "int id,int errorCode")); 

1.1290.9. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1290.10. getSummary(Context context,AppEntry entry)


public static CharSequence getSummary(Context context, AppEntry entry)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context,AppEntry entry")); 

1.1290.11. getSummary(Context context,WriteSettingsState writeSettingsState)


public static CharSequence getSummary(Context context, WriteSettingsState writeSettingsState)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "Context context,WriteSettingsState writeSettingsState")); 

1.1291. WriteSystemSettingsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/applications/appinfo/WriteSystemSettingsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1291.1. getAvailabilityStatus()


public int getAvailabilityStatus()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getAvailabilityStatus", "")); 

1.1291.2. getDetailFragmentClass()


protected Class getDetailFragmentClass()

methodList.add(new ZMethod(mZAndroidAPPClass,"Class" ,"getDetailFragmentClass", "")); 

1.1291.3. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.1292. WriteWifiConfigToNfcDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1292.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1292.2. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.1292.3. saveState(Bundle state)


public void saveState(Bundle state)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveState", "Bundle state")); 

1.1292.4. handleWriteNfcEvent(Tag tag)


private void handleWriteNfcEvent(Tag tag)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleWriteNfcEvent", "Tag tag")); 

1.1292.5. dismiss()


public void dismiss()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"dismiss", "")); 

1.1292.6. onTextChanged(CharSequence s,int start,int before,int count)


public void onTextChanged(CharSequence s, int start, int before, int count)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onTextChanged", "CharSequence s,int start,int before,int count")); 

1.1292.7. enableSubmitIfAppropriate()


private void enableSubmitIfAppropriate()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"enableSubmitIfAppropriate", "")); 

1.1292.8. setViewText(final TextView view,final int resid)


private void setViewText(final TextView view, final int resid)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setViewText", "final TextView view,final int resid")); 

1.1292.9. onCheckedChanged(CompoundButton buttonView,boolean isChecked)


public void onCheckedChanged(CompoundButton buttonView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCheckedChanged", "CompoundButton buttonView,boolean isChecked")); 

1.1292.10. hexStringToByteArray(String s)


private static byte[] hexStringToByteArray(String s)

methodList.add(new ZMethod(mZAndroidAPPClass,"byte[]" ,"hexStringToByteArray", "String s")); 

1.1292.11. byteArrayToHexString(byte[] bytes)


private static String byteArrayToHexString(byte[] bytes)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"byteArrayToHexString", "byte[] bytes")); 

1.1292.12. beforeTextChanged(CharSequence s,int start,int count,int after)


public void beforeTextChanged(CharSequence s, int start, int count, int after)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"beforeTextChanged", "CharSequence s,int start,int count,int after")); 

1.1292.13. afterTextChanged(Editable s)


public void afterTextChanged(Editable s)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"afterTextChanged", "Editable s")); 

1.1293. ZenAccessSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenAccessSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1293.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1293.2. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1293.3. onViewCreated(View view,@Nullable Bundle savedInstanceState)


public void onViewCreated(View view, @Nullable Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onViewCreated", "View view,@Nullable Bundle savedInstanceState")); 

1.1293.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1293.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1293.6. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1293.7. reloadList()


private void reloadList()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reloadList", "")); 

1.1293.8. getPackagesRequestingNotificationPolicyAccess()


private ArraySet getPackagesRequestingNotificationPolicyAccess()

methodList.add(new ZMethod(mZAndroidAPPClass,"ArraySet" ,"getPackagesRequestingNotificationPolicyAccess", "")); 

1.1293.9. hasAccess(String pkg)


private boolean hasAccess(String pkg)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"hasAccess", "String pkg")); 

1.1293.10. setAccess(final Context context,final String pkg,final boolean access)


private static void setAccess(final Context context, final String pkg, final boolean access)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAccess", "final Context context,final String pkg,final boolean access")); 

1.1293.11. logSpecialPermissionChange(boolean enable,String packageName,Context context)


static void logSpecialPermissionChange(boolean enable, String packageName, Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"logSpecialPermissionChange", "boolean enable,String packageName,Context context")); 

1.1293.12. deleteRules(final Context context,final String pkg)


private static void deleteRules(final Context context, final String pkg)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"deleteRules", "final Context context,final String pkg")); 

1.1294. ZenAutomaticRuleHeaderPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenAutomaticRuleHeaderPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1294.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1294.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1294.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1294.4. getIcon()


private Drawable getIcon()

methodList.add(new ZMethod(mZAndroidAPPClass,"Drawable" ,"getIcon", "")); 

1.1294.5. onResume(AutomaticZenRule rule,String id)


protected void onResume(AutomaticZenRule rule, String id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "AutomaticZenRule rule,String id")); 

1.1295. ZenAutomaticRuleSwitchPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenAutomaticRuleSwitchPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1295.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1295.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1295.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1295.4. onResume(AutomaticZenRule rule,String id)


public void onResume(AutomaticZenRule rule, String id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "AutomaticZenRule rule,String id")); 

1.1295.5. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1295.6. onSwitchChanged(Switch switchView,boolean isChecked)


public void onSwitchChanged(Switch switchView, boolean isChecked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onSwitchChanged", "Switch switchView,boolean isChecked")); 

1.1296. ZenCustomRadioButtonPreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenCustomRadioButtonPreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1296.1. getSecondTargetResId()


protected int getSecondTargetResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSecondTargetResId", "")); 

1.1296.2. setOnGearClickListener(OnGearClickListener l)


public void setOnGearClickListener(OnGearClickListener l)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnGearClickListener", "OnGearClickListener l")); 

1.1296.3. setOnRadioButtonClickListener(OnRadioButtonClickListener l)


public void setOnRadioButtonClickListener(OnRadioButtonClickListener l)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setOnRadioButtonClickListener", "OnRadioButtonClickListener l")); 

1.1296.4. onBindViewHolder(PreferenceViewHolder holder)


public void onBindViewHolder(PreferenceViewHolder holder)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder holder")); 

1.1296.5. isChecked()


public boolean isChecked()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isChecked", "")); 

1.1296.6. setChecked(boolean checked)


public void setChecked(boolean checked)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setChecked", "boolean checked")); 

1.1296.7. getRadioButton()


public RadioButton getRadioButton()

methodList.add(new ZMethod(mZAndroidAPPClass,"RadioButton" ,"getRadioButton", "")); 

1.1296.8. onClick()


public void onClick()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "")); 

1.1296.9. onClick(View v)


public void onClick(View v)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onClick", "View v")); 

1.1297. ZenDeleteRuleDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenDeleteRuleDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1297.1. show(Fragment parent,String ruleName,String id,PositiveClickListener listener)


public static void show(Fragment parent, String ruleName, String id, PositiveClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment parent,String ruleName,String id,PositiveClickListener listener")); 

1.1297.2. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1297.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.1298. ZenFooterPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenFooterPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1298.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1298.2. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1298.3. hide(PreferenceScreen screen)


protected void hide(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"hide", "PreferenceScreen screen")); 

1.1299. ZenModeAddAutomaticRulePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeAddAutomaticRulePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1299.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1299.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1299.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1299.4. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.1300. ZenModeAlarmsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeAlarmsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1300.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1300.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1300.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1300.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1301. ZenModeAutomaticRulesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeAutomaticRulesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1301.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1301.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1301.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1301.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1302. ZenModeAutomationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeAutomationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1302.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1302.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1302.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1303. ZenModeAutomationSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeAutomationSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1303.1. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1303.2. buildPreferenceControllers(Context context,Fragment parent,ZenServiceListing serviceListing,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Fragment parent, ZenServiceListing serviceListing, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Fragment parent,ZenServiceListing serviceListing,Lifecycle lifecycle")); 

1.1303.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1303.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1303.5. getConditionProviderConfig()


protected static ManagedServiceSettings.Config getConditionProviderConfig()

methodList.add(new ZMethod(mZAndroidAPPClass,"ManagedServiceSettings.Config" ,"getConditionProviderConfig", "")); 

1.1304. ZenModeBackend.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeBackend.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1304.1. getInstance(Context context)


public static ZenModeBackend getInstance(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"ZenModeBackend" ,"getInstance", "Context context")); 

1.1304.2. updatePolicy()


protected void updatePolicy()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePolicy", "")); 

1.1304.3. updateZenMode()


protected void updateZenMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateZenMode", "")); 

1.1304.4. setZenRule(String id,AutomaticZenRule rule)


protected boolean setZenRule(String id, AutomaticZenRule rule)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setZenRule", "String id,AutomaticZenRule rule")); 

1.1304.5. setZenMode(int zenMode)


protected void setZenMode(int zenMode)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setZenMode", "int zenMode")); 

1.1304.6. setZenModeForDuration(int minutes)


protected void setZenModeForDuration(int minutes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setZenModeForDuration", "int minutes")); 

1.1304.7. getZenMode()


protected int getZenMode()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getZenMode", "")); 

1.1304.8. isVisualEffectSuppressed(int visualEffect)


protected boolean isVisualEffectSuppressed(int visualEffect)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isVisualEffectSuppressed", "int visualEffect")); 

1.1304.9. isPriorityCategoryEnabled(int categoryType)


protected boolean isPriorityCategoryEnabled(int categoryType)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isPriorityCategoryEnabled", "int categoryType")); 

1.1304.10. getNewPriorityCategories(boolean allow,int categoryType)


protected int getNewPriorityCategories(boolean allow, int categoryType)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNewPriorityCategories", "boolean allow,int categoryType")); 

1.1304.11. getPriorityCallSenders()


protected int getPriorityCallSenders()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPriorityCallSenders", "")); 

1.1304.12. getPriorityMessageSenders()


protected int getPriorityMessageSenders()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPriorityMessageSenders", "")); 

1.1304.13. saveVisualEffectsPolicy(int category,boolean suppress)


protected void saveVisualEffectsPolicy(int category, boolean suppress)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveVisualEffectsPolicy", "int category,boolean suppress")); 

1.1304.14. saveSoundPolicy(int category,boolean allow)


protected void saveSoundPolicy(int category, boolean allow)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveSoundPolicy", "int category,boolean allow")); 

1.1304.15. savePolicy(int priorityCategories,int priorityCallSenders,int priorityMessageSenders,int suppressedVisualEffects)


protected void savePolicy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders, int suppressedVisualEffects)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"savePolicy", "int priorityCategories,int priorityCallSenders,int priorityMessageSenders,int suppressedVisualEffects")); 

1.1304.16. getNewSuppressedEffects(boolean suppress,int effectType)


private int getNewSuppressedEffects(boolean suppress, int effectType)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getNewSuppressedEffects", "boolean suppress,int effectType")); 

1.1304.17. clearDeprecatedEffects(int effects)


private int clearDeprecatedEffects(int effects)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"clearDeprecatedEffects", "int effects")); 

1.1304.18. isEffectAllowed(int effect)


protected boolean isEffectAllowed(int effect)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isEffectAllowed", "int effect")); 

1.1304.19. saveSenders(int category,int val)


protected void saveSenders(int category, int val)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"saveSenders", "int category,int val")); 

1.1304.20. getSendersKey(int category)


protected String getSendersKey(int category)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getSendersKey", "int category")); 

1.1304.21. getPrioritySenders(int category)


private int getPrioritySenders(int category)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPrioritySenders", "int category")); 

1.1304.22. getKeyFromSetting(int contactType)


protected static String getKeyFromSetting(int contactType)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getKeyFromSetting", "int contactType")); 

1.1304.23. getContactsSummary(int category)


protected int getContactsSummary(int category)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getContactsSummary", "int category")); 

1.1304.24. getSettingFromPrefKey(String key)


protected static int getSettingFromPrefKey(String key)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSettingFromPrefKey", "String key")); 

1.1304.25. removeZenRule(String ruleId)


public boolean removeZenRule(String ruleId)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"removeZenRule", "String ruleId")); 

1.1304.26. addZenRule(AutomaticZenRule rule)


protected String addZenRule(AutomaticZenRule rule)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"addZenRule", "AutomaticZenRule rule")); 

1.1305. ZenModeBehaviorCallsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeBehaviorCallsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1305.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1305.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1305.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1306. ZenModeBehaviorFooterPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeBehaviorFooterPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1306.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1306.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1306.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1306.4. getFooterText()


protected String getFooterText()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getFooterText", "")); 

1.1306.5. isDeprecatedZenMode(int zenMode)


private boolean isDeprecatedZenMode(int zenMode)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isDeprecatedZenMode", "int zenMode")); 

1.1307. ZenModeBehaviorMsgEventReminderPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeBehaviorMsgEventReminderPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1307.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1307.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1307.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1308. ZenModeBehaviorSoundPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeBehaviorSoundPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1308.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1308.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1308.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1309. ZenModeBlockedEffectsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeBlockedEffectsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1309.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1309.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1309.3. getSummary()


public CharSequence getSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getSummary", "")); 

1.1310. ZenModeBlockedEffectsSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeBlockedEffectsSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1310.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1310.2. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1310.3. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.1310.4. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1310.5. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1311. ZenModeButtonPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeButtonPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1311.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1311.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1311.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1311.4. updateButtons()


private void updateButtons()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateButtons", "")); 

1.1311.5. updateZenButtonOnClickListener()


private void updateZenButtonOnClickListener()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateZenButtonOnClickListener", "")); 

1.1312. ZenModeCallsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeCallsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1312.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1312.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1312.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1312.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1312.5. onPreferenceChange(Preference preference,Object selectedContactsFrom)


public boolean onPreferenceChange(Preference preference, Object selectedContactsFrom)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object selectedContactsFrom")); 

1.1312.6. updateFromContactsValue(Preference preference)


private void updateFromContactsValue(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateFromContactsValue", "Preference preference")); 

1.1312.7. getIndexOfSendersValue(String currentVal)


protected int getIndexOfSendersValue(String currentVal)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIndexOfSendersValue", "String currentVal")); 

1.1313. ZenModeCallsSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeCallsSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1313.1. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1313.2. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.1313.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1313.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1314. ZenModeDurationPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeDurationPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1314.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1314.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1314.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1314.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1314.5. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.1315. ZenModeEventRuleSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeEventRuleSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1315.1. setRule(AutomaticZenRule rule)


protected boolean setRule(AutomaticZenRule rule)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setRule", "AutomaticZenRule rule")); 

1.1315.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1315.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1315.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1315.5. reloadCalendar()


private void reloadCalendar()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reloadCalendar", "")); 

1.1315.6. onCreateInternal()


protected void onCreateInternal()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateInternal", "")); 

1.1315.7. updateControlsInternal()


protected void updateControlsInternal()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateControlsInternal", "")); 

1.1315.8. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1315.9. findCalendar(Context context,EventInfo event)


public static CalendarInfo findCalendar(Context context, EventInfo event)

methodList.add(new ZMethod(mZAndroidAPPClass,"CalendarInfo" ,"findCalendar", "Context context,EventInfo event")); 

1.1315.10. getCalendars(Context context)


private static List getCalendars(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getCalendars", "Context context")); 

1.1315.11. getContextForUser(Context context,UserHandle user)


private static Context getContextForUser(Context context, UserHandle user)

methodList.add(new ZMethod(mZAndroidAPPClass,"Context" ,"getContextForUser", "Context context,UserHandle user")); 

1.1315.12. addCalendars(Context context,List outCalendars)


public static void addCalendars(Context context, List outCalendars)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addCalendars", "Context context,List outCalendars")); 

1.1315.13. key(CalendarInfo calendar)


private static String key(CalendarInfo calendar)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"key", "CalendarInfo calendar")); 

1.1315.14. key(EventInfo event)


private static String key(EventInfo event)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"key", "EventInfo event")); 

1.1315.15. key(int userId,String calendar)


private static String key(int userId, String calendar)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"key", "int userId,String calendar")); 

1.1316. ZenModeEventsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeEventsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1316.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1316.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1316.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1316.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1317. ZenModeMediaPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeMediaPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1317.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1317.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1317.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1317.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1318. ZenModeMessagesPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeMessagesPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1318.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1318.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1318.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1318.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1318.5. onPreferenceChange(Preference preference,Object selectedContactsFrom)


public boolean onPreferenceChange(Preference preference, Object selectedContactsFrom)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object selectedContactsFrom")); 

1.1318.6. updateFromContactsValue(Preference preference)


private void updateFromContactsValue(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateFromContactsValue", "Preference preference")); 

1.1318.7. getIndexOfSendersValue(String currentVal)


protected int getIndexOfSendersValue(String currentVal)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getIndexOfSendersValue", "String currentVal")); 

1.1319. ZenModeMsgEventReminderSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeMsgEventReminderSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1319.1. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1319.2. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.1319.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1319.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1320. ZenModePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1320.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1320.2. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1320.3. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1320.4. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1320.5. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1320.6. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1321. ZenModeRemindersPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeRemindersPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1321.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1321.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1321.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1321.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1322. ZenModeRepeatCallersPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeRepeatCallersPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1322.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1322.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1322.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1322.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1322.5. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1322.6. setRepeatCallerSummary(Preference preference)


private void setRepeatCallerSummary(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setRepeatCallerSummary", "Preference preference")); 

1.1323. ZenModeRestrictNotificationsSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeRestrictNotificationsSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1323.1. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1323.2. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1323.3. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1323.4. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.1323.5. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1323.6. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1324. ZenModeRuleSettingsBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeRuleSettingsBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1324.1. onCreateInternal()


protected abstract void onCreateInternal()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateInternal", "")); 

1.1324.2. setRule(AutomaticZenRule rule)


protected abstract boolean setRule(AutomaticZenRule rule)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setRule", "AutomaticZenRule rule")); 

1.1324.3. updateControlsInternal()


protected abstract void updateControlsInternal()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateControlsInternal", "")); 

1.1324.4. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1324.5. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1324.6. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1324.7. updateHeader()


protected void updateHeader()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateHeader", "")); 

1.1324.8. updatePreference(AbstractPreferenceController controller)


private void updatePreference(AbstractPreferenceController controller)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updatePreference", "AbstractPreferenceController controller")); 

1.1324.9. updateRule(Uri newConditionId)


protected void updateRule(Uri newConditionId)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateRule", "Uri newConditionId")); 

1.1324.10. onZenModeConfigChanged()


protected void onZenModeConfigChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onZenModeConfigChanged", "")); 

1.1324.11. refreshRuleOrFinish()


private boolean refreshRuleOrFinish()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"refreshRuleOrFinish", "")); 

1.1324.12. toastAndFinish()


private void toastAndFinish()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"toastAndFinish", "")); 

1.1324.13. getZenRule()


private AutomaticZenRule getZenRule()

methodList.add(new ZMethod(mZAndroidAPPClass,"AutomaticZenRule" ,"getZenRule", "")); 

1.1324.14. updateControls()


private void updateControls()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateControls", "")); 

1.1325. ZenModeScheduleDaysSelection.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeScheduleDaysSelection.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1325.1. getDays()


private int[] getDays()

methodList.add(new ZMethod(mZAndroidAPPClass,"int[]" ,"getDays", "")); 

1.1325.2. getDaysOfWeekForLocale(Calendar c)


protected static int[] getDaysOfWeekForLocale(Calendar c)

methodList.add(new ZMethod(mZAndroidAPPClass,"int[]" ,"getDaysOfWeekForLocale", "Calendar c")); 

1.1325.3. onChanged(int[] days)


protected void onChanged(int[] days)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onChanged", "int[] days")); 

1.1326. ZenModeScheduleRuleSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeScheduleRuleSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1326.1. setRule(AutomaticZenRule rule)


protected boolean setRule(AutomaticZenRule rule)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"setRule", "AutomaticZenRule rule")); 

1.1326.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1326.3. onCreateInternal()


protected void onCreateInternal()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateInternal", "")); 

1.1326.4. updateDays()


private void updateDays()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateDays", "")); 

1.1326.5. updateEndSummary()


private void updateEndSummary()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateEndSummary", "")); 

1.1326.6. updateControlsInternal()


protected void updateControlsInternal()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateControlsInternal", "")); 

1.1326.7. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1326.8. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1326.9. showDaysDialog()


private void showDaysDialog()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDaysDialog", "")); 

1.1327. ZenModeSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1327.1. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1327.2. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1327.3. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1327.4. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1327.5. getHelpResource()


public int getHelpResource()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getHelpResource", "")); 

1.1327.6. buildPreferenceControllers(Context context,Lifecycle lifecycle,FragmentManager fragmentManager)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle, FragmentManager fragmentManager)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle,FragmentManager fragmentManager")); 

1.1328. ZenModeSettingsBase.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeSettingsBase.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1328.1. onZenModeConfigChanged()


protected void onZenModeConfigChanged()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onZenModeConfigChanged", "")); 

1.1328.2. getLogTag()


protected String getLogTag()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getLogTag", "")); 

1.1328.3. onCreate(Bundle icicle)


public void onCreate(Bundle icicle)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle icicle")); 

1.1328.4. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1328.5. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

1.1328.6. updateZenMode(boolean fireChanged)


private void updateZenMode(boolean fireChanged)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateZenMode", "boolean fireChanged")); 

1.1329. ZenModeSettingsFooterPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeSettingsFooterPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1329.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1329.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1329.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1329.4. getFooterText()


protected String getFooterText()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getFooterText", "")); 

1.1330. ZenModeSliceBuilder.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeSliceBuilder.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1330.1. getSlice(Context context)


public static Slice getSlice(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Slice" ,"getSlice", "Context context")); 

1.1330.2. handleUriChange(Context context,Intent intent)


public static void handleUriChange(Context context, Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"handleUriChange", "Context context,Intent intent")); 

1.1330.3. getIntent(Context context)


public static Intent getIntent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"Intent" ,"getIntent", "Context context")); 

1.1330.4. isZenModeEnabled(Context context)


private static boolean isZenModeEnabled(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isZenModeEnabled", "Context context")); 

1.1330.5. getPrimaryAction(Context context)


private static PendingIntent getPrimaryAction(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getPrimaryAction", "Context context")); 

1.1330.6. getBroadcastIntent(Context context)


private static PendingIntent getBroadcastIntent(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"PendingIntent" ,"getBroadcastIntent", "Context context")); 

1.1331. ZenModeSoundVibrationSettings.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeSoundVibrationSettings.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1331.1. createPreferenceControllers(Context context)


protected List createPreferenceControllers(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"createPreferenceControllers", "Context context")); 

1.1331.2. buildPreferenceControllers(Context context,Lifecycle lifecycle)


private static List buildPreferenceControllers(Context context, Lifecycle lifecycle)

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"buildPreferenceControllers", "Context context,Lifecycle lifecycle")); 

1.1331.3. getPreferenceScreenResId()


protected int getPreferenceScreenResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getPreferenceScreenResId", "")); 

1.1331.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1332. ZenModeStarredContactsPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeStarredContactsPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1332.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1332.2. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1332.3. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1332.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1332.5. onPreferenceClick(Preference preference)


public boolean onPreferenceClick(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceClick", "Preference preference")); 

1.1332.6. getStarredContacts()


private List getStarredContacts()

methodList.add(new ZMethod(mZAndroidAPPClass,"List" ,"getStarredContacts", "")); 

1.1332.7. isIntentValid()


private boolean isIntentValid()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isIntentValid", "")); 

1.1333. ZenModeSystemPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeSystemPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1333.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1333.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1333.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1333.4. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1334. ZenModeVisEffectPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeVisEffectPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1334.1. getPreferenceKey()


public String getPreferenceKey()

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"getPreferenceKey", "")); 

1.1334.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1334.3. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1334.4. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1334.5. onPreferenceChange(Preference preference,Object newValue)


public boolean onPreferenceChange(Preference preference, Object newValue)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onPreferenceChange", "Preference preference,Object newValue")); 

1.1335. ZenModeVisEffectsAllPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeVisEffectsAllPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1335.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1335.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1335.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1335.4. onRadioButtonClick(ZenCustomRadioButtonPreference p)


public void onRadioButtonClick(ZenCustomRadioButtonPreference p)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRadioButtonClick", "ZenCustomRadioButtonPreference p")); 

1.1336. ZenModeVisEffectsCustomPreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeVisEffectsCustomPreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1336.1. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1336.2. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1336.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1336.4. areCustomOptionsSelected()


protected boolean areCustomOptionsSelected()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"areCustomOptionsSelected", "")); 

1.1336.5. select()


protected void select()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"select", "")); 

1.1336.6. launchCustomSettings()


private void launchCustomSettings()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchCustomSettings", "")); 

1.1337. ZenModeVisEffectsNonePreferenceController.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeVisEffectsNonePreferenceController.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1337.1. displayPreference(PreferenceScreen screen)


public void displayPreference(PreferenceScreen screen)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"displayPreference", "PreferenceScreen screen")); 

1.1337.2. isAvailable()


public boolean isAvailable()

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isAvailable", "")); 

1.1337.3. updateState(Preference preference)


public void updateState(Preference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"updateState", "Preference preference")); 

1.1337.4. onRadioButtonClick(ZenCustomRadioButtonPreference preference)


public void onRadioButtonClick(ZenCustomRadioButtonPreference preference)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onRadioButtonClick", "ZenCustomRadioButtonPreference preference")); 

1.1338. ZenModeVoiceActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenModeVoiceActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1338.1. onVoiceSettingInteraction(Intent intent)


protected boolean onVoiceSettingInteraction(Intent intent)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onVoiceSettingInteraction", "Intent intent")); 

1.1338.2. setZenModeConfig(int mode,Condition condition)


private void setZenModeConfig(int mode, Condition condition)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setZenModeConfig", "int mode,Condition condition")); 

1.1338.3. getChangeSummary(int mode,int minutes)


private CharSequence getChangeSummary(int mode, int minutes)

methodList.add(new ZMethod(mZAndroidAPPClass,"CharSequence" ,"getChangeSummary", "int mode,int minutes")); 

1.1339. ZenOnboardingActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenOnboardingActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1339.1. onCreate(Bundle savedInstanceState)


protected void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1339.2. setupUI()


protected void setupUI()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setupUI", "")); 

1.1339.3. setNotificationManager(NotificationManager nm)


protected void setNotificationManager(NotificationManager nm)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setNotificationManager", "NotificationManager nm")); 

1.1339.4. setMetricsLogger(MetricsLogger ml)


protected void setMetricsLogger(MetricsLogger ml)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setMetricsLogger", "MetricsLogger ml")); 

1.1339.5. launchSettings(View button)


public void launchSettings(View button)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"launchSettings", "View button")); 

1.1339.6. save(View button)


public void save(View button)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"save", "View button")); 

1.1339.7. isSuggestionComplete(Context context)


public static boolean isSuggestionComplete(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"isSuggestionComplete", "Context context")); 

1.1339.8. wasZenUpdated(Context context)


private static boolean wasZenUpdated(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"wasZenUpdated", "Context context")); 

1.1339.9. showSuggestion(Context context)


private static boolean showSuggestion(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"showSuggestion", "Context context")); 

1.1339.10. withinShowTimeThreshold(Context context)


private static boolean withinShowTimeThreshold(Context context)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"withinShowTimeThreshold", "Context context")); 

1.1340. ZenRuleInfo.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenRuleInfo.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1340.1. equals(Object o)


public boolean equals(Object o)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"equals", "Object o")); 

1.1341. ZenRuleNameDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenRuleNameDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1341.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1341.2. show(Fragment parent,String ruleName,Uri conditionId,PositiveClickListener listener)


public static void show(Fragment parent, String ruleName, Uri conditionId, PositiveClickListener listener)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Fragment parent,String ruleName,Uri conditionId,PositiveClickListener listener")); 

1.1341.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.1341.4. trimmedText(EditText editText)


private String trimmedText(EditText editText)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"trimmedText", "EditText editText")); 

1.1341.5. getTitleResource(Uri conditionId,boolean isNew)


private int getTitleResource(Uri conditionId, boolean isNew)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getTitleResource", "Uri conditionId,boolean isNew")); 

1.1342. ZenRulePreference.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenRulePreference.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1342.1. getSecondTargetResId()


protected int getSecondTargetResId()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getSecondTargetResId", "")); 

1.1342.2. onBindViewHolder(PreferenceViewHolder view)


public void onBindViewHolder(PreferenceViewHolder view)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onBindViewHolder", "PreferenceViewHolder view")); 

1.1342.3. showDeleteRuleDialog(final Fragment parent,final String ruleId,final String ruleName)


private void showDeleteRuleDialog(final Fragment parent, final String ruleId, final String ruleName)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"showDeleteRuleDialog", "final Fragment parent,final String ruleId,final String ruleName")); 

1.1342.4. setAttributes(AutomaticZenRule rule)


protected void setAttributes(AutomaticZenRule rule)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setAttributes", "AutomaticZenRule rule")); 

1.1342.5. computeRuleSummary(AutomaticZenRule rule,boolean isSystemRule,CharSequence providerLabel)


private String computeRuleSummary(AutomaticZenRule rule, boolean isSystemRule, CharSequence providerLabel)

methodList.add(new ZMethod(mZAndroidAPPClass,"String" ,"computeRuleSummary", "AutomaticZenRule rule,boolean isSystemRule,CharSequence providerLabel")); 

1.1343. ZenRuleSelectionDialog.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenRuleSelectionDialog.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1343.1. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1343.2. show(Context context,Fragment parent,PositiveClickListener listener,ZenServiceListing serviceListing)


public static void show(Context context, Fragment parent, PositiveClickListener listener, ZenServiceListing serviceListing)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"show", "Context context,Fragment parent,PositiveClickListener listener,ZenServiceListing serviceListing")); 

1.1343.3. onCreateDialog(Bundle savedInstanceState)


public Dialog onCreateDialog(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"Dialog" ,"onCreateDialog", "Bundle savedInstanceState")); 

1.1343.4. onDismiss(DialogInterface dialog)


public void onDismiss(DialogInterface dialog)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onDismiss", "DialogInterface dialog")); 

1.1343.5. bindType(final ZenRuleInfo ri)


private void bindType(final ZenRuleInfo ri)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindType", "final ZenRuleInfo ri")); 

1.1343.6. defaultNewSchedule()


private ZenRuleInfo defaultNewSchedule()

methodList.add(new ZMethod(mZAndroidAPPClass,"ZenRuleInfo" ,"defaultNewSchedule", "")); 

1.1343.7. defaultNewEvent()


private ZenRuleInfo defaultNewEvent()

methodList.add(new ZMethod(mZAndroidAPPClass,"ZenRuleInfo" ,"defaultNewEvent", "")); 

1.1343.8. bindExternalRules(Set externalRuleTypes)


private void bindExternalRules(Set externalRuleTypes)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"bindExternalRules", "Set externalRuleTypes")); 

1.1344. ZenServiceListing.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/utils/ZenServiceListing.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1344.1. findService(final ComponentName cn)


public ServiceInfo findService(final ComponentName cn)

methodList.add(new ZMethod(mZAndroidAPPClass,"ServiceInfo" ,"findService", "final ComponentName cn")); 

1.1344.2. addZenCallback(Callback callback)


public void addZenCallback(Callback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"addZenCallback", "Callback callback")); 

1.1344.3. removeZenCallback(Callback callback)


public void removeZenCallback(Callback callback)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"removeZenCallback", "Callback callback")); 

1.1344.4. reloadApprovedServices()


public void reloadApprovedServices()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"reloadApprovedServices", "")); 

1.1344.5. getServices(ManagedServiceSettings.Config c,List list,PackageManager pm)


private static int getServices(ManagedServiceSettings.Config c, List list, PackageManager pm)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getServices", "ManagedServiceSettings.Config c,List list,PackageManager pm")); 

1.1345. ZenSuggestionActivity.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/notification/ZenSuggestionActivity.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1345.1. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1346. ZonePicker.java


static {
String mZAndroidAPPClass_Path = curProjectPath+ "/packages/apps/Settings/src/com/android/settings/datetime/ZonePicker.java";

ZAndroidAPPClass mZAndroidAPPClass = new ZAndroidAPPClass(mZAndroidAPPClass_Path);
ArrayList methodList = new  ArrayList();
// methodList.add(new ZMethod(mZAndroidAPPClass,"boolean","onSwitchToggled","boolean isChecked "));

mZAndroidAPPClass.addZMethod(methodList);
ZClassList.add(mZAndroidAPPClass);
}

1.1346.1. constructTimezoneAdapter(Context context,boolean sortedByName)


public static SimpleAdapter constructTimezoneAdapter(Context context, boolean sortedByName)

methodList.add(new ZMethod(mZAndroidAPPClass,"SimpleAdapter" ,"constructTimezoneAdapter", "Context context,boolean sortedByName")); 

1.1346.2. constructTimezoneAdapter(Context context,boolean sortedByName,int layoutId)


public static SimpleAdapter constructTimezoneAdapter(Context context, boolean sortedByName, int layoutId)

methodList.add(new ZMethod(mZAndroidAPPClass,"SimpleAdapter" ,"constructTimezoneAdapter", "Context context,boolean sortedByName,int layoutId")); 

1.1346.3. getTimeZoneIndex(SimpleAdapter adapter,TimeZone tz)


public static int getTimeZoneIndex(SimpleAdapter adapter, TimeZone tz)

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getTimeZoneIndex", "SimpleAdapter adapter,TimeZone tz")); 

1.1346.4. getMetricsCategory()


public int getMetricsCategory()

methodList.add(new ZMethod(mZAndroidAPPClass,"int" ,"getMetricsCategory", "")); 

1.1346.5. onActivityCreated(Bundle savedInstanceState)


public void onActivityCreated(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onActivityCreated", "Bundle savedInstanceState")); 

1.1346.6. onCreate(Bundle savedInstanceState)


public void onCreate(Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreate", "Bundle savedInstanceState")); 

1.1346.7. onCreateView(@NonNull LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState)


public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

methodList.add(new ZMethod(mZAndroidAPPClass,"View" ,"onCreateView", "@NonNull LayoutInflater inflater,ViewGroup container,Bundle savedInstanceState")); 

1.1346.8. onCreateOptionsMenu(Menu menu,MenuInflater inflater)


public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onCreateOptionsMenu", "Menu menu,MenuInflater inflater")); 

1.1346.9. onPrepareOptionsMenu(Menu menu)


public void onPrepareOptionsMenu(Menu menu)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPrepareOptionsMenu", "Menu menu")); 

1.1346.10. onResume()


public void onResume()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onResume", "")); 

1.1346.11. onOptionsItemSelected(MenuItem item)


public boolean onOptionsItemSelected(MenuItem item)

methodList.add(new ZMethod(mZAndroidAPPClass,"boolean" ,"onOptionsItemSelected", "MenuItem item")); 

1.1346.12. prepareCustomPreferencesList(ListView list)


static void prepareCustomPreferencesList(ListView list)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"prepareCustomPreferencesList", "ListView list")); 

1.1346.13. setSorting(boolean sortByTimezone)


private void setSorting(boolean sortByTimezone)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"setSorting", "boolean sortByTimezone")); 

1.1346.14. onListItemClick(ListView listView,View v,int position,long id)


public void onListItemClick(ListView listView, View v, int position, long id)

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onListItemClick", "ListView listView,View v,int position,long id")); 

1.1346.15. onPause()


public void onPause()

methodList.add(new ZMethod(mZAndroidAPPClass,"void" ,"onPause", "")); 

发表评论

电子邮件地址不会被公开。 必填项已用*标注

标签云
Z